what will happen if called program is not executable ?
An ABAP program creates a batch input session. We need to submit the program and the batch session in back ground. How to do it?
Explain the uses of the simple maintenance interface? : sap abap hr
What is an abap dictionary?
how to debug a screen without using /h,break-point,debuging,stop.
when you are using 2 internal table in program, you have decided to use for all entries statement to retrieve data but unfortunately there are no records in the first internal table. What will be the result? (2nd internal table contains records).
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?
Define the various contents of technical specifications ?
When we copy any Driver Program from Nace............when we copy into zprog,when we activate how it was linking to that particular std layout............what happening to the previous driver prog?
WHY WE NEED TO CREATE A PORT IN ALE IDOCS?
which part of the internal table syntax determines how ABAp accesses the rows of the internal table ?
Can you print decimals in type n? What is difference between float and packed data type?
In the `select' statement what is group by ?