Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Empty release order documentation in BAPI_CONTRACT_GETDETAIL

Former Member
0 Kudos

I called the function BAPI_CONTRACT_GETDETAIL asking for release order documentation info, but the return table (I_release_docu) is always empty.

CALL FUNCTION 'BAPI_CONTRACT_GETDETAIL'

EXPORTING

PURCHASINGDOCUMENT = PC_NUMBER

ITEM_DATA = 'X'

RELEASE_DATA = 'X'

IMPORTING

HEADER = W_header

TABLES

ITEM = I_item

RELEASE_DOCU = I_release_docu.

0 REPLIES 0