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

SM35 Issue

Former Member
0 Likes
599

I am creating a customer through the sap standard batch in put <b>program RFBIDE00</b>

i create a sesson in SM35 now after i execcute the session in sm35 after successful creation of the customer the session gets deleted now i do not know what is the Number of that customer that was created

can any body give me a FM or the way through which if i pass my session name and can get some info as what customer no was created.

I am creating a customer through the sap standard batch in put <b>program RFBIDE00</b>

i create a sesson in SM35 now after i execcute the session in sm35 after successful creation of the customer the session gets deleted now i do not know what is the Number of that customer that was created

can any body give me a FM or the way through which if i pass my session name and can get some info as what customer no was created.

3 REPLIES 3
Read only

Former Member
0 Likes
551

HI

while processing the session check the checkbox keepsession then you can goto sm35 view the status

to view the status of the completed session in sm35 goto the Processed tab there you can find your session

regards

kishore

Message was edited by: Harikishore Sreenivasulu

Read only

Former Member
0 Likes
551

Set KEEP flag.

Your session will not get deleted.

Read only

0 Likes
551

Hi,

Run this Program <b>RSBDC_PROTOCOL</b> , in this you can see three tabs <b>LOG overview</b>, <b>LOGS with Sessions</b>, <b>LOGS with out Sessions</b>. Check it in <b>Logs with out sessions</b> tab you will get the info. double click on session name.

you can see the desired info .

regards

vijay