cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_ACC_DOCUMENT_POST is not updating the HSN & GST number in BSEG

Former Member
0 Kudos

Hi All

we have created a program to upload the JV documents through BAPI BAPI_ACC_DOCUMENT_POST. Document has been posted and working fine. But HSN & GST Partner value is not updating.

So i implemented the ACC_DOCUMENT and pass the Extension 2 in the BAPI BAPI_ACC_DOCUMENT_POST . And it is updating on Development.

But the problem is, when i moved all these object to QA. Than documents is posting but the GST Partner Number & HSN Number in BSEG.

When i debug the whole BAPI , than i found after execution of BAPI_ACC_DOCUMENT_POST i am placing the BAPI_TRANSACTION_COMMIT , in this On Development it is calling a function Module – POST_DOCUMENT But it is not calling on QA.

I have checked all the ways. But not able to find the solution. Can you please help me.

Accepted Solutions (0)

Answers (3)

Answers (3)

ramparuc
Discoverer

Root cause for this is few fields not updating in TR in the include # LFACIGEN.

here is the solution

If the fields are missing, execute report SAPFACCG. This report regenerates the structure P_ACC in include LFACIGEN.
Then, add the include into a transport request and transport it into the affected systems. Alternatively, you can also execute report SAPFACCG directly in the system. Refer note 649628

former_member714268
Discoverer
0 Kudos

Thanks for the solution ramparuc

Posted on
Lakshmipathi
Active Contributor

Did you search in Google in which case, you would have got this document ?

Former Member
0 Kudos

Thanks G Lakshmipathi

I have searched on google, But didn't find anything. JV for Vendor, Customer & GL all are working on Development but not working on QA.

Former Member
0 Kudos

hi Arjun,

can you please share the solution