on ‎2021 Apr 28 3:09 PM
Hi,
I need to add some fields in standard logical transaction INHUOV (HU Query) screen 203.
I need to display 1 batch characteristic.
What is best approach to add fields in standard RF screen.
Thanks
Request clarification before answering.
Hi Mohammad,
Take a copy of standard screen and create a new custom screen and add to your own function group. Please create an append structure with custom field to standard structure /SCWM/S_RF_INQ_HU. Include the new field on your custom screen and copy standard presentation profile subscreen "0203"
01******A1INHUOVINHUPR******01/SCWM/SAPLRF_INQUIRY203
to custom presentation profile, change the program name and screen number.
Regards
Sunil Mani
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mohammad,
Create a wrapper FM ZSCWM_RF_INQ_INHUPR_PBO on top of standard FM /SCWM/RF_INQ_INHUPR_PBO. Call the standard FM /SCWM/RF_INQ_INHUPR_PBO first in the wrapper FM and below that add your custom logic to populate the z field. See below -
FUNCTION ZSCWM_RF_INQ_INHUPR_PBO.
CALL FUNCTION /SCWM/RF_INQ_INHUPR_PBO.
*** Populate Z field****
ENDFUNCTION.
Regards
Sunil Mani
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 16 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.