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 8253what 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 7642How 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 4540In Open SQL statements such as Insert update delete which one is FASTlLY retrieve the results and which one is Efficient?
4 11147How 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 13545
Define batch input session?
What should be the approach for writing a bdc program? : abap bdc
Can we use flow logic control key words in abap/4 and vice-verse?
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
What are base tables of an aggregate object? : abap data dictionary
What are function modules?
what are the critical issues u face in ur project?
What is meant by read lock? : sap abap data dictionary
Explain what is an rfc?
How to analysis Background Job for performance Issue?
What are the tcodes for performance tuning?
What is a currency factoring technique?
What is the difference between data elements and domains? : abap data dictionary
Sy index and sy tabix
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.