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

Through Which Screen KNA1 Table updated

Former Member
0 Likes
2,314

Hi Team,

I would like to know Tcode of that scrren Through Kna1 table is being update.

For Examle-

It's Not only case Of KNA1 table.  How to identify Tcode or screen through LFA1 table is being update.

What step should be follow to know this, or can identify through Dbug mode.

Regards

Mohammad Arif.  

Hi Team,

I would like to know Tcode of that scrren Through Kna1 table is being update.

For Examle-

It's Not only case Of KNA1 table.  How to identify Tcode or screen through LFA1 table is being update.

What step should be follow to know this, or can identify through Dbug mode.

Regards

Mohammad Arif.  

6 REPLIES 6
Read only

Former Member
0 Likes
2,222

hi Mohd Arif,

           

you can get it by t-code MASS

or other t-codes are xk01, 02.(centrally manage)

hope it helps

regards,

vikas

Read only

Former Member
0 Likes
2,222

Hello Former Member

First of all you activate trace via the transaction ST05. Then you run the transaction or program normally and complete your flow. Afterwards, you go in the ST05 transaction and desactivate the trace before displaying the trace.

Then, using the find button search for the keyword LFA1 or KNA1 in the output you will get the place and programme exactly where updates are being performed on the required table.

Thanks & Kind Regards,

Yovish.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,222

KNA1 and LFA1 modifications generate Change Documents in the system. You can identify the "object" thru SCDO transaction or browse (SE16N) the table TCDOB. (e.g. objects DEBI and KRED)

Then browse change document header table (CDHDR) to identify related transactions.

Regards,

Raymond

Read only

0 Likes
2,222

Hi,

Could you please let me know How you identify object like DEBI & KRED for the table kna1 and lfa1.

Regards

Arif 

Read only

0 Likes
2,222

Just read again the second sentence in my answer

Read only

Former Member
0 Likes
2,222

Hello

xd01-customer create

xd02-update customer

xd03- display customer

xd05-block/unblock