How to configure CIN in ECC 6.0
What are field symbols and field groups?
Latest Answer: Field Symbols: Field symbols are symbolic names for various fields. They can point to any data object. it is same as dereference pointers in C. They are idebntified in the program code.Syntax: FIELD-SYMBOLS [| STRUCTURE ...
What is Block ALV? Explain with sample code.
What are master data?
Latest Answer: Master data is central level data in SAP. Which is stores the long term
information, which information can be accessed to perform multiple transactions
in SAP.
In SAP, every functional module has its own master data.
Functional Modules like:- ...
What is country specific chart of account?
What is the use of baseline date in API
What is the meaning of Robots in API Process
What is SAP SD Flow?
Latest Answer: 1. Inquire2. Quotation3. Sale Order4. Delivery5. Invoice6. If necessary Excise invoice ...
What is meant by transfer of data from legacy code to SAP?
Latest Answer: It all depends on how frequently you are accessing SAP data. There are
several ways you can transfer data Legacy data (non sap system) to SAP. You have
list of choices
1) There is option in SAP called BAPI, by using which other SAP and NON-SAP
systems ...
How to find BADI in standard program?
Latest Answer: Go to class CL_EXITHANDLER in SE24Enter method GET_INSTANCEPut a breakpoint in this methodRun your standard transaction - control will stop at all BAdis called within the flow since this method is used to check BAdi implementations before invoking themAlso, ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top