Menu

SAP Function Module CP_BD_DIRECT_INPUT_PLAN_EXT

Arbeitspläne über Direct Input plegen (externes Format)

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module CP_BD_DIRECT_INPUT_PLAN_EXT (Arbeitspläne über Direct Input plegen (externes Format)) is a standard Function Module in SAP ERP and is part of the function group CPBD within the package CP.

Technical Information

Function Module CP_BD_DIRECT_INPUT_PLAN_EXT
Short Text Arbeitspläne über Direct Input plegen (externes Format)
Function Group CPBD
Package CP
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RC271_EX_IMP LIKE RC271_EX Group to process
SAVE_DI_IMP LIKE SAVE_DI Flags

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ERROR_DI_EXP LIKE ERROR_DI Error status record
PLNNR_EXP LIKE RC271-PLNNR Group

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ERROR_PLAN_DI_TAB LIKE ERROR_DI Table of error status records
ERROR_PLAN_TAB LIKE CMFMSG Table of error messages
KNOWL_ALLOC_DI_EX_TAB LIKE RCUOB2 Zuordnungsangaben der Beziehungen (ext. Format)
KNOWL_ALLOC_OBJ_DI_EX_TAB LIKE RCUOB1_EX Übernahme von Zuordnungsangaben im Plan (ext.F.)
KNOWL_BASIC_DI_EX_TAB LIKE RCUKB2 Basisdaten der lok. Beziehungen (ext. Format)
KNOWL_BASIC_OBJ_DI_EX_TAB LIKE RCUKB1_EX Übernahme von Basisdaten im Plan (ext.Form.)
KNOWL_DOCUS_DI_EX_TAB LIKE RCUKDOC2 Dokumentation der lok. Beziehungen (ext. Format)
KNOWL_DOCUS_OBJ_DI_EX_TAB LIKE RCUKDO1_EX Übernahme von Dokumentationen im Plan (ext.Form.
KNOWL_NAMES_DI_EX_TAB LIKE RCUKBT2 Bezeichnungen der lok. Beziehungen (ext. Format)
KNOWL_NAMES_OBJ_DI_EX_TAB LIKE RCUKBT1_EX ernahme von Bezeichnungen im Plan (ext. Form.)
KNOWL_SOURCE_DI_EX_TAB LIKE RCUKN2 Wissen der lok. Beziehungen (ext. Format)
KNOWL_SOURCE_OBJ_DI_EX_TAB LIKE RCUKN1_EX Übernahme von Wissen im Plan (ext. Form.)
MAPL_DI_EX_TAB LIKE MAPL_DI_EX Copy material allocation to task list (ext. format)
OBJ_NULL_FIELD_TAB LIKE OBJ_NFIELD Fields not to be copied
PLFH_DI_EX_TAB LIKE PLFH_DI_EX Copy production resources/tools (ext. format)
PLFL_DI_EX_TAB LIKE PLFL_DI_EX Copy sequences (ext. format)
PLKO_DI_EX_TAB LIKE PLKO_DI_EX Copy headers (ext. format)
PLMZ_DI_EX_TAB LIKE PLMZ_DI_EX Copy component allocation (ext. format)
PLPO_DI_EX_TAB LIKE PLPO_DI_EX Copy operations (ext. format)
TEXT_DI_TAB LIKE TLINE Copy text lines (ext. format)
TEXT_OBJ_DI_EX_TAB LIKE TXT_OBJ_EX Copy text objects (ext. format)

Exceptions

This function module does not define any Exceptions.