Application Development and Automation 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: 
Read only

PERNR in BAPI_ACC_DOCUMENT_POST

Former Member
0 Likes
446

Hi,

I am using BAPI_ACC_DOCUMENT_POST for posting FI Doc in my program.

How can i pass PERNR in BAPI_ACC_DOCUMENT_POST.

Thanks

Shruti

1 REPLY 1
Read only

reedtzj
Active Participant
0 Likes
347

Hi,

To my knowledge there is no such possibility in a "std" field.

What I did in the past is to use the either field "Assignment Number" (BAPIACGL09-ALLOC_NMBR) or the "Text" field (BAPIACGL09-ITEM_TEXT). Both fields on item level of course.

The field used of the two suggested options above can then be used in follow on procedures where the item field is read from the FI dcoument. This should a no brainer.

Regards, Johan