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

screen exit for VA02

Former Member
0 Likes
839

Hi,

what is the screen exit for VA01 i want to add a new field in sale order additional data B .

could you tell me how to achive this?

Hi,

what is the screen exit for VA01 i want to add a new field in sale order additional data B .

could you tell me how to achive this?

5 REPLIES 5
Read only

Former Member
0 Likes
739

Hi chakravarthi,

Try this BADI:

BADI_SD_TAB_CUST_H

--

Reddy

Read only

0 Likes
739

Thanks for reply. wity regards but in this my requirement is i add screen exit through using USEREXIT in additional data B screen in ITEM ATTIRIBUTES with icon. how to achive this ?

Read only

0 Likes
739

Check this information:

User exits in the screens:

Additional header data is on screen SAPMV45A 0309, additional item data on screen SAPMV45A 0459. These screens contain the Include screens SAPMV45A 8309 or SAPMV45A 8459 as user exits.

Fields which are also to be included in the sales document for a specific installation should be included on the Include screens for maintaining. If an application-specific check module is needed for the fields, this can be included in the Include MV45AIZZ. The module is called up in the processing logic of the Include screens.

For field transports, you do not have to make changes or adjustments.

Example

A new field, VBAK-ZZKUN, should be included in table VBAK.

If the check is defined via the Dictionary (fixed values or check table) the field must be included with the fullscreen editor in the Include screen SAPMV45A 8309. In this case, no change has to be made to the processing logic.

--

Reddy

Read only

0 Likes
739

ok also If the unit of measure is in cases, then simple math is required to divide the Last Extended Price (VBRP-KZWI1) by the billing quantity (VBRP-FKIMG). Standard rounding should apply when .005 results in a .01.

give sample code for how to apply standard rounding?

Read only

0 Likes
739

@V.V.Reddy

For BADI_SD_TAB_CUST_H

There is already 2 implementation exits , '/NFM/SD_TAB_CUST_H' and 'WB2_SOGUI_LAYOUT_H'

Which 1 should I use ?

If possible I want to use the tab -ADDITIONAL DATA B.