Application Development and Automation 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: 
Read only

Problem in creating session

Former Member
0 Likes
607

Hi,

I am using the LSMW Standard/Batch Input using program RFBIBL00 for financial posting, but I am facing problem in creating Session, it showing the session as being created for a long time now . I have done so atleast 5-6 times now. I have executed all the steps, I am sure it is not a mapping or data problem. Can anybody suggest what to do?

Regards,

Prashant.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
578

check the step Display Read Data here your getting the data or not , after that check Display Converted Data if you get the data in this step, the session will be created, after that goto SM35 and process your session, here you can find if the data is wrong....

4 REPLIES 4
Read only

Former Member
0 Likes
579

check the step Display Read Data here your getting the data or not , after that check Display Converted Data if you get the data in this step, the session will be created, after that goto SM35 and process your session, here you can find if the data is wrong....

Read only

MarcinPciak
Active Contributor
0 Likes
578

Hi Prashant,

Try how it act when you provide only couple records in data file. If the session creation process ends quite fast, you can just divide the data file into separated smaller files and load them one by one.

Regards

Marcin

Read only

Former Member
0 Likes
578

Hi Chenna / Marcin,

I am getting all the data that is there on the file in respective target structure, the problem is certainly not with the data, I am also not uploading very high volume data (2 records to be precise), so no problem with the volume also.

Regards,

Prashant.

Read only

Former Member
0 Likes
578

Thanks everybody for replying.