Application Development 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: 

BAPI J1B2N

Former Member
0 Kudos
859

Hi.

I need a BAPI or another function to modify Fiscal Note. My problem is that when i create a batch imput of J1B1N i cant create more than 16 messages in the tab Messajes, so i want to try create NF without messajes and after that modify and add the messajes. Thanks!

1 ACCEPTED SOLUTION

brunobex
Active Participant
0 Kudos
198

Hi Rimbecano,

You may use this way:

1) Function J_1B_NF_DOCUMENT_READ

2) Function J_1B_NF_DOC_READ_INTO_OBJECT

3) Function J_1B_NF_OBJECT_UPDATE

4) Function J_1B_NF_DOC_UPDATE_FROM_OBJECT

5) Commit work.

Using these functions in sequence you will get what you want.

Regards

Bruno Xavier.

2 REPLIES 2

brunobex
Active Participant
0 Kudos
199

Hi Rimbecano,

You may use this way:

1) Function J_1B_NF_DOCUMENT_READ

2) Function J_1B_NF_DOC_READ_INTO_OBJECT

3) Function J_1B_NF_OBJECT_UPDATE

4) Function J_1B_NF_DOC_UPDATE_FROM_OBJECT

5) Commit work.

Using these functions in sequence you will get what you want.

Regards

Bruno Xavier.

Former Member
0 Kudos
198

thanks Bruno!