cancel
Showing results for 
Search instead for 
Did you mean: 

Return Infopackage Load Status

Former Member
0 Kudos

Hi ,

Requirement is to trigger an info package load through an ABAP program. I have located a function module

'RSSM_SDL_START_INFOPACKAGE' which does the same and used it in my program.

However I also need to track the final status of the load (i.e red / green) in my program and acoordingly make other decisions. But the FM mentioned above is not able to do so.

Please suggest any other FM / any other way out.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188975
Active Contributor
0 Kudos

Hi Vishno,

See if Se37 > BAPI_IPAK_START is useful here...

Hope this helps...

Former Member
0 Kudos

Thanks Bhanu,

The FM you suggested triggers an Info Package and also returns the Request Id.

Can you please suggest any FM / any way to track the status of this Request Id.

That will solve it.

Thanks once again...