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: 

regarding badi bom_exit

Former Member
0 Kudos

coding inside badi bom_exit

hi friends

thanks in advance.

in se19 i need to implement that badi for that help me in coding.

this is the badi for making field alterations in screen 100 for CS02 transaction in ecc 5.0

now the thing is , i need to make the field aennr(change number inside the effectivity block as mandatory field) so please help me out in coding this , as i am new to badi.

with regards

S.Janagar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Janagar

Create the Implementation for BADI BOM_EXIT. Add following code to the Interface START_SCREEN_CHECK in the Implementation:

IF i_rc29n-aennr IS INITIAL.

MESSAGE e208(00) WITH 'Change number is Mandatory'.

ENDIF.

Thanks

Amol Lohade

3 REPLIES 3

Former Member
0 Kudos

Janagar

Create the Implementation for BADI BOM_EXIT. Add following code to the Interface START_SCREEN_CHECK in the Implementation:

IF i_rc29n-aennr IS INITIAL.

MESSAGE e208(00) WITH 'Change number is Mandatory'.

ENDIF.

Thanks

Amol Lohade

Former Member
0 Kudos

hi,

1st Step - Go to se19

2nd step - Implement your badi.

3rd step - click on interface and you will find the class.

after this getting class u will the methods .

in that method you have do changes according to the bussiness process .

Former Member
0 Kudos

hi amol

ur answer in fine,

but my requirement is not to throw message that is mandatory

i need to show tick mark like obligatory

for this field

any pointers to that

please welcome

thanks in advance

with regards

S.Janagar