Hi, all.
I meet a runtime error after using the below function in my program. I totally dun know how to start to solve it 😔
CALL FUNCTION 'BAPI_PO_GETDETAIL1'
EXPORTING
PURCHASEORDER = PO_NUMBER
DELIVERY_ADDRESS = 'X'
TABLES
POADDRDELIVERY = IT_DELIVER[]
.
Am I using this function correctly?
The error analysis is like below:
A RAISE statement in the program "CL_HANDLE_MANAGER_MM==========CP" raised the
exception
condition "FAILURE".
Since the exception was not intercepted by a superior
program, processing was terminated.
Very appreciate if somebody can guide me. Thanks in advance.