what is the T.Code to function module?
Answers were Sorted based on User's Feedback
Explain how is batch input process different from processing on line?
Differentiate between abap memory and sap memory?
in which method i can upload data to two transactions? and how? somebody tell me.
What abap statement will trigger list generation?
How do you copy the script from source alert?
3) What happens if there is no CLOSE_GROUP in a BDC.
Does SAP handle multiple currencies? Multiple languages?
how many blocks can create in a ALV BLOCK LIST in ABAP?
Suppose, we are creating one table. at that time we are mention table space and size category. Generally size category is from 0 to 6 is available. suppose if we are declare size category as 0(zero). For 0 (zero) the size of rows is from 0(zero) to 19000. I have 25000 records to insert into table. but table size is declared as 0(zero). i.e 19000 records. what about remaining 6000 records. shall i insert in to table or not? if insert how can i do? if not insert what can i do? Please answer me? i faced this one in TCS interview.
What are the names of the function modules that will be generated upon activation of a lock object?
what is 'X' parameter in BAPI?
in which situation we use user-exits and badi's?? with example