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

J1IS using BDC

Former Member
0 Likes
842

Hi Folks,

We are trying to run the TCode J1IS (India excise posting others) in background using a BDC. The problem we face is that the excise invoice gets created, but does not get posted.

However, if this is done manually, the posting takes place correctly.

The same user id is used, so the problem of authorization may not be present.

Any idea about this?

Regards,

Aroop

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
811

Hi,

Please check if there are some bapis for doing this.

BAPI_EXCINV_CREATE_FROMDATA

-Keerthi

6 REPLIES 6
Read only

Former Member
0 Likes
812

Hi,

Please check if there are some bapis for doing this.

BAPI_EXCINV_CREATE_FROMDATA

-Keerthi

Read only

Former Member
0 Likes
811

Hi,

Check this SAP Note : 353942

Regards,

Srini.

Read only

former_member192897
Active Contributor
0 Likes
811

Go to SPRO-Logistic General-Tax on Goods Movement-India-Basic Settings-Maintain Excise groups and here for your excise group put tick mark against Automatic Posting.

By activating this you need not to post document again using J1IV release into accounting after J1IS is done.

Check with your functional consultant.

Read only

Former Member
0 Likes
811

Thanks for the replies.

@Keerthi

We have tried the function module, but the problem remains the same, the excise invoice doesn't get posted.

@Srini

This note, though old, enlightened me that the Tcode J1IS itself calls a BDC to print the excise invoice (program J_1I_BDC_POST_INVOICE_OTHERMT). My guess is that a BDC is not able to call another BDC, and hence the posting doesnt take place. I could be wrong, though.

We will try to use this function module (or at least the idea) to get the posting done in the background.

@Ashok

Thanks for pointing it out. However, the configuration is already maintained, otherwise the manual posting wouldnt have taken place. My problem is only with posting using a BDC.

Regards,

Aroop

Read only

Former Member
0 Likes
811

We have decided to make a new BDC to post the document. Thanks everyone for the help.

Regards,

Aroop

Read only

animesh_das
Explorer
0 Likes
811

Hi All,

when i use the bdc program(J1is) to create the excise invoice is not generate and not saved .but in T-code SHDB at the time of processing the excise invoice pop up is coming and data saved .

Regards,

Animesh

Edited by: Animesh Das on Oct 13, 2011 1:37 PM