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

New fields in SPRO table

Former Member
0 Likes
1,060

Dear Clleagues,

I have defined new fields in a table (APPEND structure) which will be filled in SPRO customizing. How can I fill these fields in SPRO ?

Thanks a lot and kind regards

Peter

1 ACCEPTED SOLUTION
Read only

Former Member
3 REPLIES 3
Read only

Former Member
Read only

0 Likes
926

Hi Pravin,

in the table TVAG (reason for rejection) I have defined new fiels by APPEND STRUCTURE. How can I modify the customizing program in SPRO in order to see these new fields there ?

Thanks a lot and kind regards

Peter

Read only

0 Likes
926

I think I would have taken a different approach...creating a ZT....table and added my additional fields there. That way, SPRO remains as is, and the ZT table could be maintained separately, and utilized in code enhancements, exits, etc.

Just a suggestion/possible alternative to trying to modify SPRO and SAP's customizing tables.