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

Fields getting wiped out while posting DEBMAS04 IDoc

Former Member
0 Likes
422

Hi All,

We are using DEBMAS04 IDoc to create/modify data in SAP ERP.

However, we are finding that whenever a customer is modified by the posting program, some company code data gets wiped out.

IDoc is posted using process code DEBM and std routine IDOC_INPUT_DEBITOR.

In E1KNB1M (Company code data) segment, we are passing only KNB1-BUKRS (Constant value 1000),

KNB1-AKONT (A Constant value 0000112110) and KNB1-ZTERM ( Constant value ZOF3). Rest of the fields in this segment are not filled when populating the IDoc. The users modify the records manually if they need to update other company code data.

After such manual modification, if the IDoc posting program is run, the newly modified fields get wiped out.

I am not able to understand why the fields get wiped out if they are initially not passed to SAP.

I would highly appreciate your inputs on this.

Thanks.

Regards,

Riyaz

Hi All,

We are using DEBMAS04 IDoc to create/modify data in SAP ERP.

However, we are finding that whenever a customer is modified by the posting program, some company code data gets wiped out.

IDoc is posted using process code DEBM and std routine IDOC_INPUT_DEBITOR.

In E1KNB1M (Company code data) segment, we are passing only KNB1-BUKRS (Constant value 1000),

KNB1-AKONT (A Constant value 0000112110) and KNB1-ZTERM ( Constant value ZOF3). Rest of the fields in this segment are not filled when populating the IDoc. The users modify the records manually if they need to update other company code data.

After such manual modification, if the IDoc posting program is run, the newly modified fields get wiped out.

I am not able to understand why the fields get wiped out if they are initially not passed to SAP.

I would highly appreciate your inputs on this.

Thanks.

Regards,

Riyaz

1 REPLY 1
Read only

Former Member
0 Likes
393

Hi Riaz

Did u find a solution for this issue we are facing the same issue now . any help is appreciated.