VA05N的自定义字段

来源:互联网 发布:怎么查飞卢的订阅数据 编辑:程序博客网 时间:2024/06/05 21:18

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

1 0