on 2024 Aug 14 5:10 PM
Hello, I've been given the task of accessing a custom SAP GUI app from a custom Fiori app with preloaded values from the Fiori app. I've currently created a Fiori tile for the GUI app, and in the Target Mapping I have this filled out for the parameters:
The target names I've gotten from going to the transaction, hitting F1 when I'm in the parameter I want to fill clicking the technical information button, and using the Parameter ID
(e.g. when I click on Contract Number on the left, hit F1, use technical information button, this is the window that pops up, and I use the parameter ID that appears below)
In the custom fiori app I'm using this annotation:
<Record Type="UI.DataFieldForIntentBasedNavigation">
<PropertyValue Property="Label" String="History"/>
<PropertyValue Property="Mapping">
<Collection >
<Record>
<PropertyValue Property="LocalProperty" PropertyPath="SalesDocument"/>
<PropertyValue Property="SemanticObjectProperty" String="AUN"/>
</Record>
<Record>
<PropertyValue Property="LocalProperty" PropertyPath="Product"/>
<PropertyValue Property="SemanticObjectProperty" String="MAT"/>
</Record>
</Collection>
</PropertyValue>
<PropertyValue Property="SemanticObject" String="ZMassUpdate"/>
<PropertyValue Property="Action" String="display"/>
<PropertyValue Property="Inline" Bool="false"/>
</Record>
The button that this annotation provides does work to get me to the page of the new Fiori tile itself, but the parameters do not get filled out.
Also it'd be great to know if it'd be possible to give the GUI transaction multiple SalesDocuments (the app itself is for changing information of the sales documents, so it'd be great to be able to select multiple rows, and have all the documents appear in the Contract Number field. The GUI app itself can handle multiple documents, just not sure how to give it multiple documents)
Hi @TahirLeonenko ,
I haven't tested it myself, but the following blog post might be helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.