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

how to find a script name ??

Former Member
0 Likes
955

Hi all ,

can any one tell me how to find the form name assigned to perticular transaction. In my case i need to find for ME42 (RFQ). Quick result is appreciated.

Thanks and Regards

ram kumar

Hi all ,

can any one tell me how to find the form name assigned to perticular transaction. In my case i need to find for ME42 (RFQ). Quick result is appreciated.

Thanks and Regards

ram kumar

5 REPLIES 5
Read only

Former Member
0 Likes
925

Any print output goes into RSNAST00 program and there it will decide which print program it has to call. In RSNAST00 program below code where it will call the print progam generaly around 811 line no.

PERFORM (TNAPR-RONAM) IN PROGRAM (TNAPR-PGNAM) USING RETURNCODE S_SCREEN IFFOUND.

Put a break point at this place see values of TNAPR-RONAM and TNAPR-PGNAM. these variables will have progam name and form name.

Cheers,

Satya

Read only

Former Member
0 Likes
925

Hi ,

Use Transaction "NACE".

Select Application "EA" (for PREQ)> thenselect Output types>select your output type (

SAP Standard for requisition is "NEU) ---> then select ur output --> check procee routines.

In thos you will find driver program and layoutset/smart form assigned to the out put

Cheers.

Message was edited by: Lanka Murthy

Message was edited by: Lanka Murthy

Read only

0 Likes
925

Hi,

How to attach output type to the particular transaction .

And form name to the particular transaction?

Through nace entries i am not getting for RFQ .

There is no output types for RFQ.

Please guide me..

Read only

0 Likes
925

In NACE you should have EA - Purchasing RFQ. Click on that & then click on output types. Select the desired output type. e.g. NEU then click on Details (Magnifying glass). Then Click on processing routines for defining your Program, Form_routine & Form name.

Hope this helps,

Bipin

Read only

Former Member
0 Likes
925

Go to NACE transxation..

we can find lsit of applications .

<b>SELECT EA for RFQ</b>.

select output types.

like NEU.

<b>If u want to add new ouput types ..u can add it by selecting change icon</b>click on processing routines from node tree left side.

and u can see the program name n form name.

If u want to change these...select change icon..and u can change it now.

kindly reward points if this helps.

Raj.

Message was edited by: raja gurrala