cancel
Showing results for 
Search instead for 
Did you mean: 

GetFrameContextInChildFrames - Document has changed

0 Kudos

I have created a Create Sales order script in CBTA. Towards the end the SO is saved and the message with SO number appears at the bottom left of the screen.

I am using the Get Message Params component to retrieve the SO number.

This is happening SAP FIORI screen.

Now when I execute the script it fails at the Get Message Params component with the following reason :-

GetFrameContextInChildFrames - Document has changed

.

Operation Failed

Targeted Control Uri:
frameId=ITSFRAME1; ls.type=MB; tag=SPAN; ls.sid=wnd[0]/sbar_msg

Error Message:
GetFrameContextInChildFrames - Document has changed


I have tried using object spy to get the URI of the message at the bottom of the screen to correct this, but after 1 or 2 iterations the script starts failing again with the same error message.

I am using CBTA 3.0.13.1 version .


Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Anurag,

In response to an incident concerning this error SAP says to upgrade to CBTA 3.0.13.4. I will upgrade to the latest (3.0.13.5) and see if that fixes the issue.

0 Kudos

Hi Richard,

I do not know if you have had any luck in getting past this issue. I have now installed the CBTA 3.0.14.8 and this issue still persists.

How did it go at your end? Please do share if you were somehow able to get a resolution to this?

Regards,

Anurag

0 Kudos

I am still getting the error. I have CBTA 3.0.14.7 installed and have a Fiori script that occasionally fails.

In this example the script has 7 variants. Six executed without error.

ajankowiak
Explorer
0 Kudos

Hello,

we have the same problem and have the latest CBTA. Did you solve your problem?
Thank you.

BR,
Andreas

0 Kudos

Anurag,

I get the identical error navigating through a different Fiori screen. I click on a Create button on the start screen, drill down to other screens, then back out to the original screen. When I try to click on the Close or Post button I get the error, "GetFrameContextInChildFrames - Document has changed". I tried every variation of URIs shown in the Spy tool with no change. I finally gave up and used PRESSKEY instead. Thankfully each had a keystroke alternatvie (Close = Shift + F1, Post = Shift F6).