Ansicht
Dokumentation

CNEX0016 - PS customer-specific fields in the network headerf

CNEX0016 - PS customer-specific fields in the network headerf

RFUMSV00 - Advance Return for Tax on Sales/Purchases   PERFORM Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

Overview

The network data are stored in database tables that have been defined by SAP. You can use this enhancement to make customer enhancements in the network header table (table AUFK).

You can activate a user-defined function in the transaction for editing networks, with which you can call up a user-defined screen. Here you can maintain or display the new fields from the table AUFK.

CNEX0016 contains the following components:

Menu entries:

  • SAPLNWCU +CU1

Function exits:

  • EXIT_SAPLCOKO_003
  • EXIT_SAPLCOKO_004

Screen areas:

  • SAPLCONW 2999 CUSTSCR1 SAPLXCN1 0900

Procedure

Use the Transaction CMOD to create an enhancement project and assign the enhancement CNEX0016 to this project.

Using the Transaction SE11 (ABAP Dictionary) add your fields to the CI_AUFK structure. Pay attention to the reserved name range for user-defined fields. Activate the structure. Note that a table can contain a maximum of 255 fields. SAP reserves the right to add new fields to the table AUFK.

Edit the components in Transaction CMOD

To do so, you must:

  • Assign the function 'User-defined fields' its own name
  • Enter code for the function exit EXIT_SAPLCOKO_003 to transfer data from the SAP application to the screen area.
  • Enter code for the function exit EXIT_SAPLCOKO_004 to transfer data from the screen area to the SAP application
  • Create the screen area

The function exits are filled by creating the Include contained therein. Call up the Include to edit it, by selecting it (double-click).

Subsequently activate the project.






PERFORM Short Reference   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 1975 Date: 20240329 Time: 152251     sap01-206 ( 31 ms )