From excel to abap - is batch mode possible ? : abap bdc
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
i have created script logo.is that logo goes to develpment to quality?
What are the function modules used to create batch input session? : abap bdc
What is a data element?
Why don’t use LSMW method instead of BDC methods, if the data is master data?
Define Internal Table?
Mention what is alv programming in abap?
Which one of the following statements are FALSE about Inactive objects in SAP? a) Development Objects are always saved as inactive versions. b) An inactive version of a Development Object is written to developer’s pc c) In DISPLAY mode, other users can NOT access the code of inactive version of a developer d) Generating a runtime object is same as activating a development object.
loop at itab. IF <cond>. Continue. Endif. Endloop. If continue triggers what will happen, it comes out of loop and endloop for further loop pass or just comes out of IF and Endif.
what are the main events that are used in an ALV report?
What are the different modes of processing batch input sessions? : abap bdc
How to debug a smartform using SMARTFORM_TRACE....and how to see its results