Menu

SAP Function Module J_1IEXGM_PROCESS_SAVING

saves the document, including rg23d, details and header

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module J_1IEXGM_PROCESS_SAVING (saves the document, including rg23d, details and header) is a standard Function Module in SAP ERP and is part of the function group J1IEXGM within the package J1ICIN40A.

Technical Information

Function Module J_1IEXGM_PROCESS_SAVING
Short Text saves the document, including rg23d, details and header
Function Group J1IEXGM
Package J1ICIN40A
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IS_MKPF LIKE MKPF Header: Material Document

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ES_EXCHDR LIKE J_1IEXCHDR Excise invoice header detail

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CS_EXHEAD LIKE J_1IEXHEAD Incoming Excise Invoice: CIN40A : Header Data

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CT_ACCIT LIKE ACCIT Interface to Accounting: Item Information
CT_ACCOUNT LIKE J_1IACCBAL Structure for storing account no and balance
CT_EXCDTL LIKE J_1IEXCDTL save table
CT_EXITEM LIKE J_1IEXITEM Incoming Excise Invoice: CIN40A : Item Details
CT_GRXREF LIKE J_1IGRXREF Goods Receipt to Excise Invoice Coss Reference
CT_GRXSUB LIKE J_1IGRXSUB GR reference to subcontracting challans
CT_PART1 LIKE J_1IPART1 Excise part I detials
CT_PART2 LIKE J_1IPART2 Excise Part II details
CT_RG1 LIKE J_1IRG1 Excise RG1 details
CT_RG23D LIKE J_1IRG23D save table
CT_RGSUM LIKE J_1IRGSUM RG23 Summary of receipts and issues
IT_MSEG LIKE MSEG Document Segment: Material

Exceptions

This function module does not define any Exceptions.