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

Table T377X

Former Member
0 Likes
921

Hi all,

There is a table T377x, where there are some form names.

For Beleg - sdls

arbgeb - sd

objkopf - ser01

the form name is serial_liste_ls.

I just wanted to know where these forms are called in the main programs. How do i Know about it.

Regards,

3 REPLIES 3
Read only

Former Member
0 Likes
738

Hi,

Sear for table T377x in main program.

In search screen check main program radio buttom.

Regrds

Divakar

Read only

Former Member
0 Likes
738

Hi,

Have you tried taking the where-used lidt for this Table??

Regards,

Read only

Former Member
0 Likes
738

Hi Sai,

The table has cross compenent entries of formnames for serial number management.For instance i have used the form name "DELETE_SERNR_PP" and searched from where it is being called using abap program RSRSCAN1. so thi is being called in four includes out of which Function module DELETE_SERNR_PP is one among them.

So you can search for the required form by executing the program RSRSCAN1 and give "*" in program name and the form name in search pattern and execute. you will get the where used list of the form.Execute this in background as it will take some time.

Please award points if helpful.