Hi Friends,
I need to export the sy-burcvalue from routine(TCODE VOFM) and import to print program.
in routine i'm using the following code.
EXPORT SY-SUBRC TO MEMORY ID 'ZMEM'.
in print program i'm using the following code.
IMPORT sy-subrc FROM MEMORY ID 'ZMEM'.
but it's not norking. is there any other solution.
Thanks in Advance.
vallamuthu.m