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

Adding additional fields to a transaction

Former Member
0 Likes
2,294

Hi .. How to add additional zfields to a transaction?.

Thanks and regards,

Tharun Venkat

6 REPLIES 6
Read only

Former Member
0 Likes
1,370

Hi,

To which transaction??

Thanks,

Naren

Read only

Former Member
0 Likes
1,370

Before adding additional transactions to a Standard SAP transaction make sure u copy that transaction to a z-transaction and add the additional fields u require in the seletion parameters and make sureyou need to change the code according to this Field which you have inserted in the Transaction

Rewards If Helpful

Viky

Read only

Former Member
0 Likes
1,370

to vb31,vb21

Read only

0 Likes
1,370

Try looking for a Screen exit. If you find an exit then you can add a field.

-Guru

Read only

Former Member
0 Likes
1,370

I tried in SMOD looking for package vkon.I couldn't find one .I also Looked in BADI's . I also looked in modsap table looking for screen exit . Is there anywhere else that I shud look into ?.

Tharun venkat..

Read only

0 Likes
1,370

Hi

I'm using release 4.6C and there's any user-exit or badi, so I believe you have to change the std program or you can create a copy and add your z-field in this copy.

Max