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

Excise tables are not Updated while using BAPI_GOODSMVT_CREATE

Former Member
0 Likes
604

hi Folks,

I have created a Z transaction for creating GR similar to MB01.

i am using BAPI_GOODSMVT_CREATE to create the GR.

It's working fine.. GR is created successfully.

But while posting Excise using J1ia it also check for some data in table J_1ipart1 for excise group. which is not updated.

But in case of standard MB01 the data is getting updated.

Plz suggest some thing to update exscise data.

Regards

Sachin

Message was edited by:

Sachin Dhingra

4 REPLIES 4
Read only

Former Member
0 Likes
562

HI,

DId you check the BAPI Fm? Are you passing all the relevant parameters?

Maybe the BAPI COMMIT is missing after the BAPI call.

Please check that also,

Regards

Subramanian

Read only

Former Member
0 Likes
562

Hi Sachin ,

this BAPI will create only Material Documemts , its not totally fulfill ur Online Transactions .In ur case u have to use <b>BAPI_EXCINV_CREATE_FROMDATA</b> along with ur Mat-BAPI .

In MB01 capturing Excise invoice is Options thats y SAP designed like that.

Regards

Prabhu

Read only

0 Likes
562

hi Prabhu,

Thanx for prompt reply,

Let me clarify the issue.

1) We are successfully creating GR thru BAPI_GOODSMVT_CREATE

2) Excise invoice is created thru J1IA manually

3) When we are posting excise invoice created thru 2) in J1IB, we are getting error

The excise group 01 does not match the Part I's excise group

4) We checked part1 table entry (table name J_1IPART1) for GR as created in 1)

We observed that there is no entry for that GR No.

How do we go about this?

Regrads

Sachin

Message was edited by:

Sachin Dhingra

Read only

0 Likes
562

Hi Sachin,

I have same problem. Do you solve it?

After call the bapi i need to use the material doc number to obtain transfer requeriment number from LTBK but material doc number does no exist in the table.

Thx

pd: i call bapi_transaction_commit after bapi_goodsmvt_create but the problem persists.