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: 

how can :Changing the names of the fields , in the A Additional data tab (T code va41)

kimia_mdi
Explorer
0 Kudos
800

Dear All,

pls help me ...How can I, changing field name of tab for VA41/VA42/VA43 T.Code

Regards,

kimia

5 REPLIES 5

yogananda
Product and Topic Expert
Product and Topic Expert
0 Kudos
699

kimia_mdi

To change the names of the fields in the Additional data tab of T code va41 in SAP ABAP, you can use enhancement. You can add custom fields at item level under additional tab B and show fields from tables VBAK/VBAP in the screen of additional data B. You can also add new tabs in sales transactions VAxx by executing VFBS and entering program name as ...12.

I hope this helps. Let me know if you have any other questions.

0 Kudos
699

hi , thanks for your comment

i had creat Additional data A, in screen4002 , but now i can't edit it.

raymond_giuseppi
Active Contributor
0 Kudos
699

You can

  • Add fully designed customer fields with BAdI BADI_SLS_HEAD_SCR_CUS (and BADI_SLS_ITEM_SCR_CUS) on 'Additional Data B' tab
  • Add your own code in PBO/PAI of 'Additional Data A' tab which are defined in user modifiable include
  • For expert, Customize screen sequences in VFBS
  • Tips and tricks, translating screen elements and data element texts, don't require sscr keys

0 Kudos
699

hi ,thanks for your comment

i want to edit title of fields in screen 4002 (additional data a)

this bapi was't work for edit

0 Kudos
699

Which BAPI ?