what is type group?how to create it and what is the use of
it?
Answer Posted / abaprajaram
type declartions they used for the type-pools for the
dynamic variable as internal table in the program
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are two methods of modifying sap standard tables? : abap data dictionary
What are the problems in processing batch input sessions?
Can we use on change of between select and endselect?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
What is table pool?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
What is the difference between synchronous and asynchronous update?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
Explain the function module in bdc?
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
Mention some important events in abap programming.
How can we achieve MVC ?
What is step-loop? Explain all the steps?
Abstract class and interface, multiple inheritance, live example