cancel
Showing results for 
Search instead for 
Did you mean: 

"Cannot Find the Screen Element KOMFK-VBELN in Replay Mode"

Former Member
0 Kudos

Hi Harsha,

i am getting "Cannot Find the Screen Element KOMFK-VBELN in Replay Mode" error message while executing VF01

in chaining. It is running fine in the indepent script.

Can u guide me what is the problem.

Thank in Advance

Sreedhar

Accepted Solutions (1)

Accepted Solutions (1)

former_member585451
Active Participant
0 Kudos

Hi Sreedhar..

Good morning/afternoon/evening!!!

Cannot find screen elements comes in some situations:

One reason is with ResetGUI to be set to 'X' in the first SAPGUI of the script. (RESETGUI = 'X' is used for closing the previous transaction and opening the present one something as we use /NXXXX for opening a new transaction while we are already in one.)

More over pls check if the session id & connection id of the previous scripts same (if there are more than 5 executable sessions (according my company configuration in some companies 6 sessions)open at a time, sap system throws an error) so you should use a RESCON for every 2 scripts refered in a master script, if the session and connection id's are different.

In master script SCRIPT_MASTER

REF( SCRIPT1 , SCRIPT1_1 ).

REF( SCRIPT2 , SCRIPT2_1 ).

RESCON.

and then after another 2 scripts, use another RESCON.

This way we can control the no of sessions opened with our scripts.

Hope this answer helps..

Message was edited by: HarshaChaithanya Kethepalle

Former Member
0 Kudos

Thank u harsha,

It solved my problem.

sreedhar d

i035588
Advisor
Advisor
0 Kudos

Hello ,

i am getting the same error in the tx VF01 .. though i used RESCON .. still i am getting this error message .

My script looks like this ..

REF ( Z_VA01 , VA01 ).

RESCON .

REF ( Z_VL01N , VL01N ).

RESCON .

REF ( Z_VL02N , VL02N ).

RESCON .

REF ( Z_VL02N_POST_GOODS_ISSUE , Z_VL02N_POST_GOODS_ISSUE_1 ).

RESCON .

REF ( Z_VF01 , VF01 ).

can you plesae suggest what can be done .

Regards

Arun

i035588
Advisor
Advisor
0 Kudos

Hello ,

i am getting the same error in the tx VF01 .. though i used RESCON .. still i am getting this error message .

My script looks like this ..

REF ( Z_VA01 , VA01 ).

RESCON .

REF ( Z_VL01N , VL01N ).

RESCON .

REF ( Z_VL02N , VL02N ).

RESCON .

REF ( Z_VL02N_POST_GOODS_ISSUE , Z_VL02N_POST_GOODS_ISSUE_1 ).

RESCON .

REF ( Z_VF01 , VF01 ).

can you plesae suggest what can be done .

Regards

Arun

Answers (0)