您的位置:首页 > 其它

VA05N的自定义字段

2016-06-15 17:06 991 查看
Assume you want to add VBAK-VSBED to the VA05 ALV o/p. You may proceed as follows:

First add this field to structure VBMTV. Proceed as follows:

1. Table VBMTV: Replace the dummy field with VSBED in Include VBMTVZ.

2. Table T 180A: Add a new data record via Transaction SE16.

TBNAM = 'VBMTV'

FDNAM = 'VSBED'

ZUART = 'D'

3. Update of VSBED:User exit PERFORM MOVE_USERFIELDS USING 'VBAK' in

LV05TFMO, Include V05TZZMO add the following line behind

WHEN 'VBAK':

MOVE LVBAK-VSBED TO LVBMTV-VSBED. <-- Insert

4. Activate Include V05TZZMO.

5. If then, you log on to the system again and call up Transaction VA05

the system displays 'Shipping Cond' field.

 

*----------------------------------------------------

To add PLANT to the list of Further Selection Criteria in VA05,

 

Goto IMG - Sales & Distribution - Sales - Lists - Define Selection Criteria - execute

 

In the screen - goto New Entries and add the following details..

 

1. Program Name - SAPMV75A

2. TRG (Transaction Group) - 0

3. Display Group - K

4. Event - SELK

5. It - 8

6. Field Name - WERKS

 

Enter the details and save the changes. Goto VA05 and you can see the field PLANT in the Fur Sel Criteria.

 

Like wise..if you want to add different partner functions...follow the above path and select Update Partner Index - execute

 

goto new entries and add Transaction Group - 0 and partner functions as SH
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: