Change Document Update Function Module for Customer Hierarchy
Note: ABAP/4 is the proprietary programming language of SAP™ This function module was generated using transaction SCDO for Change Document (CD) object KUNHIER. FUNCTION KUNHIER_WRITE_DOCUMENT . CALL FUNCTION 'CHANGEDOCUMENT_OPEN' EXPORTING OBJECTCLASS = 'KUNHIER ' OBJECTID = OBJECTID PLANNED_CHANGE_NUMBER = PLANNED_CHANGE_NUMBER PLANNED_OR_REAL_CHANGES = PLANNED_OR_REAL_CHANGES EXCEPTIONS SEQUENCE_INVALID = 1 OTHERS = 2. CASE SY-SUBRC. WHEN 1. MESSAGE [...]
May 30, 2010
В·
admin В·
No Comments
Tags: change document, function module for customer hierarchy В· Posted in: ABAP Tutorials
