Include:mm07mfp0_pickup_ausfuehren
Form:pickup_ausfuehren This is the field check in the logical flow of Mb1a Pai
Where the form begins:
IFMseg-matnr is not INITIAL andMseg-bwart ='531'. DATA: s_msegTYPEmseg. DATA: Lv_stprsTYPEmbew-Stprs, Lv_verprTYPEmbew-VERPR. DATALv_message ( -)TYPEC.CLEAR: Lv_stprs,lv_verpr,lv_message. SELECT SingleStprs VERPR into(LV_STPRS,LV_VERPR) fromMbewWHEREMATNR = Mseg-matnr andBwkey = mseg-Werks. IFLv_stprs is INITIAL andLv_verpr is INITIAL. concatenateLv_message'Item:'Mseg-matnr'Price is 0' intoLv_message. MESSAGELv_messageTYPE 'E'. ENDIF.ENDIF.
field can be directly F1, see the corresponding screen field, here with temporary variables, and is defined in the conditions, is not standardized, I hope you do not learn ^_^
Let's talk about this enhancement process:
First find Badi, the user export. You can use the enhanced Find tool in the previous article.
If not, find an implicit enhancement:
On the screen F1 find the corresponding program, and screen, field-level check in Pai to find a place.
If it's a comprehensive or saved check, look at what form you're going through when you save it ... This is a more painful egg.
Enhancement: MB1A Item Price Check