Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> UserExit>SIDOC002



Index

SIDOC002

CA-EDI: Exits for SIDOC002
Extension SIDOC002 offers exits when creating an IDoc to the transmission of partner profiles.

The interface consists of the current control record and the data segment table which was filled when the call was created.

After each segment, a specific exit is called:

Segment Exit

E1EDPP1 001

E1ADRM0 002

E1ADRP0 004

E1ADRE0 005

E1EDP12 006

E1EDP13 007

E1EDP21 008

Finally, exit 003 is called, which can process the entire data segment table or the control record.


Function/Program:
  • EXIT_SAPLEDI6_001: CA-EDI, Partner IDoc: Exit after Segment E1EDPP1
  • EXIT_SAPLEDI6_002: CA-EDI, Partner-IDoc: Exit after Segment E1ADRM0
  • EXIT_SAPLEDI6_003: CA-EDI, Partner-IDoc: Final Exit Before Sending
  • EXIT_SAPLEDI6_004: CA-EDI, Partner IDoc: Exit after Segment E1ADRP0
  • EXIT_SAPLEDI6_005: CA-EDI, Partner IDoc: Exit after Segment E1ADRE0
  • EXIT_SAPLEDI6_007: CA-EDI, Partner IDoc: Exit after Segment E1EDP13
  • EXIT_SAPLEDI6_008: CA-EDI, Partner IDoc: Exit after Segment E1EDP21

02-Oct-2005