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

Create Chapter id

Former Member
0 Likes
1,120

Hi Friends,

Is there any BAPI/FM to create chapter id in J1ID transaction. Please help me.

Thanks

Gayathri

8 REPLIES 8
Read only

Former Member
0 Likes
1,037

Hi

i dont know using BAPI bt i can tell u direct uploading using

LSMW

Read only

0 Likes
1,037

Hi,

My requirement is to do with BAPI only or if u have any idea about standard BDC Recording that will also help me .

Thanks for ur reply

Read only

Former Member
0 Likes
1,037

Try these FMs

BAPI_EXCINV_CREATE_FROMDATA

BAPI_EXCISEINVOICE_GETLIST

Read only

0 Likes
1,037

Those Bapi is for creating invoice right will that help me to create Chapter id

Because creation of chapter requires only 3 fields.

Read only

0 Likes
1,037

Hi Gayathri,

As such we dont have any BAPI for Loading chapter Id's. If required, a remote enabled FM needs to be creted and assgined in BOR.

The remote enabled FM is just going to insert the Database table ( ChapterId's with 3 fields ) Directly.

Regards,

Sai

Read only

0 Likes
1,037

Thanks sai for ur reply ........

Is there any remote function module or we need to create it ... If so how to do it

Read only

0 Likes
1,037

Yes . We need to create a remote FM.

Its just like creating a FM but the attributes in the FM we select the radio button : Remote enabled.

All the parameters should be pass by value only.

Insert the records into the tables J_1ICHPTER and J_1ICHIDTX. (Please check these two tables)

( the maintanace view J_1IVCHID is created with these two tables only).

Regards,

Sai

Read only

0 Likes
1,037

Thank u sai for ur valuable time and reply