cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the ABAP project in SEGW related to a FIORI application

former_member243729
Participant

How can I know the ABAP project (from SEGW) for one of the standard FIORI app: Approve Purchase Contracts

I checked below link in SDN and could find the UI5 component, OData service linked to this FIORI app but finding it difficult to get to the ABAP component. In the below link it says back-end component is SRA001 600 (0008 ) but that I don’t think this is the application name but a component name which in turn might have several other applications.

So when someone starts customizing the Time applications, can I know what approach one should follow to get to the ABAP project which one needsto change ?

http://help.sap.com/fiori_bs2013/helpdata/en/a0/773c52b74f1b13e10000000a44176d/content.htm?frameset=...

Accepted Solutions (1)

Accepted Solutions (1)

kammaje_cis
Active Contributor

You can use table /IWBEP/I_SBD_GA. Input field 'TROBJ_NAME' with the service name, and you will get the SB project.

If you do not get the project in the above step, it means that OData service was not created using SEGW, rather it was created using code approach. (manually coding MPC and DPC classes). In that case, you can create a SEGW project and select 'redefine' option to extend the service.

former_member243729
Participant
0 Kudos

Thanks a ton sir. But since the apps I am looking for are all standard apps, I believe these all I should be able to find using the first option you said.

One last question... from below link I can get the UI5 & OData names but is this link updated with latest versions as well ?

http://help.sap.com/fiori_bs2013/helpdata/en/a0/773c52b74f1b13e10000000a44176d/content.htm?frameset=...

kammaje_cis
Active Contributor
0 Kudos

Standard apps do not always have SEGW projects. There were some Fiori apps which were released even before SEGW was available. Those services do not have SEGW projects.

For OData service names, I suggest you to use Fiori app reference Library.

https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/

former_member243729
Participant
0 Kudos

Thanks for the information. Thats closes this thread. Thanks again.

kammaje_cis
Active Contributor
0 Kudos

You need to close the thread by 'Accept'ing the right answer.

Answers (0)