cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Workarea reference

0 Likes
326

Hello, I have a question, can I make a reference to a workarea

Accepted Solutions (0)

Answers (2)

Answers (2)

sandeep_suggu
Contributor
0 Likes

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.
Refer The Code :
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 area

Thanks,Suggu Sandeep
DirkManuel
Active Contributor
0 Likes

I believe the OP was asking in the context of SAP Enable Now, in which case the above (specific to the Material Master File) does not apply. Thanks.

DirkManuel
Active Contributor
0 Likes

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.