Welcome to SAP Central
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Exporting parameters in ABAP Objects

Go down

Exporting parameters in ABAP Objects Empty Exporting parameters in ABAP Objects

Post  Uma_ABAP Sat Mar 31, 2012 11:32 pm

CLASS test DEFINITION.
PUBLIC SECTION.
METHODS: test_method IMPORTING number TYPE I.
ENDCLASS.

CLASS test IMPLEMENTATION.
METHOD test_method.
Write:/ number.
ENDMETHOD.
ENDCLASS.

Uma_ABAP

Posts : 56
Join date : 2012-03-31

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum