@sowmya796
Nothing here yet.
Nothing here yet.
Oct 25, 2024 · 1 min read · Scenario: 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...
Join discussionOct 24, 2024 · 1 min read · Scenario: 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...
Join discussionOct 8, 2024 · 1 min read · Credits: 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. **********************...
Join discussionOct 7, 2024 · 1 min read · Scenario: 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...
Join discussion