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

J1B2N

Former Member
0 Likes
970

Hi!

I want to change a field on the transaction J1B2N because I have to simulate a document status when I insert another number. The field is NF Nº - NFNUM.

Is there a Exit or BADI that I can use to do this?

Thanks.

Cesar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
699

Hi,

Try implementing this BADI

TAX_CONDITIONS and check the method FILL_KOMK_KOMP for the code changes.

Within this method, you can use

'loop at screen' statement for changing the field output properties.

Thanks,

B Rangaraju

Hi!

I want to change a field on the transaction J1B2N because I have to simulate a document status when I insert another number. The field is NF Nº - NFNUM.

Is there a Exit or BADI that I can use to do this?

Thanks.

Cesar

1 REPLY 1
Read only

Former Member
0 Likes
700

Hi,

Try implementing this BADI

TAX_CONDITIONS and check the method FILL_KOMK_KOMP for the code changes.

Within this method, you can use

'loop at screen' statement for changing the field output properties.

Thanks,

B Rangaraju