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 L_TO_CANCEL (Cancel transfer order) is a standard Function Module in SAP ERP and is part of the function group L03B within the package LVS.
Function Module | L_TO_CANCEL |
Short Text | Cancel transfer order |
Function Group | L03B |
Package | LVS |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CANCL | LIKE | RL03B-CANCL | SPACE | Cancel all open items |
I_COMMIT_WORK | LIKE | RL03B-COMIT | 'X' | Indicator whether COMMIT WORK in function module |
I_LGNUM | LIKE | LTAK-LGNUM | Warehouse number | |
I_QNAME | LIKE | LTAP-QNAME | SY-UNAME | User who is executing the cancellation |
I_SOLEX | LIKE | LTAK-SOLEX | 0 | externer Sollaufwand |
I_SUBST | LIKE | RL03T-SUBST | SPACE | Control subsystem |
I_TANUM | LIKE | LTAK-TANUM | Transfer order number | |
I_UPDATE_TASK | LIKE | RL03A-VERBU | SPACE | Indicator: update via update task |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_LTAP_CANCL | LIKE | LTAP_CANCL | Table of individual items to be cancelled |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DOUBLE_LINES | In T_LTAP_CANCL there are multiple entries |
FOREIGN_LOCK | An SAP block has been set by another user |
ITEM_CONFIRMED | TO item already confirmed |
ITEM_DOESNT_EXIST | TO item does not exist |
NOTHING_TO_DO | Acc.to transf.parameter, no proc.required |
NO_AUTHORITY | No authorization |
SU_MOVEMENT_PARTLY_CONFIRMED | SU movement already partially confirmed |
TO_CONFIRMED | Transfer order already confirmed |
TO_DOESNT_EXIST | Transfer order does not exist |
UPDATE_WITHOUT_COMMIT | Update via update task only using Commit |
XFELD_WRONG | Incorrect value for checkbox |