SSsowmya surekha manukondainsapmdg.hashnode.dev·Jan 18, 2025 · 1 min readSAP MDG: Data Model Stored in which Table ?USMD0041 Visit the entries of table As per my system i activated only BP & MM, which settled in Table after activating Business Functions & BC Sets Thank You, Suggu Sandeep.00
SSsowmya surekha manukondainsapmdg.hashnode.dev·Oct 25, 2024 · 1 min readSAP MDG: S - How to make Check - Check Double Invoice on choosing Company CodeScenario: In Navigation: Supplier Governance > CR > ERP Vendors > ERP Vendor: Company Codes On choosing of any Company Code Implementation: BADI Name: USMD_RULE_SERVICE Code: METHOD if_ex_usmd_rule_service~derive_entity. DATA: lo_data TYPE...00
SSsowmya surekha manukondainsapmdg.hashnode.dev·Oct 24, 2024 · 1 min readSAP MDG: S - How to make Terms of Payment Mandatory - ERP Vendor > ERP Vendor: Company CodesScenario: Soon after choosing of Company Code - Terms of Payment will become mandatory Implementation: For customers and vendors, follow the menu tree to Financial Accounting (New) > Accounts Receivable and Accounts Payable > Customer / Vendor Accou...00
SSsowmya surekha manukondainsapmdg.hashnode.dev·Oct 8, 2024 · 1 min readSAP MDG: BP - Making of Field 02 Mandatory, based on choosing Field 01Credits: Vinay Scenario: Choosing of Field 01 - option (Y) - Field 02 is Mandatory to give the data, Error Message will popup if not entering the data in Field 02 Process: Code: METHOD if_ex_usmd_rule_service~check_entity. **********************...00
SSsowmya surekha manukondainsapmdg.hashnode.dev·Oct 7, 2024 · 1 min readSAP MDG: AR - How to make default value for Internal Logistics Data: Transportation GroupScenario: Process: Code: METHOD if_ex_usmd_rule_service~derive_entity. DATA: lo_data TYPE REF TO data. FIELD-SYMBOLS : <ls_trans> TYPE any, <lv_value> TYPE any. CREATE DATA lo_data LIKE LINE OF ct_data. A...00