on 2023 Jul 31 9:05 AM
Hello everyone,
while doing a paper driven counting I get a problem that some checkboxes in the counting app are greyed out. I don't get the problem when I do a storage-bin-specific inventory. While doing the product-specific inventory the checkboxes about the status of the HU/Bin (HU empty, Bin empty, HU missing) are greyed out. I checked the customizing but can't find anything that would cause this.
I am thankful for every hint!
Request clarification before answering.
Hi Jan, i guess it is a standard Inventory logic. Product inventory is Quant based. And "HU Empty" is HU Based. It works same way in RFUI.
IF mo_lime_cust->get_pi_category( iv_doc_type ) = limpi_object.
/scwm/cl_rf_bll_srvc=>set_fcode_off( 'HUCOM' ).
/scwm/cl_rf_bll_srvc=>set_fcode_off( 'HUEMP' ).
/scwm/cl_rf_bll_srvc=>set_fcode_off( 'NOTEX' ).
/scwm/cl_rf_bll_srvc=>set_fcode_off( 'BNEMP' ).
/scwm/cl_rf_bll_srvc=>set_fcode_on( 'HUMIS' ).
ELSE.
/scwm/cl_rf_bll_srvc=>set_fcode_on( 'HUCOM' ).
/scwm/cl_rf_bll_srvc=>set_fcode_on( 'HUEMP' ).
/scwm/cl_rf_bll_srvc=>set_fcode_on( 'NOTEX' ).
/scwm/cl_rf_bll_srvc=>set_fcode_on( 'BNEMP' ).
/scwm/cl_rf_bll_srvc=>set_fcode_off( 'HUMIS' ).
ENDIF.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
5 | |
4 | |
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.