cancel
Showing results for 
Search instead for 
Did you mean: 

lt0g FM L_TO_CREATE_MULTIPLE

0 Kudos

dears,

I used this function module to return delivery to stock (LT0G) but it is showing the below message error

CALL FUNCTION 'L_TO_CREATE_MULTIPLE'
EXPORTING
i_lgnum = 'DW1'
i_bwlvs = '999'
*i_betyp = 'B'
**i_drukz = '01'
i_commit_work = 'X'
**i_bname = SY-UNAME
*i_kompl = 'X'
**i_solex = 0
**i_pernr = 0
IMPORTING
e_tanum = v_tanum
TABLES
t_ltap_creat = ltap_creat[]
EXCEPTIONS
no_to_created = 1
bwlvs_wrong = 2
betyp_wrong = 3
benum_missing = 4
betyp_missing = 5
foreign_lock = 6
vltyp_wrong = 7
vlpla_wrong = 8
vltyp_missing = 9
nltyp_wrong = 10
nlpla_wrong = 11
nltyp_missing = 12
rltyp_wrong = 13
rlpla_wrong = 14
rltyp_missing = 15
squit_forbidden = 16
manual_to_forbidden = 17
letyp_wrong = 18
vlpla_missing = 19
nlpla_missing = 20
sobkt_wrong = 21
sobkt_missing = 22
sonum_missing = 23
bestq_wrong = 24
lgber_wrong = 25
xfeld_wrong = 26
date_wrong = 27
drukt_wrong = 28
ldest_wrong = 29
update_without_commit = 30
no_authority = 31
material_not_found = 32
lenum_wrong = 33
matnr_missing = 34
werks_missing = 35
anfme_missing = 36
altme_missing = 37
lgort_wrong_or_missing = 38
OTHERS = 39.

Accepted Solutions (0)

Answers (0)