Change Pointers & its important tcodes and tables
Change Pointers & important tables
BDCPV — To check with materials or customers to process (process field ne ‘X’)
TBDME — WE57 assign function module to message type data
EDP13 — WE20 partner profile config data (Inbound, Outbound & cp)
Change Pointers: example Msg Type: ZMATMAS
BD21 – RBDMIDOC — iNput Message type
in program RBDMIDOC check for submit rbdmidox statement
in program RDBMIDOX check for the below piece of code
***RBDMIDOC
CALL FUNCTION tbdme-idocfbname
EXPORTING
message_type = mestyp
EXCEPTIONS
error_code_1.
tbdme-idocfbname = ZXXMASTERIDOC_CREATE_SMD_MTMAS
Linking Message type ZMATMAS to the FM ZXXMASTERIDOC_CREATE_SMD_MTMAS is in tcode: BD60, table: TBDME
ZXXMASTERIDOC_CREATE_SMD_MTMAS is the copy of std FM MASTERIDOC_CREATE_SMD_MTMAS
now in the FM ZXXMASTERIDOC_CREATE_SMD_MTMAS check for the below FM
CALL FUNCTION ‘ZXXMASTERIDOC_CREATE_MATMAS’.
ZXXMASTERIDOC_CREATE_MATMAS is the copy of std FM MASTERIDOC_CREATE_MATMAS
only in the FM: ZXXMASTERIDOC_CREATE_MATMAS we will write our code to move data to the segments
and this FM will generate an IDOC.
BD51 & WE57 to create a FM and assign to message type and then inbound process code