‎2009 Feb 24 8:54 AM
Hello,
I have a requirement to upload master data for Source List which is T-Code ME01. Now, as there is a Table Control in it, we are having trouble using LSMW because when there is more than 1 record for the given Material Plant Combination, it fails to handle the 2nd Record. There is a table Control in the T-Code ME01 in which if we go by the Recording in LSMW, we would have the 2nd Record overwrite the 1st Record when we actually try to upload the Data.
So, is there a BAPI by which we can achieve this requirement? Please let me know.
Thanks and Regards,
Venkata Phani Prasad Konduri
‎2009 Feb 24 8:58 AM
‎2009 Feb 24 8:58 AM
‎2009 Feb 24 9:00 AM
HI
there is a standard IDOC present in LSMW.jus check this
Message Type->SRCLST
Basic Type-> SRCLST01
hope this helps
regards
Aakash Banga
‎2009 Feb 24 9:03 AM
‎2009 Feb 24 9:07 AM
Hi,
try this FMs
ME_MAINTAIN_SOURCE_LIST
WV_GENERATE_SOURCE_LIST
Regards,
Jyothi CH.
‎2009 Feb 26 7:00 AM
‎2009 Sep 23 10:27 AM
‎2009 Oct 20 5:34 AM
Hello Manjunath,
I have neither used BDC or BAPI Method to upload SourceList but used the LSMW-IDOC method using;
IDoc Type : SRCLST01
Message Type : SRCLST
Process Code : SRCL
Inbound Posting Program : IDOC_INPUT_SRCLIST
It worked fine for me. Try this out.
Thank You,
Venkata Phani Prasad K
‎2009 Oct 21 5:32 AM
H Prasad,
Could you please provide some screen shots of your LSMW regarding steps 2, 3, 4 and 5?
Due to I am using that Idoc type and I still have the issue that only update the last record.
Thanks in advance!
Alex
‎2009 Oct 30 7:56 PM
Hi Venkat,
I have requirement for to create source list with Multiple records can you help me in this regard.
can you let me know thre structure of the input file and the LSMW steps 2 to 5.
Thanks and regards
Venkat
‎2016 Feb 12 3:05 PM
Hello,
there's a problem in standard IDOC inbound processing - it can handle only INSERT entries into the source list. Not modify, not delete entries.
If you are ok with only inserting new entries, I'd suggest you to go th IDOC way.
Otherwise you can use BDC, but here you can face issues with adressing the correct row with its index (e.g. you can't modify line item on 50th row)
But I managed to create a code to manipulate with source list items via FM ME_DIRECT_INPUT_SOURCE_LIST - you can check at my blog oprsteny.com