17.08.2013 Views

Data Interfaces

Data Interfaces

Data Interfaces

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

IF SY-SUBRC = 0.<br />

* Text-002 E: Transaction successfully processed<br />

WRITE: TEXT-002.<br />

ELSE.<br />

* Text-003 E: Error in processing<br />

WRITE: TEXT-003.<br />

ENDIF.<br />

MESSAGE ID SY-MSGID<br />

ENDDO.<br />

TYPE SY-MSGTY<br />

NUMBER SY-MSGNO<br />

WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.<br />

* Text-004 D: End of CALL TRANSACTION<br />

WRITE: / TEXT-004, SY-UZEIT.<br />

* Close the fully accessed sequential dataset<br />

END-OF-SELECTION.<br />

CLOSE DATASET FILE.<br />

*-----------------------------------------------------------------<br />

*

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!