SAP CALL CUSTOMER FUNC - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for CALL_FUNCTION

CALL CUSTOMER-FUNCTION

ABAP Reference
ABAP Code Snippet


ABAP Syntax CALL CUSTOMER-FUNCTION func

[EXPORTING p1 = a1 p2 = a2 ...]
[IMPORTING p1 = a1 p2 = a2 ...]
[CHANGING p1 = a1 p2 = a2 ...]
[TABLES t1 = itab1 t2 = itab2 ...]
[EXCEPTIONS [exc1 = n1 exc2 = n2 ...]
[error_message = n_error]
[OTHERS = n_others]].
ABAP Code Snippet

What does it do? Obsolete: Binds the function module exit specified in func.

ABAP Addition see CALL FUNCTION

Return to menu