service.ariba.com Open in urlscan Pro
34.171.180.175  Public Scan

Submitted URL: https://service.ariba.com/Supplier.aw/ad/dr?sc=YmUyNzU5NWItNmZjZC00NWI0LTkyYWItNDJiZjQ1NWE5ZmI5OjExMDAwMDAwMDAwMDAwMDAwMDA...
Effective URL: https://service.ariba.com/Supplier.aw/109538040/aw?awh=r&awssk=2EkUXd58&dard=1&ancdc=1
Submission: On October 22 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: _opthkdPOST /Supplier.aw/109538040/aw

<form bh="AS" class="relocdest" id="_opthkd" method="POST" action="/Supplier.aw/109538040/aw" style="margin:0px;padding:0px;" name="_opthkd">
  <link href="/an/2078346491/p/Ariba/fiori-fundamentals_1_7_1/components.min.css" type="text/css" rel="stylesheet">
  <script>
    RJS(true, false, false, function() {
      ariba.Event.registerBehaviors({
        SGNML: {
          // this fires before menuOnMouseDown
          mousedown: function(elm, evt) {
            // invoke the handlers for onRefreshRequestBegin event for selenium
            //Event.invokeRegisteredHandlers("onRefreshRequestBegin");
            var target = elm.getAttribute("_t");
            //if any value passed on _t/target,we open the the link in new browser
            if (target) {
              ariba.Dom.openNewWindow(elm.href);
            } else {
              var e = elm.getAttribute("_t");
              if (e != null) {
                window.open(elm.href, e);
              } else {
                location.href = elm.href;
              }
            }
          }
        },
        SGNSPML: {
          // this fires before menuOnMouseDown
          mousedown: function(elm, evt) {
            // invoke the handlers for onRefreshRequestBegin event for selenium
            //Event.invokeRegisteredHandlers("onRefreshRequestBegin");
            location.href = elm.href;
          }
        },
        SGNCA: {
          // We are simulating a component action from the direct action
          // Look for the Supplier Login Div in the page -> A link -> Invoke the link
          // for more info refer to Handler.js -> GAT (Generic Action Tag)
          click: function(elm, evt) {
            var caDiv = ariba.Dom.getElementById("SupplierLogin");
            if (caDiv == null) {
              return false;
            }
            var caLink = Dom.findChild(caDiv, "A", false);
            if (caLink == null) {
              return false;
            }
            var formId = Dom.boolAttr(elm, "_sf", true) ? Dom.lookupFormId(elm) : null;
            ariba.Handlers.tagOnClick(caLink, formId, elm.getAttribute("_t"), elm.getAttribute("_a"), evt, Dom.boolAttr(elm, "_av"), elm.getAttribute("_w"));
            return false;
          }
        },
        SGNSP: {
          click: function(elm, evt) {
            if (!elm.getAttribute("_visited")) {
              var scriptTag = document.createElement("script"); // create a script element
              scriptTag.src = elm.getAttribute("_spUrl");
              var divObj = ariba.Dom.getElementById("SGNSplashDiv");
              divObj.appendChild(scriptTag);
            }
          }
        }
      });
    });
  </script>
  <script>
    RJS(true, false, false, function() {
      splashCallback = function(htmlContent) {
        var divObj = ariba.Dom.getElementById("SGNSplashDiv");
        if (ariba.Dom.IsIE && ariba.Util.isAW5()) {
          var divObj = ariba.Dom.getElementById("SGNSplashDiv");
          var newdiv = document.createElement("div");
          newdiv.innerHTML = htmlContent;
          divObj.appendChild(newdiv);
        } else {
          divObj.innerHTML = htmlContent;
        }
        ariba.Widgets.showConfirmation("SGNSplashDivID", true);
      };
      hideSplash = function() {
        var divObj = ariba.Dom.getElementById("SGNSplashDiv");
        divObj.innerHTML = "";
        ariba.Widgets.cancelConfirmation();
      };
    });
  </script>
  <div id="SupplierGlobalNavContentDiv">
    <div>
      <link rel="stylesheet" type="text/css" href="/an/p/Ariba/ies_misc.css">
      <script onloadevent="ariba.Fiori.initializeFiori()" src="/an/w/fiori.js" isinjectable="true"></script>
      <div class="fd-shellbar" id="shellbar">
        <div class="fd-shellbar__group fd-shellbar__group--start"><img title="SAP" alt="SAP" height="24" width="48" src="/an/p/Ariba/fiori-fundamentals/dist/images/sap-logo.png" class="fd-shellbar__logo">
          <div class="fd-shellbar__product">
            <div class="disabled_dropdown_wrapper"><span class="fd-shellbar__title fd-product-menu__title disabled-dropdown-icon">Business Network</span></div>
          </div>
        </div>
        <div class="fd-shellbar__group fd-shellbar__group--middle">
          <div class="back-to-classic-wrapper"></div>
        </div>
        <div class="fd-shellbar__group fd-shellbar__group--end">
          <div class=" fd-shellbar__action fd-shellbar__action--show-always commandDarkClass">
            <div class="fd-user-menu">
              <div class="fd-popover fd-popover--right">
                <div class="fd-popover__control">
                  <div class="fd-user-menu__control" aria-controls="ZY3AY280" aria-expanded="false" aria-haspopup="true" role="button" fiori-listener="true"><span class="fd-shellbar__title fd-product-menu__title sgnIconClass"><span
                        class="sap-icon--sys-help sap-icon--l iestooltip iestooltip-dropdown" tabindex="-1"><span class="iestooltiptext">Hilfe</span></span></span></div>
                  <div class="fd-popover__body fd-popover__body--right" aria-hidden="true" id="ZY3AY280">
                    <nav class="fd-menu">
                      <ul class="fd-menu__list">
                        <li><a href="https://support.ariba.com/interactive_email" class="fd-menu__item" id="helpCenter">Help Center</a></li>
                      </ul>
                    </nav>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <script src="https://service.ariba.com/an/w/fiori.js"></script>
    </div>
  </div>
  <script src="/an/w/hover_card.js"></script>
  <script>
    RJS(true, false, false, function() {
      renderGlobalNav = function() {
        var headerDiv = ariba.Dom.getElementById("SupplierGlobalNavContentDiv");
        if (headerDiv.innerHTML != window.SupplierGlobalNavContentDivStorage) {
          var t = document.createElement('div');
          t.innerHTML = window.SupplierGlobalNavContentDivStorage;
          headerDiv.appendChild(t);
          var scripts = t.getElementsByTagName('script');
          if (scripts) {
            // convert HTMLCollection to Array so that it can be iterated easily
            Array.prototype.slice.call(scripts).forEach(function(scriptElm) {
              if (scriptElm.hasAttribute("isinjectable") && scriptElm.getAttribute("isinjectable") == "true") {
                var scriptTag = document.createElement('script');
                scriptTag.src = scriptElm.src;
                var onEventCall = scriptElm.getAttribute("onloadevent");
                scriptTag.onload = function() {
                  var onLoadCallValue = onEventCall;
                  var onLoadFunction = new Function(onLoadCallValue);
                  onLoadFunction();
                };
                t.appendChild(scriptTag);
              }
            });
          }
        }
        try {
          var aobj = ariba.Dom.getElementById("SGNAlertId");
          if (aobj != null) {
            ariba.Widgets.displayNewsHover("SGNAlertId");
          }
        } catch (ex) {
          // nothing here
        }
      };
      renderGlobalNav();
    });
  </script>
  <div class="rr relocdest" id="BPR_Body_Inner">
    <link href="/an/2078346491/w/WebAssistant.css" type="text/css" rel="stylesheet">
    <div class="rr" id="_8d_55d">
      <script>
        RJS(true, false, false, function() {
          var pageName = 'BasicEnableNowPage';
          var appName = 'Supplier';
          var serviceHost = 'service.ariba.com';
          var locale = 'de-DE';
          var configAttributes =
            "{&quot;dataUrl&quot;:&quot;https://help.sap.com/webassistant/&quot;,&quot;serviceLayerVersion&quot;:&quot;UACP&quot;,&quot;stateUACP&quot;:&quot;PRODUCTION&quot;,&quot;product&quot;:&quot;AribaNetworkWebAssistant&quot;,&quot;workspace&quot;:null,&quot;resourceUrl&quot;:&quot;https://webassistant.enable-now.cloud.sap/web_assistant/framework/&quot;,&quot;trackingUrl&quot;:&quot;https://ariba.enable-now.cloud.sap/wa/network_analytics&quot;,&quot;learningAppUrl&quot;:null,&quot;version&quot;:&quot;001&quot;}";
          var enableNowAnalyticsDAurl = '';
          var userContextValues = "{}";
          setUpWebAssistant(appName, serviceHost, pageName, locale, configAttributes, enableNowAnalyticsDAurl, userContextValues);
        });
      </script>
    </div>
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tbody>
        <tr>
          <td valign="top">
            <table border="0" cellpadding="0" cellspacing="0" width="100%">
              <tbody>
                <tr>
                  <td class="cmdBar" name="mastHeadCmdBarClass">
                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tbody>
                        <tr>
                          <td valign="bottom">
                          </td>
                        </tr>
                      </tbody>
                    </table>
                  </td>
                </tr>
                <tr>
                  <td>
                    <table border="0" cellpadding="0" cellspacing="0" width="100%">
                      <tbody>
                        <tr>
                          <td class="content" valign="top">
                            <div class="flexContainer">
                              <div class="flexContainer">
                                <a name="content"></a>
                                <div class="rr" id="_n9kbqb">
                                  <script>
                                    RJS(true, false, false, function() {
                                      ariba.Widgets.updateDialogWrapperClass(true);
                                    });
                                  </script>
                                  <div class="w-dlg-panel">
                                    <div>
                                      <div class="w-dlg-inner-wrapper">
                                        <div class="stepNavTop w-stepnavbar-top-bar">
                                          <table border="0" cellspacing="0" cellpadding="0" width="100%">
                                            <tbody>
                                              <tr>
                                                <td class="w-stepnavbar-title-area">
                                                  <span class="pageHead">Geschäftsbeziehung ablehnen</span>
                                                </td>
                                              </tr>
                                            </tbody>
                                          </table>
                                        </div>
                                        <link href="/an/2078346491/p/Ariba/StyleSheet.css" type="text/css" rel="stylesheet">
                                        <link href="/an/2078346491/p/Ariba/aw6_StyleSheet.css" type="text/css" rel="stylesheet">
                                        <link href="/an/2078346491/p/Ariba/de/asni18n.css" type="text/css" rel="stylesheet">
                                        <link href="/an/2078346491/p/Ariba/an_themecombo.css" type="text/css" rel="stylesheet">
                                        <link href="/an/2078346491/p/Ariba/fiori-fundamentals_1_7_1/components.min.css" type="text/css" rel="stylesheet">
                                        <link href="/an/2078346491/p/Ariba/ies_StyleSheet.css" type="text/css" rel="stylesheet">
                                        <link href="/an/2078346491/p/Ariba/ies_sgn.css" type="text/css" rel="stylesheet">
                                        <link href="/an/2078346491/p/Ariba/horizon_StyleSheet.css" type="text/css" rel="stylesheet">
                                        <link href="/an/2078346491/p/Ariba/an_iestheme.css" type="text/css" rel="stylesheet">
                                        <link href="/an/2078346491/p/Ariba/ies_asni18n.css" type="text/css" rel="stylesheet">
                                        <div class="fp-root-paddingLeft83">
                                          <div class="fp-layout-body">
                                            <div class="fp-half-width fp-body-area">
                                              <div class="fp">
                                                <div class="fp-paddingTop121"></div>
                                                <div title="Erhalt von Dokumenten stoppen" class="fp-title"> Erhalt von Die Änderungen konnten nicht gespeichert werden. Versuchen Sie es erneut. stoppen </div>
                                                <div
                                                  title="If you no long want to receive Die Änderungen konnten nicht gespeichert werden. Versuchen Sie es erneut. from this customer via SAP Business Network, please specify a reason and click submit."
                                                  class="fp-reason"> Wenn Sie keine Die Änderungen konnten nicht gespeichert werden. Versuchen Sie es erneut. mehr von diesem Kunden über SAP Business Network erhalten möchten, geben Sie einen Grund an
                                                  und klicken Sie auf "Einreichen" </div>
                                                <div class="fp-body-container">
                                                  <label title="Grund für Ablehnung:" for="fp-dropdown-field" class="fp-dropdown-label"> Grund für Ablehnung: </label>
                                                  <div class="fp-dropdown-container">
                                                    <div class="rr" id="_pnlzvc" emittags="false">
                                                      <div tabindex="0" index="-2" bh="DDM" href="#" class="w-dropdown" id="_5cuxj" name="fp-dropdown-field"><span class="w-dropdown-selected">Eine Auswahl treffen</span><span class="w-dropdown-pic-ct"
                                                          aria-hidden="true" data-icon=""></span>
                                                        <div id="_5cuxj" class="w-dropdown-items" style="width: 393.578px;">
                                                          <div data-selected="true" index="-2" class="w-dropdown-item is-bold" bh="DDI">Eine Auswahl treffen</div>
                                                          <div bh="DDI" index="0" class="w-dropdown-item"> Ich habe keine Geschäftsbeziehung mehr zu diesem Kunden </div>
                                                          <div bh="DDI" index="1" class="w-dropdown-item"> Ich möchte SAP Business Network nicht verwenden </div>
                                                          <div bh="DDI" index="2" class="w-dropdown-item"> Ich habe Bedenken bezüglich des Datenschutzes </div>
                                                          <div bh="DDI" index="3" class="w-dropdown-item"> Anderer </div>
                                                        </div>
                                                        <input value="-2" id="_9iimhb" type="hidden" name="_9iimhb">
                                                      </div>
                                                      <script>
                                                        RJS(true, false, false, function() {
                                                          ariba.AWWidgets.DropDown.init(true, false, true, "_5cuxj");
                                                        });
                                                      </script>
                                                    </div>
                                                  </div>
                                                  <div class="spacer22"></div>
                                                </div>
                                                <div class="spacer24"></div>
                                                <div class="fp-buttons-container">
                                                  <div class="fp-submit">
                                                    <button tabindex="0" bh="TB" id="_hcitld" _isdef="true" class="w-btn" title="Submit"><span> Einreichen </span></button>
                                                  </div>
                                                </div>
                                              </div>
                                            </div>
                                            <div class="fp-half-width fp-img-area">
                                              <div class="fp-reason-img-dimensions">
                                                <img alt="" border="0" src="/an/2078346491/p/Ariba/Illustration_DeclineRelationship.png" class="fp-img-dimensions">
                                              </div>
                                            </div>
                                            <div class="spacer60"></div>
                                          </div>
                                        </div>
                                        <div class="stepNavBottom">
                                          <table border="0" cellspacing="0" cellpadding="0" width="100%" class="w-stepnavbar-bottom-bar">
                                            <tbody>
                                              <tr>
                                                <td class="leg-w-99p w-stepnavbar-button-group-bottom"></td>
                                              </tr>
                                            </tbody>
                                          </table>
                                        </div>
                                      </div>
                                    </div>
                                  </div>
                                  <script>
                                    RJS(true, true, false, function() {
                                      ariba.Widgets.clearDialog();
                                    });
                                  </script>
                                  <script>
                                    RJS(true, false, false, function() {
                                      ariba.Input.allowSelectFirstText();
                                    });
                                  </script>
                                </div>
                              </div>
                            </div>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                  </td>
                </tr>
                <tr>
                  <td>
                    <div id="SupplierGlobalNavFooterDiv">
                      <link href="/an/2078346491/w/aw6_sgn.css" type="text/css" rel="stylesheet">
                      <link href="/an/2078346491/p/Ariba/an_themecombo.css" type="text/css" rel="stylesheet">
                      <div class="supp-SGNF-mainPanelFooter">
                        <div class="ADMainPanelFooterHorizDiv">
                          <div>
                            <div class="sgnfooterwrapper paddingTop5">
                              <div class="ies-footer-start-container"><img alt="SAP" title="SAP" border="0" height="24" width="48" src="/an/2078346491/p/Ariba//fiori-fundamentals/dist/images/sap-logo.png" tabindex="0">
                                <div class="sgnfootercopyright ies-footer-item" tabindex="0">© 2022 SAP SE oder ein SAP-Konzernunternehmen. Alle Rechte vorbehalten.</div>
                              </div>
                              <div class="ies-footer-end-container"><span class="sgnfooteritem"><a target="_blank" href="https://www.sap.com/agreements-sap-business-network-privacy-statement">Vertraulichkeitserklärung</a></span><span
                                  class="sgnfooteritem"><a target="_blank" href="https://www.ariba.com/legal/security-disclosure">Sicherheitsrichtlinien</a></span><span
                                  class="sgnfooteritem"><a target="new" href="https://service.ariba.com/Authenticator.aw/ad/termsCenter?tou=BNTermsCenter">Nutzungsbedingungen</a></span></div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                    <div id="SGNSplashDiv"></div>
                    <script>
                      RJS(true, false, false, function() {
                        var footerDiv = ariba.Dom.getElementById("SupplierGlobalNavFooterDiv");
                        if (footerDiv.innerHTML != window.SupplierGlobalNavFooterDivStorage) {
                          footerDiv.innerHTML = window.SupplierGlobalNavFooterDivStorage;
                        }
                      });
                    </script>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
          <script src="https://webassistant.enable-now.cloud.sap/web_assistant/framework/wpb/Help4.js"></script>
          <script src="/an/2078346491/w/webassistant.js" language="JavaScript"></script>
        </tr>
      </tbody>
    </table>
  </div>
  <link href="/an/2078346491/p/Ariba/ies_StyleSheet.css" type="text/css" rel="stylesheet">
  <link href="/an/2078346491/p/Ariba/ies_sgn.css" type="text/css" rel="stylesheet">
  <link href="/an/2078346491/p/Ariba/horizon_StyleSheet.css" type="text/css" rel="stylesheet">
  <link href="/an/2078346491/p/Ariba/an_iestheme.css" type="text/css" rel="stylesheet">
  <link href="/an/2078346491/p/Ariba/ies_asni18n.css" type="text/css" rel="stylesheet">
  <div class="rr" id="BPR_FLs">
    <script>
      RJS(true, true, false, function() {
        ariba.Widgets.hideFooter();
      });
    </script>
  </div>
  <div class="rr" id="_vupfl">
    <input value="_opthkd" type="hidden" name="awsnf"><input value="_abvxbc" type="hidden" name="awfa"><input value="true" type="hidden" name="awfid"><input value="UTF-8" type="hidden" name="awcharset">
  </div>
</form>

Text Content

SAP Business Network Supplier


Business Network

Hilfe
 * Help Center

Geschäftsbeziehung ablehnen

Erhalt von Die Änderungen konnten nicht gespeichert werden. Versuchen Sie es
erneut. stoppen
Wenn Sie keine Die Änderungen konnten nicht gespeichert werden. Versuchen Sie es
erneut. mehr von diesem Kunden über SAP Business Network erhalten möchten, geben
Sie einen Grund an und klicken Sie auf "Einreichen"
Grund für Ablehnung:
Eine Auswahl treffen
Eine Auswahl treffen
Ich habe keine Geschäftsbeziehung mehr zu diesem Kunden
Ich möchte SAP Business Network nicht verwenden
Ich habe Bedenken bezüglich des Datenschutzes
Anderer


Einreichen





© 2022 SAP SE oder ein SAP-Konzernunternehmen. Alle Rechte vorbehalten.
VertraulichkeitserklärungSicherheitsrichtlinienNutzungsbedingungen





Loading...
Loading...

Loading content ...





Loading...
Loading...





ariba.Input.registerActiveElementId();




page:ariba/network/service/common/registration/RGOwnershipDecline,app:ariba.network.service.apps.supplier.Application


Wird aktualisiert...


HILFETHEMEN

In Hilfethemen suchen




AusgeblendetNicht publiziert
