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

BDC Recording for SM58 tcode

Former Member
0 Likes
519

Hello,

There is a daily job in SM58 tode: Execute SM58 tcode and in output for 'Status Text' column, select the message and goto Edit->Execute LUW(F6) and then do same for remaining entries.

Now we want to automate this manual process by recording.

In above scenario in one condition we do not press F6 i.e. (execute LUW) when Status text is: "Connect Error: Connect to Host....."

While recodring I am able to do all recording steps which can be done manualy. Problem is How to Check particular Error message while recording. if there is message "Connect Error: Connect to Host....." then we dont press F6 we should skip that record step and continue for remaining.

can any one tell how to read value while recording.

regards,

Shrinivas

Hello,

There is a daily job in SM58 tode: Execute SM58 tcode and in output for 'Status Text' column, select the message and goto Edit->Execute LUW(F6) and then do same for remaining entries.

Now we want to automate this manual process by recording.

In above scenario in one condition we do not press F6 i.e. (execute LUW) when Status text is: "Connect Error: Connect to Host....."

While recodring I am able to do all recording steps which can be done manualy. Problem is How to Check particular Error message while recording. if there is message "Connect Error: Connect to Host....." then we dont press F6 we should skip that record step and continue for remaining.

can any one tell how to read value while recording.

regards,

Shrinivas

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
471

Why don't you select record from ARFCSSTATE where ARFCRETURN is initial and with further selection on fields ARFCSTATE or ARFCMSG, and then submit report RSARFCSE for each record selected ?

Regards,

Raymond

Read only

RaymondGiuseppi
Active Contributor
0 Likes
471

Back on your question, check standard program RSARFCEX which performs very similar to your requirement.

Regards,

Raymond