on ‎2022 Aug 27 2:54 PM
Request clarification before answering.
Hi sandracarolina
Yes, Work Area Can Refer to Structure, In the mean time internal table also required while performing the Work area on table operations. * One main thing is that without Internal Table there is no Work area.TYPES: BEGIN OF TY_MARA, " structure
matnr TYPE mara-matnr,
werks TYPE marc-werks,
budat_mkpf TYPE budat,
menge TYPE mseg-menge,
END OF TY_MARA.
DATA: LT_MARA TYPE TANLE OF TY_MARA, " Internal Table
LS_MARA TYPE TY_MARA. " Work areaYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do you mean? Can you reference an object in one Workarea from another Workarea? Sure. Every object has a URL and that URL includes the workarea ID.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.