‎2008 Dec 09 4:40 PM
Hi
What should be passed for the OBJ_TYPE in DOCUMENTHEADER (one of the Import Parameters) when you call the BAPI - BAPI_ACC_DOCUMENT_POST.
I tried BKPFF, RFBU.. both did not work..
Thanks
Geetha
‎2008 Dec 09 4:45 PM
Actually, I leave that field blank (I'm calling from within the same SAP system though).
Thomas
‎2008 Dec 09 4:49 PM
It gives me the following return message if I leave the field blank..
"Required field OBJ_TYPE was not transferred in parameter DOCUMENTHEADER"
‎2008 Dec 09 5:54 PM
‎2008 Dec 09 7:21 PM
Looks like the note 561175 has already been applied in the system previously. I see changes with respect to this note in the FM. Also our current SAP_APPL release is 600... So this may not be applicable now.. what do you suggest..
‎2008 Dec 10 7:41 AM
‎2008 Dec 10 7:52 AM
Hi Geeta,
from my experience those three fields should be blank.when the bapi is executed successfully those fields will get populated.
the error message u r getting is because of some other mistake.u may not be passing the field properly.
thanks and regards
Arjun
‎2008 Dec 10 4:10 PM
Guess there is some problem with the data.. I was able to post successfully when I used a different set of data.. Thanks for your replies.. Yeah I left the obj fields blank... it worked..! Thanks