‎2007 Jan 16 5:46 AM
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
‎2007 Jan 16 6:18 AM
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
‎2007 Jan 16 6:25 AM
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
‎2007 Jan 16 7:00 AM
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
‎2007 Sep 05 12:29 PM
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.