What is the significance of delivery class ? : sap abap data dictionary
Answer Posted / bhavani
it controls the transport of table data in different scenarios such as client copies, upgrade, installations and transports between customer systems
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where can you find error log for call transaction? : abap bdc
what is defference between repository and non repository Object?
Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)
What is step-loop? Explain all the steps?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
What are the functional areas? User groups?
What is the reserve command?
How to create user interfaces for lists?
Mention the various databases integrities?
What are the three hierarchical levels of data types and objects?
How to use messages in lists?
Differentiate between ooabap and abap?
What is modularization and its benefits?
What is the structure of the bdc table? : abap bdc
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.