Application Development 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: 

Submit Program In BADI

Former Member
0 Kudos

Hi All,

I want to know, Can i use SUBMIT Z(Program Name) with selection screen with in BADI.

Regards

Amit

2 REPLIES 2

Former Member
0 Kudos

Hi,

WIth Selection Screen You can't submit the report in BADI.

Regards,

Anji

Former Member
0 Kudos

Hi Amit,

You can submit a program (executable) with selection screen.

I have done the same thing within the IF_EX_HRPAD00INFTY~IN_UPDATE BAdi and the program is running just fine.

SUBMIT XXXXXXXXXX

USING SELECTION-SCREEN 1000

WITH <parameter1> = <value>

AND RETURN.

This is used for example when you want to separate the logical unit of work within an update exit.

Regards,

Aditya