Data Element list used by SAP ABAP Function Module L_TR_CREATE (Check and create transfer requirements)
SAP ABAP Function Module L_TR_CREATE (Check and create transfer requirements) is using
# Object Type Object Name Object Description Note
     
1 Data Element  L02A_COMMI COMMIT-WORK should follow directly after the update posting SOURCE VALUE(I_COMMIT_WORK) LIKE RL02A-COMMI OPTIONAL
2 Data Element  L02A_EINPO Parameter: create only TRs with one item SOURCE VALUE(I_SINGLE_ITEM) LIKE RL02A-EINPO DEFAULT 'X'
3 Data Element  L02A_SNWAR Save only if all items correct SOURCE VALUE(I_SAVE_ONLY_ALL) LIKE RL02A-SNWAR DEFAULT 'X'
4 Data Element  L02A_VERBU Parameter: posting in update task for TRs via func.module SOURCE VALUE(I_UPDATE_TASK) LIKE RL02A-VERBU OPTIONAL