Sapass

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



Index

VEDE0001

Customer Exits: EDI Quotation Output
Extension VEDE0001 enables you to structure how quotations are issued with EDI to meet your particular customer requirements.

There are 8 function modules for function group XVDE in the application function module IDOC_OUTPUT_REQOTE. The options are as follows:

1) Function module exit 001

Here you can make supplements to match your customer requirements in the IDoc control record.

2) Function module exit 002

This is called up when you create an IDoc segment. It enables you to change the IDoc segment as soon as it has been created to meet your customer requirements.

3) Function module exit 003

Once IDoc processing is completed, you can use this exit to make any closing changes or supplements.

4) Function module exit 004

This enables the system to read additional data for IDoc creation and/or change the data selection.

5) Function module exit 005

This exit changes the internal table H_APPL which creates segments for configurable materials.

6) Function module exit 006

Here the IDoc segments for configurable materials can be changed. The following IDoc segments can be changed to meet customer requirements:

CUREF - CU: Reference order item / Instance in configuration

CUCFG - CU: Configuration data

CUINS - Instances of several configurations

CUPRT - Part_Of specifications for several configurations

CUVAL - Characteristic valuation of several configurations

7) Function module exit 007

The function module 'RV_PRICE_PRINT_HEAD' reads the header conditions of a quotation. In function module exit '007' the internal tables - IKOMV and IKOMVD can be changed to meet your customer requirements. These internal tables are used for creating segments E1EDK04 and E1EDK05.

8) Function module exit 008

The function module 'RV_PRICE_PRINT_ITEM' reads the item conditions for a quotation. In function module exit '008', the internal tables - IKOMV and IKOMVD can be changed to meet your customer requirements. These internal tables are used for creating segments E1EDP04 and E1EDP05


Function/Program:
  • EXIT_SAPLVEDE_001: Customer Enhancements in Control Record for Quotation Output
  • EXIT_SAPLVEDE_002: Customer Enhancement for Data Segments Quotation Output
  • EXIT_SAPLVEDE_003: SD EDI REQTE: Final Customer Enhancement
  • EXIT_SAPLVEDE_004: SD EDI REQOTE: Customer Enhancement to Import Additional Data
  • EXIT_SAPLVEDE_005: SD EDI REQOTE: Customer Enhancement Transfer Configuration
  • EXIT_SAPLVEDE_006: SD EDI REQOTE: Customer Enhancement Configuration Structures
  • EXIT_SAPLVEDE_007: SD EDI REQOTE: Customer Enhancement for Header Conditions
  • EXIT_SAPLVEDE_008: SD EDI REQOTE: Customer Enhancement for Item Conditions

02-Oct-2005