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: 

f4 help for incoterms in va02

Former Member
0 Kudos

Hi Abapers,

I need to have f4 functionality for incoterms2 in Tcode: VA02

also need to validate this field. Can some one please gimme the possible solutions to achieve this requirement...

Existing BADI for VA02: BADI_SD_SALES.

Please give your inputs.

Many Thanks...

1 ACCEPTED SOLUTION

uwe_schieferstein
Active Contributor
0 Kudos

Hello Premraj

For INCO1 there is a search help available: H_TINC which uses table TINC.

INCO2 appears to be a free-text field.

Looking through the methods of the BAdI interface IF_EX_BADI_SD_SALES you will see that none of the methods has defined any exception in its signature.

However, method SAVE_DOCUMENT_PREPARE has a CHANGING parameter F_SUBRC which probably allows you to prevent the saving of the document.

The incoterms can be found in CHANGING parameters FYVBKD and FXVBKD.

Regards

Uwe

1 REPLY 1

uwe_schieferstein
Active Contributor
0 Kudos

Hello Premraj

For INCO1 there is a search help available: H_TINC which uses table TINC.

INCO2 appears to be a free-text field.

Looking through the methods of the BAdI interface IF_EX_BADI_SD_SALES you will see that none of the methods has defined any exception in its signature.

However, method SAVE_DOCUMENT_PREPARE has a CHANGING parameter F_SUBRC which probably allows you to prevent the saving of the document.

The incoterms can be found in CHANGING parameters FYVBKD and FXVBKD.

Regards

Uwe