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 8104what 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 7497How 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 4452In Open SQL statements such as Insert update delete which one is FASTlLY retrieve the results and which one is Efficient?
4 11026How 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 8615how will you go for row level locking of a z table
HP, IIIT, KPIT, Rajiv Gandhi University of Knowledge Technologies RGUKT,
2 13454
Proxy Programming with ABAP - How to develop the Proxy identification through programming
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
Is it possible to run host command from SAP environment? How do you run?
What are the data types of internal tables?
What are the parameter types for a method?
Explain the advantages of different types of bdc's?
What are the 3 types of tables in sap? : abap data dictionary
Does the table can have multiple foreign keys?
What are the two ways for restricting the value range for a domain? : abap data dictionary
Explain get pernr concept when we use logical data base? : abap hr
What is difference between dependent and independent data?
What are function modules?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
How do you execute the payroll
How to debug a sapscript?