SAP Function L_TR_CREATE - Check and create transfer requirements

Parameter Reference Type Length Default Optional Text
I_COMMIT_WORK RL02A-COMMI C 1 X Use "Commit Work"
I_SAVE_ONLY_ALL RL02A-SNWAR C 1 'X' X Save only if all items without errors
I_SINGLE_ITEM RL02A-EINPO C 1 'X' X Create only transfer requirements with one item
I_UPDATE_TASK RL02A-VERBU C 1 X Update in the update task

Parameter Reference Length Optional Text
T_LTBA LTBA 656 Transfer table for transfer requirement items

Exception Text
ITEM_ERROR At least 1 item is incorrect
ITEM_WITHOUT_NUMBER Table entry without transfer requirement number
NO_ENTRY_IN_INT_TABLE No entry in internal table
NO_UPDATE_ITEM_ERROR No update because at lease one item incorrect


INCLUDE 'LVS_TB_FUNK_HINZU' OBJECT DOKU ID TX LANGUAGE E
INCLUDE 'LVS_TB_COMMIT' OBJECT DOKU ID TX

Description
You can use this parameter to ensure that a database update only occursif all items are free of errors.
If you specifiy the parameter with the setting 'X' when the functionmodule is called, the system only adds the transferred table entries tothe database if all of the items have run through the check without anyerrors. If the parameter is included blank, the system adds the itemswithout any errors to the database.

Value range
'X' Update only if all items are free of errors
' ' Items that are free of errors are added

Default
If the parameter is not specified when the function module is called,the database update only occurs if all of the items are free of errors.

You use this parameter to control whether the system adds only transferrequirements with one item or several items.
If you specify this parameter with an 'X' when the function module iscalled, the system only creates transfer requirements with one item.
If the parameter is blank, the system groups together the transferredtable entries in one transfer requirement with several items, as longas no differences occur in a header field of the transfer requirement.

Value range
'X' Transfer requirements with one item
' ' Transfer requirements with several items

Default
If the parameter is not specified when the function module is called,the system only creates transfer requirements with one item.
INCLUDE 'LVS_TB_UPDATE' OBJECT DOKU ID TX
INCLUDE 'LVS_TB_FUNK_LTBA' OBJECT DOKU ID TX