Suppose in an ALV report in grid we have to disply matnr, ernam,ebeln,ebelp etc.But when we bring the cursor on that specified field it will show "material number" for matnr, "purchase Document Number" for ebeln etc. how do you acheive this?
IBM,
3 8255what is the output of given code? data : f1 type i, f2 type i. write : / f1, f2. do 2 times. perform addfld. enddo. write : / f1, f2. form addfld. data : f1 type i, f2 type i. add 1 to f1. add 1 to f2. write : / f1 , f2. endform. int : f1 , f2.
3 7644How to generate ABAP report ? requirement is like this... current Ratio and quick ratio and return on capital employed and debt equity ratio and employee turn over and gross profit ratio.. can u please prepare some function spec based on this requirement ..... can u send reply asap.
TCS,
1 4545In Open SQL statements such as Insert update delete which one is FASTlLY retrieve the results and which one is Efficient?
4 11150How do we use BDC in real production scenarios ? Is BDC used on regular periodic intervals to upload data into SAP ? (say you recieve the data daily from non-sap system, like mainframes and you update the data in SAP) OR Is BDC used on adhoc basis ?
1 8687how will you go for row level locking of a z table
HP, IIIT, KPIT, Rajiv Gandhi University of Knowledge Technologies RGUKT,
2 13550
What is a predefined type in abap?
What do you do when the system crashes in the middle of a BDC batch session?
What are screen painter and menu painter? : abap hr
How we format the data before before write statement in report ?
What are the different types of views in sap? : abap data dictionary
Write special commands of list?
What are the list of screen elements?
How to display if the value entered contains records or not?
How do you take care of performance issues in your ABAP programs?
How can we omit a leading sign and a leading zero in sapscript?
Explain about workbench request and customization requests?
What is the difference between a structure and a table?
What is roll area?
Explain the Inportance of pa30? : abap hr
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?