Skip to Content
0
Former Member
Oct 24, 2007 at 11:37 PM

Regarding ABAP

25 Views

I am very new to ABAP so can you tell me what the following means:

-


First Question----


DATA: L_0MAT_PLANT_ATTR LIKE BIW_MARC_S.

DATA: ZPACKSTYLE(30) TYPE C VALUE '0000001800'.

DATA: ZSECTOR(30) TYPE C VALUE '0000001806'.

-


Second Question----


CALL FUNCTION 'CONVERSION_EXIT_ATINN_INPUT'

EXPORTING

INPUT = 'PACKAGESTYLE'

IMPORTING

OUTPUT = ZPACKSTYLE .

Third Question----


LOOP AT I_T_DATA INTO L_0MAT_PLANT_ATTR.

-


Will rewards points ...!

thanks