cancel
Showing results for 
Search instead for 
Did you mean: 

adding new fields to va05....

Former Member
0 Kudos

hi all,

i want to add new fields to va05. can anybody tell me step by step how to do this ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you want to add new field in VA05 initial screen then try with Furthter selection criteria, Organizational data and partners buttons in the same creen if not availabe in these also then u will have to take help from ABAPer and ask him to add that new fields to that selection screen.

Regards

sankar

Answers (5)

Answers (5)

Former Member
0 Kudos

Hello All,

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 T180A: 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.

Regards,

Asmita...

former_member184555
Active Contributor
0 Kudos

Hi

Please explain the requirement in detail.

Thanks,

Ravi

Former Member
0 Kudos

I want to add Material Group and Old Material No. filed in the Additional selection criteria.If iam going according to ur path as u have suggested to write WERKS to get Plant in selection criteria, I am giving MATKL field.But its not reflecting in VA05.How to use MATKL in selection criteria .

Is there any discipline in maintaing the fileds to reflect in VA05

Former Member
0 Kudos

Hi,

See OSS note about the restriction of adding new fields for "further selection criteria" :

397749

For program-technical reasons, only the following fields can be

supported for 'Further selection criteria' in VA05, VA15, ...

1. VKORG: Sales organization

2. VTWEG: Distribution channel

3. SPART: Division

4. VKBUR: Sales office

5. VKGRP: Sales group

6. AUART: Sales document type

7. BSTNK: Customer purchase order number

8. ZPERS: Person responsible

9. WERKS: Plant Table for National (Centrally Agreed) Contracts

10. ERNAM: Name of Person who Created the Object

11. PARVW: Partner function

12. KUNDE: Partner

13. KUNNR: Sold-to party

14. MATNR: Material

15. VBELN: Sales and distribution document

16. AUDAT: Document date

Regards,

Lionel

Former Member
0 Kudos

Hi,

If u go like this every time u need to go to further seleciton criteria and selecting .. so it may confuse user to avoid this and u want that field in VA05 initial screen itself for all users every time then good process is please ask your abaper to add that oldmaterial number field to that selection screen which hardly will take 10 min..

So that old material number always appear in selection screen of VA05..

Regards

sankar

Former Member
0 Kudos

Hi,

To add new fields for VA05 (not in selection screen), see OSS note which describes an example : 350068.

Regards,

Lionel

former_member184555
Active Contributor
0 Kudos

Hi

Please follow the below procedure..

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

and like wise add other partner functions also.

Thanks,

Ravi

Former Member
0 Kudos

thanks a lot.

it was a good information for me.

but i am not asking for selection screen. i am asking for the list.

Former Member
0 Kudos

ravi i have tried wt u have written. Instead of WERKS(field name) here its VGBEL. and i have changed it to WERKS ,but it didnt effect in VA05. plz tel me how can i add old material number filed in va05