cancel
Showing results for 
Search instead for 
Did you mean: 

Calling perl script from SAP system

Former Member
0 Kudos

Hi all,

I would like to call script from a SAP system. How many ways I can do that. Please guide me.

Thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

In transaction SM69, you can define an external command. This command can be a perl script, or anything else executable at the OS level. Once defined, you can execute it with transaction SM49, or by defining a step in a background job to execute an external command, or by calling function module SXPG_CALL_SYSTEM in an abap program.

Cheers,

David.

Former Member
0 Kudos

hi

for standard transaction check the output type in table TNAPR (for each output type it sets program and module name)

goto se71-> select the form->display->Form->Check->Texts->check Include res->enter

You will find all the inludes or driver prgs link to that form.

otherwise check table TNAPR

Former Member
0 Kudos

Hi, I don't understand. It sounds like form design process doesn't it...