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

BAPI J1B2N

Former Member
0 Likes
1,589

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
Read only

brunobex
Active Participant
0 Likes
928

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
Read only

brunobex
Active Participant
0 Likes
929

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.

Read only

Former Member
0 Likes
928

thanks Bruno!