2005 May 19 9:05 AM
It's my first time in this great forum, so... Hi all !
I need help to import fund reservation documents (tables KBLK, KBLP...) using LSMW.
I didn't find any BAPI or standard BI, so I decided to use a custom recording (transaction FMX1).
What I've done is to set header data, set a single position data and finally to save document.
Questions:
1. Do you know any BAPI, std. BI, or anything else concerning fund reservation creation that can be linked to LSMW ?
2. Using custom recordings, how can I handle an arbitrary number of lines ?
I really appreciate any suggestion.
Greetings. Manuel
PS: sorry for my english !!!
2005 May 19 9:22 AM
Hi manuel,
I dont know about any BAPI, I am sure you would have searched for it. But to handle arbitrary number of lines, you need to create a custom batch input program to be used by the LSMW. The explanation of that method could take pages, hence I suggest you search the net for techniques to include custom programs in LSMW.
Hope this helps
Cheers
2005 May 19 10:46 AM
Hi Gaurav,
I thought I could done this with a simple recording.
I will create a custom BI.
Thanks for your hel,
Manuel