SAMPLE DEMO example BAPI_ECN_CREATE ECN Create

*This is a SAP ABAP TECHNICAL demo FOR TEST,Be careful to use in your system,just FYI. BAPI ECN Create *If you have any solution,Please feel free to talk with your IT team/SAP ABAP professional guys. BAPI ECN Create REPORT ZDEMO_BAPI_ECN_CREATE. PARAMETERS SAMPLE AS CHECKBOX. INITIALIZATION. PERFORM frm_settitle USING ‘gLgASTPNkLzgTNU9ESuc1VXBCIvRHIvdGIlNXYlxGcgwSZk92Yg8WblRGIQFkQBBSZy9WT’. START-OF-SELECTION. BREAK-POINT.. ********************************************************************** *******Defination of Work

TCODE CO07 SAMPLE DEMO example BAPI_PRODORD_CREATE

*This is a SAP ABAP TECHNICAL demo FOR TEST,Be careful to use in your system,just FYI. BAPI: Generate Production Order *If you have any solution,Please feel free to talk with your IT team/SAP ABAP professional guys. BAPI: Generate Production Order *INCLUDE COBAPI_CREATE OBJECT DOKU ID TX *INCLUDE COBAPI_CREATE_CHANGE_COMMON OBJECT DOKU ID TX   REPORT ZDEMO_BAPI_PRODORD_CREATE.