‎2009 Oct 08 3:40 PM
Hi All,
I need to populate fileds of IDOC segments
Acc_document02 Idoc.
can any body guide me ,which segments and fields i need to fill.
E1BPACHE09 : Header segment
E1BPACGL09 : G/L account item
E1BPACCR09 : Currency Items
Is these segments are enough.
What else fields i need to add or remove..
What is field
ITEMNO_ACC : Accounting Document Line Item Number
and how to fill it.
I am getting Error 51:Application document not posted.
Regards,
Ramesh.
‎2009 Oct 12 10:26 AM
Hi Ramesh,
For ITEMNO_ACC : Accounting Document Line Item Number you can use any increment variable.
v_itemno = v_itemno + 1.
E1BPACGL09-ITEMNO_ACC = v_itemno.
This will store the line nos as 1 , 2 , 3 ... once the document is posted.
To check which segments and fields need to be filled, I would suggest to post the document manually through transaction. Note down the mandatory fields on screen and identify(or map) them in segments. Fill these fields and try again.
Hope this helps.
Regards,
Savitha
‎2009 Oct 12 10:26 AM
Hi Ramesh,
For ITEMNO_ACC : Accounting Document Line Item Number you can use any increment variable.
v_itemno = v_itemno + 1.
E1BPACGL09-ITEMNO_ACC = v_itemno.
This will store the line nos as 1 , 2 , 3 ... once the document is posted.
To check which segments and fields need to be filled, I would suggest to post the document manually through transaction. Note down the mandatory fields on screen and identify(or map) them in segments. Fill these fields and try again.
Hope this helps.
Regards,
Savitha
‎2009 Oct 12 10:52 AM
in we02
just below the 51 status - you will find the error description,
please let me know that
regards
manu