2022 Nov 17 1:46 PM
Hi
i implemnted the BADI LE_SHP_TAB_CUST_HEAD. Everything is displayed correctly. But my questin ist, where can I do a check on the field contents and output a message?
kr
Gerhard
2022 Nov 17 1:54 PM
Hello g.gugglberger
An implementation of the LE_SHP_TAB_CUST_HEAD BAdI includes a custom subscreen in an additional tab. As per BAdI documentation the subscreen are defined in SAPMV50A program, with 9000 - 9999 numbers:
If you don't need access to SAPMV50A global data, you can use a subscreen defined in your own program.
Either way, whatever fields you put on the custom subscreen, they can be validated with regular techniques of SAP dialog programming.
Do you have any specific problems?
Best regards
Dominik Tylczynski
2022 Nov 17 1:54 PM
Hello g.gugglberger
An implementation of the LE_SHP_TAB_CUST_HEAD BAdI includes a custom subscreen in an additional tab. As per BAdI documentation the subscreen are defined in SAPMV50A program, with 9000 - 9999 numbers:
If you don't need access to SAPMV50A global data, you can use a subscreen defined in your own program.
Either way, whatever fields you put on the custom subscreen, they can be validated with regular techniques of SAP dialog programming.
Do you have any specific problems?
Best regards
Dominik Tylczynski
2022 Nov 17 2:05 PM
Hi Dominik,
I have the subscreen in an own functiongroup...
is this different??? or can I still use the exit MV50AFZ1?
kr
2022 Nov 18 7:49 AM