‎2012 Sep 24 3:52 PM
Hi all,
We would like to send PO's via EDI via ORDERS05. One of the requirments is to extend ORDERS05 with the cost center used in the PO.
FM IDOC_OUTPUT_ORDERS is used for processing and call's FUNCTION EXIT_SAPLEINM_001 and via fuellen_idoc_inttab FUNCTION EXIT_SAPLEINM_002. But there's no access to acc ass data.
Is there a way to add acc ass data to ORDERS05.
Thanks in advance!
JvE
‎2012 Sep 24 4:31 PM
Hi Jorgen,
There is no direct access to Account Assignment data ( TABLE EKKN ) inside IDOC_OUTPUT_ORDERS. As you have already pointed out, you can use EXIT_SAPLEINM_002 and Select the data from EKKN table and populate your extended segment with the cost centre ( EKKN-KOSTL).
Regards,
R
‎2012 Sep 24 4:31 PM
Hi Jorgen,
There is no direct access to Account Assignment data ( TABLE EKKN ) inside IDOC_OUTPUT_ORDERS. As you have already pointed out, you can use EXIT_SAPLEINM_002 and Select the data from EKKN table and populate your extended segment with the cost centre ( EKKN-KOSTL).
Regards,
R
‎2012 Sep 25 12:37 PM
Hi Roy,
Thanks it worked!
I thought I had to work with the tables declared in EXIT_SAPLMV01_002.
Regards,
JvE