answers.sap.com
Open in
urlscan Pro
18.194.125.227
Public Scan
URL:
https://answers.sap.com/questions/12961689/system-aliases-and-odata-service.html
Submission: On July 25 via manual from DE — Scanned from DE
Submission: On July 25 via manual from DE — Scanned from DE
Form analysis
1 forms found in the DOMhttps://community.sap.com/search/
<form action="https://community.sap.com/search/" class="ds-question-detail__search">
<div class="ds-search"><label class="ds-input__box"><input type="hidden" name="ct" value="qa"><input class="ds-input__control" name="q" type="search" autocomplete="off" value=""><span class="ds-input__placeholder">Search Questions and
Answers</span><button class="ds-search__button ds-search__button-submit" type="submit" title="Search"><i class="ds-icon-encoded--search"></i></button></label></div>
</form>
Text Content
Diese Website verwendet Cookies und verwandte Technologien, wie in unserer Datenschutzrichtlinie beschrieben, für Zwecke, die den Betrieb der Website, Analysen, eine verbesserte Benutzererfahrung oder Werbung umfassen können. Sie können sich dafür entscheiden, unserer Verwendung dieser Technologien zuzustimmen oder Ihre eigenen Einstellungen vornehmen. Einstellungen verwalten Alle akzeptieren Alle verweigern Cookie-Erklärung Skip to Content Do you have an S- or P- account? If so, you need SAP Universal ID. In a few months, SAP Universal ID will be the only option to login to SAP Community. Without it, you will lose your content and badges. If you have multiple accounts, use the Consolidation Tool to merge your content. Get started with SAP Universal ID * Home * Community * Questions * Ask a Question * Write a Blog Post * Login / Sign-up * * Send a Message * Manage My Blog Posts * Quick Start Guide Search Questions and Answers Vote up0Vote down Irfan M. 22 01 2020 um 04:34 SYSTEM ALIASES AND ODATA SERVICE 2957 Views Follow RSS Feed Answers Include Comments Get RSS Feed Hi, i have to change routing in my fiori development (client 300) to hana development (client 300). before i add new system aliases for client 300, my current routing configuration is like below : after i create new system aliases for client 300 the OData V2 Services is blank . is it any other step i have to do? Regards, Attachments -------------------------------------------------------------------------------- capture.jpg (88.5 kB) * Add a Comment HELP TO IMPROVE THIS QUESTION BY ADDING A COMMENT. IF YOU HAVE AN ANSWER FOR THIS QUESTION, THEN PLEASE USE THE YOUR ANSWER FORM AT THE BOTTOM OF THE PAGE INSTEAD. * Alert Moderator REPORT AS OFFENSIVE (I.E. CONTAINING SPAM, ADVERTISING, MALICIOUS TEXT, ETC.) ASSIGNED TAGS * SAP Fiori Similar Questions * System Aliases and Odata services Transport Former MemberFeb 11, 2015 * Multiple ECC systems with Fiori Former MemberJun 28, 2015 5 Answers Sort by: Stimmen Erstellt Oldest Vote up1Vote down Özkan YILMAZ Jan 22, 2020 at 06:32 AM Hi Irfan, You should also change system aliases of your service in /IWFND/MAINT_SERVICE tcode Regards, Özkan Y. * Add a Comment HELP TO IMPROVE THIS ANSWER BY ADDING A COMMENT. IF YOU HAVE A DIFFERENT ANSWER FOR THIS QUESTION, THEN PLEASE USE THE YOUR ANSWER FORM AT THE BOTTOM OF THE PAGE INSTEAD. * Alert Moderator REPORT AS OFFENSIVE (I.E. CONTAINING SPAM, ADVERTISING, MALICIOUS TEXT, ETC.) * Share 4 comments Özkan YILMAZ Jan 22, 2020 at 12:19 PM Hi again Irfan M. , Yes it is a tcode like Bibhu said, and if you won't use client 310 anymore, you can delete it also, Regards. * Like 1 * Share * Alert Moderator REPORT AS OFFENSIVE (I.E. CONTAINING SPAM, ADVERTISING, MALICIOUS TEXT, ETC.) Add a Comment Show all Vote up1Vote down shweta nargachhe Jan 23, 2020 at 01:10 PM Hi Irfan, It looks like to me that your metadata definitions not loaded correctly in fiori call. Check odata setup in service definitions and metadata set to right alias pointed.Try clearing cache from maintain service to specific called odata in case alias setup pointing out to right etc client. Regards, Shweta * Add a Comment HELP TO IMPROVE THIS ANSWER BY ADDING A COMMENT. IF YOU HAVE A DIFFERENT ANSWER FOR THIS QUESTION, THEN PLEASE USE THE YOUR ANSWER FORM AT THE BOTTOM OF THE PAGE INSTEAD. * Alert Moderator REPORT AS OFFENSIVE (I.E. CONTAINING SPAM, ADVERTISING, MALICIOUS TEXT, ETC.) * Share Vote up1Vote down shweta nargachhe Jan 28, 2020 at 04:07 PM Fiori development (client 300)-> Each FIORI application will have system alias (as part of Tile config) and will connect to Local system alias as it is default local gateway. In this case you will be launching FIORI launchpad from Client 300 which is correct into your screen shot . Scenario 1 Your Odata system alias is set to local . In this case it will connect to same client 300 as backend . Scenario 2 Odata service with both Local +Client 310 gateway it will call remote connection RFC call for meta definition / data requests depending on setup to 310 client You can put developer trace or debugging to check RFC destination used . Test one of your Odata into 300 client with different system alias setup You can test Odata with specified system alias with MO parameter refer to link below https://blogs.sap.com/2016/05/11/multiple-origin-support-of-system-id-and-client-in-url/ Regards, Shweta * Add a Comment HELP TO IMPROVE THIS ANSWER BY ADDING A COMMENT. IF YOU HAVE A DIFFERENT ANSWER FOR THIS QUESTION, THEN PLEASE USE THE YOUR ANSWER FORM AT THE BOTTOM OF THE PAGE INSTEAD. * Alert Moderator REPORT AS OFFENSIVE (I.E. CONTAINING SPAM, ADVERTISING, MALICIOUS TEXT, ETC.) * Share Vote up0Vote down Joseph BERTHE Jan 22, 2020 at 05:24 AM Hi, Is it an embedded configuration? If so, then select the check boxes : Local app and local GW. regards, Joseph * Add a Comment HELP TO IMPROVE THIS ANSWER BY ADDING A COMMENT. IF YOU HAVE A DIFFERENT ANSWER FOR THIS QUESTION, THEN PLEASE USE THE YOUR ANSWER FORM AT THE BOTTOM OF THE PAGE INSTEAD. * Alert Moderator REPORT AS OFFENSIVE (I.E. CONTAINING SPAM, ADVERTISING, MALICIOUS TEXT, ETC.) * Share 1 comment Irfan M. Jan 22, 2020 at 06:52 AM Hi Joseph BERTHE , thanks for the reply. i have check the local app and local GW but it still not showing Odata v2 services Attachments -------------------------------------------------------------------------------- capture.jpg (106.8 kB) * Like 0 * Share * Alert Moderator REPORT AS OFFENSIVE (I.E. CONTAINING SPAM, ADVERTISING, MALICIOUS TEXT, ETC.) Vote up0Vote down shweta nargachhe Jan 22, 2020 at 01:06 PM Hi Irfan, Yes you can add both alias to single service .However you need to aware what you exactly trying to achieve here. Below are scenario but please get validate application behaviour before you use it. If you set two system alias without any default local setup then data will be pulled from both destination odata services.Alias will also look for metadata definitions which client will be used that also to be determined. In other cases it will pull client you looking for as default.Based on odata call mo alias variable. Alias setup is from maintain service transactionas mentioned a obove. My inbox is generic app I would suggest use it to replicate scenario with multiple options. Regards, Shweta * Add a Comment HELP TO IMPROVE THIS ANSWER BY ADDING A COMMENT. IF YOU HAVE A DIFFERENT ANSWER FOR THIS QUESTION, THEN PLEASE USE THE YOUR ANSWER FORM AT THE BOTTOM OF THE PAGE INSTEAD. * Alert Moderator REPORT AS OFFENSIVE (I.E. CONTAINING SPAM, ADVERTISING, MALICIOUS TEXT, ETC.) * Share 2 comments Irfan M. Jan 27, 2020 at 11:05 AM Hi shweta nargachhe i have make connection to my backend client 310 when i try login it show client 300, is it correct? my frontend (fiori) client is 300 Regards Attachments -------------------------------------------------------------------------------- capture.jpg (31.3 kB) * Like 0 * Share * Alert Moderator REPORT AS OFFENSIVE (I.E. CONTAINING SPAM, ADVERTISING, MALICIOUS TEXT, ETC.) Add a Comment Show all Know someone who can answer? Share a link to this question. BEFORE ANSWERING You should only submit an answer when you are proposing a solution to the poster's problem. If you want the poster to clarify the question or provide more information, please leave a comment instead, requesting additional details. When answering, please include specifics, such as step-by-step instructions, context for the solution, and links to useful resources. Also, please make sure that your answer complies with our Rules of Engagement. * Rules of Engagement YOU MUST BE LOGGED IN TO SUBMIT AN ANSWER. * * * * * Link einfügenLink entfernen * * * * Please provide a distinct answer and use the comment option for clarifying purposes. 10 characters required. Submit your Answer FIND US ON * * * * * * * * Privacy * Terms of Use * Legal Disclosure * Copyright * Trademark * Cookie-Präferenzen * Newsletter * Support