Posts

Showing posts from 2017

EWM PPF Trigger the existing PPF Action through Custom Program

Aim: Same as title Description: An Action has been scheduled for the Handling Unit in the EWM Monitor and we need to execute it in a Custom Program without executing it from the Monitor. What to do? Use the below code accordingly. Code: *&---------------------------------------------------------------------* *& Report ZAG_TEST_HU_PRINTING *&---------------------------------------------------------------------* *& *&---------------------------------------------------------------------* REPORT zag_test_hu_printing. PARAMETERS: p_hu TYPE /scwm/huident DEFAULT '154118660000024802'. DATA: lt_huhdr     TYPE /scwm/tt_huhdr_int,       lt_protocol  TYPE bal_t_logh,       lt_contexts  TYPE ppftcntxts,       lo_hu_ppf    TYPE REF TO /scwm/cl_hu_ppf,       lo_manager   TYPE REF TO cl_manager_ppf,       lt_trigger   TYPE ppfttr...

I-Docs

Inbound I-Doc Creation Steps: Segment Creation - WE31 Perform Edit -> set release do release the created segment I-Doc Type / Basic Type Creation - WE30 Create I-Doc Type, choose the name, click create segment, add segment. Choose same level or lower level for sub-segments. Perform Edit -> set release do release the created segment Message Type Creation - WE81 Create Message Type and give description Assign Message Type to Basic I-Doc type - WE82 Create Function Group and Function Module Assignment of I-Doc Type to Message Type and Function Module - WE57 Direction of I-Doc will be set here. 2 for Inbound and 1 for outbound Register Inbound Function Module in BD51 for configuring Inbound Process Code Input type -0, 1 and 2. 0 - Mass Processing; 1 - Individual Input; 2 - Individual Input with Lock in call transaction WE42 - Inbound Process Code Creation Process Code is used to determine Process Type BD67 - Link Process Code to Function Module We wi...