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 5352what 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 5051How 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 2727In Open SQL statements such as Insert update delete which one is FASTlLY retrieve the results and which one is Efficient?
4 7461How 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 6938how will you go for row level locking of a z table
HP, IIIT, KPIT, Rajiv Gandhi University of Knowledge Technologies RGUKT,
2 10163
How many ways can a sap system be accessed?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
What are the differences between table and structure in data dictionary?
what is difference between user exit, customer exit and badi?
Explain sap abap 3-tier architecture?
Write special commands of list?
Different types of locks?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
How will you define posting procedures?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
Persistent class
What is at exit-command:?
When you prefer lsmw?
What is the difference between function group and function module?