Kolkata
Prob:
In our project we got one requirement where we need to create a data declaration in custom program based on data type (TY_MARA in this case) declared in global class (Z_TEST).Solution:
As in this case data type is declared as public. So we have created an object of global class and then used that object to refer the data type in our data declaration.
*& Report Z_TEST_DEMO1
*&---------------------------------------------------------------------*
*&
*&
*&---------------------------------------------------------------------*
with header line.
up to 10 rows.
write:/ i_mara-matnr.
Output:
Note:
This solution only works if data type is declared in the global class as public.
No comments:
Post a Comment