Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAP GUI for HTML: Staging does not work correctly #6568

Open
mbtools opened this issue Oct 24, 2023 · 0 comments
Open

SAP GUI for HTML: Staging does not work correctly #6568

mbtools opened this issue Oct 24, 2023 · 0 comments
Labels
low priority Not that important but keep open user interface How to interact with abapGit

Comments

@mbtools
Copy link
Member

mbtools commented Oct 24, 2023

After selecting files to stage, SAP GUI for HTML raises the following error message:

image

Received "[1006] at least one batch step has failed" on batch step #1: {"content":"rg_post_data.frame_name=itshtmlvwrfnC116&rg_post_data.sap_event=&/src/0242ac1100021eebb1bbc829fae4fe35.smim.abapgit_ci_result.html=?&/src/0242ac1100021eebb1bbc829fae4be35.smim.abapgit_ci_result.json=A","post":"action/401"}

SAP GUI for HTML:

image

SAP GUI for Windows:

image

Cause:

A a element is used but href points to # and is handled by JS. This does not work for HTML GUI.

JS:

// Submit stage state to the server
StageHelper.prototype.submit = function() {
submitSapeventForm(this.collectData(), this.formAction);
};

@mbtools mbtools added bug Something isn't working user interface How to interact with abapGit labels Oct 24, 2023
@mbtools mbtools changed the title SAP GUI for HTML: Staging SAP GUI for HTML: Staging does not work correctly Oct 24, 2023
@mbtools mbtools added low priority Not that important but keep open and removed bug Something isn't working labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority Not that important but keep open user interface How to interact with abapGit
Development

No branches or pull requests

1 participant