‎2006 Oct 04 9:49 AM
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,
‎2006 Oct 04 9:51 AM
Hi,
Sear for table T377x in main program.
In search screen check main program radio buttom.
Regrds
Divakar
‎2006 Oct 04 12:15 PM
Hi,
Have you tried taking the where-used lidt for this Table??
Regards,
‎2006 Oct 04 12:52 PM
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.