Hi All,
By default, Create Request - Simplified Functionality is only available in NWBC and not available in GRC End User Logon Page. Is there any way(standard or custom) to make this functionality also available in End User Logon Page.
I have ch...
Hi All,I have a issue in using the FM 'Unit_Conversion_Simple'.CALL FUNCTION 'UNIT_CONVERSION_SIMPLE'. EXPORTING INPUT = 0.6492 unit_in = G (Gram) unit_out = KGIMPORTING output = w_ntgew (where w_ntgew is of type mara-ntgew)on ex...
Hi Vijayakumar,Thanks for providing your inputs. Also could you please let us know if these changes will be explicitly done by SAP Team or is there any documentation through which our internal development team can also do the required changes. We cou...
Hi,Yes NTGEW is a QUAN field and has 3 decimals only, But if take the variable as type P DECIMALS 7, then is there an way to get the 0.0006492 KG value and there will be no rounding off.