Answer Posted / sutirtha
yes
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What is modularization and its benefits?
What is the logo in sap script?
How do you import pay scale data from non sap to sap? : sap abap hr
In sap script how to print bar code in vertical manner
How many types of data classes are there in sap abap? : abap data dictionary
What is a modification assistant?
What is the purpose of sum statement?
What data is contained in data dictionary? : abap data dictionary
In which particular scenario we use sorted table and which particular scenario we use standard table?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
What is the transaction for recording bdc ? : abap bdc
Why do we use abstract class
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
How to transfer the objects? Have to transferred any objects?
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.