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

Search for data name in sapscript

RichB
Participant
0 Likes
372

Is there a program similar to RPINCL10 to search through sapscripts for a data dictionary name. For example I need to find all of the forms that print the data in field MARA-WRKST. I can use RPINCL10 on print programs but not on the sapscripts.

2 REPLIES 2
Read only

Former Member
0 Likes
335

Hi

You can find out through where used list in table display (select field-->where used list).

Regards

sateesh

Read only

Former Member
0 Likes
335

Hello,

I don't think there's a way to search all the sapscripts. But if you have all the print programs that use the field you can get all the forms that use those print programs from table TTXFP.

Regards,

Michael