cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

make field empty and mandetory

aberawi
Explorer
0 Likes
172

Hello,

I need to make field "meter reading type" in EL28 empty and mandatory... the requirement is due to that we need to enter some readings that are coming from different sources manually... and I need to make sure the user is selecting the correct meter reading type.

I could make it mandatory using shd0, but I am unable to make it come empty by default,,, can anyone help please

Accepted Solutions (0)

Answers (1)

Answers (1)

mohit_gupta13
Participant
0 Likes

Hello,

Since you are using EL28 which SAP considers as Meter Read By Utility i.e. Schedule meter read type(ablesart)as '01' and same is copied in Meter Read Type (ISTABLART) & Meter Read Category(ABLESTYP). There is no way you can change this behavior using configuration.

Best you can do

Validate this behavior: Go to EL28-->Go to-->Set BP-->OPEN_SUB(Data Collection REABLD etc. (Fill Remaining Object Data)) .

FM used to fill the data: ISU_O_METERREAD_OPEN_SUBOBJ. Perhaps you need to enhance this FM for your requirement. This FM fills the screen with default values.

If you find any other way, please share

Thanks,

MG