Menu

SAP Function Module CP_00_PLPOB_PLPOD_TRANSFER

Fill PLPOD structure from PLPOB structure

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 CP_00_PLPOB_PLPOD_TRANSFER (Fill PLPOD structure from PLPOB structure) is a standard Function Module in SAP ERP and is part of the function group CP00 within the package CP.

Technical Information

Function Module CP_00_PLPOB_PLPOD_TRANSFER
Short Text Fill PLPOD structure from PLPOB structure
Function Group CP00
Package CP
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ARBID_MAIN_IMP LIKE PLPO-ARBID 0 Work center of superior operation in phases
FLG_BZW LIKE SPACE Check whether operation has object dependencies
FLG_CLAS LIKE SPACE Look up class
FLG_EXTR LIKE 'X' Look up external production data
FLG_KLA LIKE SPACE Check whether operation is classified
FLG_MGVRG LIKE SPACE Read operation quantity from material quantity calculation
FLG_PHASE_WORK LIKE 'X' Ind.: read work center from operation in phases
FLG_QUAL LIKE SPACE Ind.: read qualification data
FLG_WORK LIKE 'X' Look up work center data
FLG_WORK_NO_PLNTY LIKE SPACE Read work center without task list check
MESSAGE_TYPE_IMP LIKE 'S' Type of error message
PLPOB_IMP LIKE PLPOB Operation document table structure
PLPOD_IMP LIKE PLPOD Operation dialog structure entry
STTAG_IMP LIKE RC271-STTAG SPACE Key date for work center access
VORNR_MAIN_IMP LIKE PLPO-VORNR SPACE Operation number of main operation for sub-operations

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
NO_EXTR LIKE External processing data cannot be read
NO_WORK LIKE Work center cannot be read
PLPOD_EXP LIKE PLPOD Operation dialog structure output
RC27F_EXP LIKE RC27F External data operation record
RCR01_EXP LIKE RCR01 Work center
WORK_HAS_WRONG_PLNTY LIKE Work center not allowed for this task list type

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.