we can use internal table with help of user define data types if possible or not
Answer Posted / praful
yes.
TYPES : BEGIN OF LINE,
MAT(18) TYPE C,
MAK(40) TYPE C,
END OF LINE.
DATA : ITAB TYPE TABLE OF LINE.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are the modes in which any update tasks work?
What are the differences between a database index and a match code? : abap data dictionary
What is an abap data dictionary? : abap data dictionary
Is there any method apart from bdc for data upload to sap? : abap bdc
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
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.
What is view? Different types of view. Explain?
Specify the types of data dictionary objects.
What is the use of message command in a report? What are the different message types?
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
Can we use flow logic control key words in abap/4 and vice-verse?
Under Data Transfer Portion of ABAP, what do you mean by DX Project
What is the use of enqueue function module? : sap abap data dictionary
How can you access the function code from menu painter?