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

How check table update program, FM etc..

Former Member
0 Likes
590

Hi ,

I need to prepare a document for table the KNB5, the table contain 11 fields, need to prepare a document for all the fields how they are updating and what Programs, Fucntion Module, Module Pool/enhancement etc.. involved for table updating .

I will use where used list for each field and get list programs, Fucntion Module, Module Pool/enhancement etc. involved but in what basis, I will confirm weather this program or FM really using table updates or not.

Shall I search with update command or with table? is any other way?

Thanks in advance.

Mahhe

1 REPLY 1
Read only

former_member191735
Active Contributor
0 Likes
490

This is kind of tricky. KNB5 is customer dunning data table which (as far as i know) is updated by transaction XD01/XD02.

So, you might want to run a SQL trace and modify/update the data. Then you need to analyze the trace to see how it is being updated. Then again, you need to put break points and see what is going by running the same again.

Just an fYI..... Check out customer master XD02 and company code data - Correspondence tab for dunning info and fields.

good luck