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

list of custom SAPScript forms

Former Member
0 Likes
757

Hi Guys,

Is there a way to get a list of all the custom SAPscripts forms in the system?

Thanks.

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
470

Go to Table STXH in SE16

Give TDOBJECT = 'FORM'

TDNAME = 'Z' or 'Y'

TDID = 'DEF'

Regards,

Naimesh Patel

Hi Guys,

Is there a way to get a list of all the custom SAPscripts forms in the system?

Thanks.

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
471

Go to Table STXH in SE16

Give TDOBJECT = 'FORM'

TDNAME = 'Z' or 'Y'

TDID = 'DEF'

Regards,

Naimesh Patel