Skip to Content
0
Former Member
Mar 26, 2009 at 09:33 AM

CALL TRANSACTION

67 Views

Hi guys,

I would like to call an ABAP Programm from another programm. For this purpose I tried to use 'CALL TRANSACTION' function.

Additionaly I have to pass some parameters.

Example

SET PARAMETER ID: 'CAR' FIELD carrier,

'CON' FIELD connection.

At the moment I can not find the parameter id of the fields. I tried with right click on the field -> help -> Technical Information, but I have there only:

Program Name,

Status,

Table Name,

Field Name,

Data Element,

DE Supplement,

Screen Field.

There is no parameter id.

How can I find it? Any suggestion are welcome.

Regards

Erwin