Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

LSMW recording - fund reservation with multiple item lines

Former Member
0 Kudos
395

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 !!!

2 REPLIES 2

Former Member
0 Kudos
84

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

0 Kudos
84

Hi Gaurav,

I thought I could done this with a simple recording.

I will create a custom BI.

Thanks for your hel,

Manuel