Skip to Content
0
Nov 14, 2009 at 12:11 PM

Regardding CAll Transaction where i will get return value

128 Views

Dear Expert ,

My Requirment is i am Passing parameter to call transaction it is working fine , but

i want to get data which is displayed after calling that transation .

Such as

sel_data-program = 'gp3umn8b57fzlorwxdm2y9lqq7e'.

sel_data-dynpro = 1000.

sel_data-dynbegin = 'X'.

APPEND sel_data.

CLEAR sel_data.

sel_data-fnam = 'S_FICTR-LOW'.

sel_data-fval = fund_cntr .

APPEND sel_data.

CLEAR sel_data.

sel_data-fnam = 'FIPEX-LOW'.

sel_data-fval = 'OS001' .

APPEND sel_data.

CLEAR sel_data.

sel_data-fnam = 'PAR_01'.

sel_data-fval = 'BFL' .

APPEND sel_data.

CLEAR sel_data.

sel_data-fnam = 'PAR_02'.

sel_data-fval = '2010' .

APPEND sel_data.

CLEAR sel_data.

CALL TRANSACTION 'FMRP_3FMB4004' USING sel_data . " AND SKIP FIRST SCREEN.

After Executing this code it calls this code 'FMRP_3FMB4004' with output such as Available budget and etc ...

this out put i want to return through call transaction which i am calling through RFC .

I Dont want to use SUBmit Report .

Regards

Deepak Dhamat .