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

ABAP QUESTION

Former Member
0 Likes
463

Hi people!!

I need a big help here, I create a Z program that make a call transaction to FF.9 and then the FF.9 is executed. This transaction (FF.9) put the data into the SM35 transaction. This one (SM35) then make a batch input in the transaction FB01 and when is executed I need to send a file to an exterior system.

Exist a function that make me know that the FB01 is executed to send the file with my Z program?

Thanks very much!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
429

hi

only session number & mandt are mandatory & the rest r optional so u can comment out them .

plz reward useful posts

3 REPLIES 3
Read only

Former Member
0 Likes
429

hi

try this FM

<b>BDL_GET_SESSION_INFO_LOG</b>

call this fm in ur prgram and check whether the session is executed succesfullu or not

Read only

Former Member
0 Likes
429

For the function I only have the session and the mandant but the contract,description,get_log,get_status,and log_timestamp_from I don't haved.

Exist other function or I can comment the parameters that I don't use?

Thanks for the help!!

Read only

Former Member
0 Likes
430

hi

only session number & mandt are mandatory & the rest r optional so u can comment out them .

plz reward useful posts