Quantcast
Channel: SCN : Popular Discussions - SAP Business ByDesign
Viewing all 2194 articles
Browse latest View live

A problem when testing WebService

$
0
0

Hi expert:

             I am doing some work about web services,I met a problem, can anybody help me? Here is my work:

     <1>according the reference document(Maintain sales quotes),i copy the XML code

position.png

           Here is the source code:

Example

The following request would create a Customer Quote with the following information:

  • Customer Quote with ID returned in response,
  • Buyer ID as PSM CRM ABSL Test - Example_01,
  • Posting date as 2006-03-28T12:00:00.1234567Z,
  • Customer Quote name as PSM CRM ABSL Test - CallCustomerQuoteExample1,
  • Item ID as 10,
  • Item date as 2006-03-28T12:00:00.1234567Z,
  • Item product as MCF-0001,
  • Buyer party as MC9785.

Request

<n0:CustomerQuoteBundleMaintainRequest_sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global"> <CustomerQuote> <BuyerID>PSM CRM ABSL Test - Example_01</BuyerID> <DateTime>2006-03-28T12:00:00.1234567Z</DateTime> <Name languageCode="EN">PSM CRM ABSL Test - CallzCustomerQuoteExample1</Name> <Item> <ItemProduct> <ProductInternalID>MCF-0001</ProductInternalID> <UnitOfMeasure>EA</UnitOfMeasure> </ItemProduct> <ItemScheduleLine> <Quantity unitCode="EA">6</Quantity> </ItemScheduleLine> </Item> <AccountParty> <PartyID>MC9785</PartyID> </AccountParty> </CustomerQuote> </n0:CustomerQuoteBundleMaintainRequest_sync> 

Response would contain the result of the above operation.

In case of successful execution, the response would contain the Customer Quote ID and UUID.

The following is the response for successful execution of the above request.

Response

<nm:CustomerQuoteBundleMaintainConfirmation_sync xmlns:nm="http://sap.com/xi/SAPGlobal20/Global" xmlns:prx="urn:sap.com:proxy"> <CustomerQuote> <ChangeStateID>20121211062856.7192640</ChangeStateID> <UUID>00163e02-86fa-1ed2-90eb-8122c5b94ae3</UUID> <ID>611</ID> </CustomerQuote> </nm:CustomerQuoteBundleMaintainConfirmation_sync> 

In case of failed execution, the response would contain error message(s).

SourceCode.png

 

 

     <2>according my system i changed some attribute Here is my code: My user is Administrator

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global">

   <soap:Header/>

   <soap:Body>

      <glob:CustomerQuoteBundleMaintainRequest_sync>

<CustomerQuote>

  <BuyerID>ITPR</BuyerID>

  <Name languageCode="EN">New Order</Name>

  <Item>

   <ItemProduct>

   <ProductInternalID>16666</ProductInternalID>

    <UnitOfMeasure>EA</UnitOfMeasure>

   </ItemProduct>

   <ItemScheduleLine>

     <Quantity unitCode="EA">6</Quantity>

    </ItemScheduleLine>

  </Item>

</CustomerQuote>

       </glob:CustomerQuoteBundleMaintainRequest_sync>

   </soap:Body>

</soap:Envelope>

MyCode.png

<3>.My test result arrive with an error message:Authorization role missing for service!

Result.png

What does "Authorization role missing for service" mean? Can anybody help me?

Thank you!


How to rename a field on standard screen?

$
0
0


Hi,

 

I want to rename an existing field on standard screen.Anyone have an idea about it?

 

 

 

 

 

 

Regards,

Vijaya Chavan

Full eCommerce Functionality with Magento Connector for SAP ByDesign / Business One

$
0
0

Now more than ever before, maintaining a competitive edge require consistently delivering your products faster, cheaper, and more conveniently - all without increasing prices.  This is typically done via eCommerce, and in fact the term "eCommerce" is today's most commonly-used term in the internet world.  And what's cooler is that eCommerce used to be only something that big corporations could pallette from both a bandwidth and cost perspective.  This notion was also true for ERP platforms.  But, no more.  Many of you reading this post may have heard of SAP and the offerings they have for small-midsize businesses; and many of you may have heard of Magento.  But were you aware that the solutions like SAP Business One and SAP Business ByDesign can be fully integrated with a Magento online storefront/shopping cart?  What is the integration called?  Navigator iConnect.

 

What does it do?

The eCommerce iConnect for SAP Business One provides a seamless mthod to completely integrate your SAP Business One system with your current or future eCommerce website.  Through this connection, orders from your website will automatically be loaded into your SAP solutions - accompanied by an alert letting you know an order has arrived.

Furthermore, as briefly mentioned above, this connection leverages the best-of-breed functionality of SAP for small business and proven eCommerce packages, namely Magento and Yahoo! store.  Simply put, now there's no need to settle for a non-funtioning website or a less powerful, less powerful ERP system.  This connector enables the fullest of world-class functionality, and the seamless sharing of data between the two. 

Diving deeper, the Magento/SAP integration enables you to input full features lists, thus enabling complete synchronization of item master records, pricelists, special/volume pricing, item inventory, sales taxes, business partners, orders, deliveries, shipping & tracking, and credit card payments. 

 

So what's the catch?

Simply put, there isn't one besides you just contacting Navigator  With the SAP/Magento integration, there is no need to customize your website to accommodate iConnect.  Whether you already have a online storefront, or your need to create one, the iConnect tool is a simple, two-way connector/translators between your SAP system and the eCommerce website.  Also, if you have not made the leap to ERP, and you have not set up your online store, Navigator can guide you and assist you the purchasing, implementation, and training of such, making your online business churn & burn quicker, and your business delivering more profitability to your bottom line than ever before; simply due to using two world-class solutions that now work together to build your business.

A proble with CTI(Computer Telephony Integration)

$
0
0

Hi guys:

            I meet a new problem,hope someone can help me .Here is my problem:

     1.First let's see the definition:

                                  Definition.png

Here is the content:Inbound calls are achieved using a parameterized URL that your client-side application passes to the SAP Cloud for Customer CTI Client Adapter. This allows the call attached data to display in the Live Activity pane in the solution.

2.Second,The document give us an example:

            example.png

according to my system,i changed this url to : http://localhost:36729/?CID=BCM1234&BP=1000878

   

data.png

3.last.I open the CTI adapter,and input the url.here is the result:

Result.png

my question is: why there is no data showing in the Live Activity pane in the solution.Is something wrong with my steps?

Best Regards

chaowei.

Session Timeout

$
0
0

Dear Experts

 

How long is the session timeout by default of ByD?

And, is it possible to configure the session timeout by myself?


Regards,

Ichida

Parent and owner field on Account gives error read-only

$
0
0

We have Integration with backend ERP with C4C solution. We want to populate the Owner and Parent account field of Account through custom partner functions through HCI. We get the error that field is read-only.

 

We have not been able to do so  and any pointers to do that is appreciated.

 

If above is not possible we are thinking to get the values in a custom field on Cloud and then do studio development to populate the Owner and Parent Account field using Cloud development. When we try that , the error we encounter says field is Read-only.

 

Regards

Apoorva

Change properties of custom field in a standard Quick create

$
0
0

Dear all,

 

I have created fields in xBO of opportunity. I have successfully added that in Standard Quick Create of opportunity.

 

Now i want to make that field as OVS! but its not allowing me to change! as it comes from LOWER LAYER! now the workaround what we can think of is create a custom EC add that field and assign that in my quick create but this would be too lengthy process!

 

is there any way we can achieve this?

 

Regards,

Dhruvin

Create a Query with Defaultset where I can pass data dynamically

$
0
0

Hi guys,

 

I want a feature like My Accounts in one of my OWL but where can I pass DYNAMIC data ( for exapmple current user's uuid or something).

 

I have created OWL for my xbo of my account and i am already passing a static value in a field . please refer below screen shot

 

OWL Query.JPG

Now as I want similar functionalit y just as My accouns I have added Employee resposible in one of the parameter in query. pllease refer below screen shot.

 

querry1.JPG

now i have created another default set but i dont think so we can dynamically pass Current user's id or uuid into that... So that i can achive similar functionality as My Account..

 

My building default ser.JPG

any one can guide on that thanks in advanced


Timesheet Record

$
0
0

Hi Experts

 

A customer will be using a 3rd party product to record time against a project, we will be using Excel Import sheet to imports the values against projects in ByD which is working fine.

 

My question is it possible to lock the values in ByD after import. We are wanting the 3rd party time recording system to be the master record.

 

Thanks in advance

Authorization role missing - soapUI testing of web services

$
0
0

Hi All,

 

New to the ByDesign Studio and starting to work with ByDesign out of the box web services. Following the example in the Studio documentation I am using soapUI 4.5.1 to perform some basic testing. Our tenant is a partner development tenant 4.0

 

Working with a sample to query for customers by communication data. In this case by email address,

 

Setting endpoint to

 

https://myXXXXXX.sapbydesign.com/sap/bc/srt/scs/sap/querycustomerin?sap-vhost=myXXXXXX.sapbydesign.com

 

with credentials of Initial User (also tested with a user set up with developer rights) - authentication type set to 'Preemptive' in soapUI

 

Sample request:

 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global">
   <soapenv:Header/>
   <soapenv:Body>
      <glob:CustomerSimpleByCommunicationDataQuery_sync>

  <CustomerSimpleSelectionByCommunicationData>

  <!--Zero or more repetitions:-->
            <SelectionByEMailURI>
               <!--Optional:-->
               <InclusionExclusionCode>I</InclusionExclusionCode>
               <IntervalBoundaryTypeCode>1</IntervalBoundaryTypeCode>
               <!--Optional:-->
               <LowerBoundaryEMailURI>abc@xyz.com</LowerBoundaryEMailURI>
             
            </SelectionByEMailURI>
         
         </CustomerSimpleSelectionByCommunicationData>
        
         <ProcessingConditions>
            <!--Optional:-->
            <QueryHitsMaximumNumberValue>10</QueryHitsMaximumNumberValue>
            <QueryHitsUnlimitedIndicator>true</QueryHitsUnlimitedIndicator>
         
         </ProcessingConditions>
  
      </glob:CustomerSimpleByCommunicationDataQuery_sync>
   </soapenv:Body>
</soapenv:Envelope>

 

 

The response I get back is:

 

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">

   <soap-env:Header/>

   <soap-env:Body>

      <soap-env:Fault>

         <faultcode>soap-env:Server</faultcode>

         <faultstring xml:lang="en">Authorization role missing for service "ServiceInterface http://sap.com/xi/AP/FO/BusinessPartner/Global QueryCustomerIn &lt;default> &lt;default>", operation "Operation http://sap.com/xi/AP/FO/BusinessPartner/Global FindSimpleByCommunicationData" (UTC timestamp 20130326091315; Transaction ID 00163E0317891ED2A5BEAC74A09954CB)</faultstring>

         <detail/>

      </soap-env:Fault>

   </soap-env:Body>

</soap-env:Envelope>

 

Any ideas? It looks like my user credentials do not have the correct permissions to access web services? I have trawled the help and cannot find anything relating to permissions for web service access.

 

Thanks in advance

Jon

SAP Business ByDesign and Archivelink

$
0
0

Hi there SAP community,

 

does SAP Business ByDesign work together with SAP Archivelink?

Or is there any other kind of interface available in order to connect SAP Business ByDesign together with a third party DMS provider?

 

Best regards,

Sam

Is Daily Revenue Recongition Possible in BYD?

$
0
0

If we want to do Daily revenue recognition, what is the best way. Scenario is we have a support contract for 1 year (365 days) which you bill up front and/or on a monthly basis but want to be able to recognize the earned revenue at any time not just at the end of the month – is this possible? Can you do daily revenue recognition so at any time during the month you could look at your deferred revenue and/or earned revenue and see what is correct amount for that period in time? Please advise if this is possible and if so, how to do it? Is it just in the setup of the contract/service entitlement or do you have to do a rev rec run each day?”

Quickest way to delete all the records in a BO ?

$
0
0

I want to provide the user a way to clear out a custom BO.

 

I created a mass-enabled script to DeleteAllRows.

 

However the OWL selection screen was only single-row method, and the script only 1 row.

 

My next to-do is to do a retrieve and loop thru with the command to delete.

 

If there is much better method, please advise.

CTI Connector project SAP Cloud for Customer

$
0
0

Hello Experts,


I am searching for the CTI Connector project used for enabling outbound calls as it is described in the SAP Cloud for Customer CTI Guide:

 

"Download the CTI Connector project from the SAP Service Marketplace and install it."

 

Unfortunately, I didn't find anything at the SAP Service Marketplace.

Can anybody help me with that?


Thanks & Regards,

Daniel


Extension Scenario Problem

$
0
0

Hi, experts,

     I created a scenario (SalesOrder -General Information to Invoice Request-General Information)

     And I extended a field to SalesOrder with that scenario and referenced that field in CustomerInvoiceRequest.

     I saved a sales order with some data in the extended field and I created a down payment from that sales order.

     I wanted to carry the extension value from Sales Order to Customer Invoice Request when  I create the down payment from a particular Sales Order.   

     But the extension field's data is lost in the result down payment.

     The extended field value did not show up in the down payment.

     What should I do about this? I don't know why.     

 

      Any tips??

Regards,

Fred


Any Help on PDF Form Genration

$
0
0

Dear Experts,

 

I have couple of doubts!

 

1. Is Summary Button in Account TI displays a PDF is it a factsheet or a form?

2. How do i achieve similar functionality  with my Custom Button? I needed user to see the Custom PDF.. so any help for that or a tutorial will be a greate help.

 

P.s : Working on XBO

 

Regards,

Dhruvin

Can we copy the entire standard fact sheet and make it custom for extension BO

$
0
0

Dear all,

 

I have created an extension for account. Now i want to create the Factsheet including the data from xbo and want to remove some standard fields as well.

 

but is it possible to copy or make the standard factsheet as template and we can make our own factsheet with addtional details?

 

If yes plz suggets how , if no then if any can help me creating with How-To guide for factsheets!

 

Thanks in advanced!

 

Regards,

Dhruvin

A proble with CTI(Computer Telephony Integration)

$
0
0

Hi guys:

            I meet a new problem,hope someone can help me .Here is my problem:

     1.First let's see the definition:

                                  Definition.png

Here is the content:Inbound calls are achieved using a parameterized URL that your client-side application passes to the SAP Cloud for Customer CTI Client Adapter. This allows the call attached data to display in the Live Activity pane in the solution.

2.Second,The document give us an example:

            example.png

according to my system,i changed this url to : http://localhost:36729/?CID=BCM1234&BP=1000878

   

data.png

3.last.I open the CTI adapter,and input the url.here is the result:

Result.png

my question is: why there is no data showing in the Live Activity pane in the solution.Is something wrong with my steps?

Best Regards

chaowei.

Full eCommerce Functionality with Magento Connector for SAP ByDesign / Business One

$
0
0

Now more than ever before, maintaining a competitive edge require consistently delivering your products faster, cheaper, and more conveniently - all without increasing prices.  This is typically done via eCommerce, and in fact the term "eCommerce" is today's most commonly-used term in the internet world.  And what's cooler is that eCommerce used to be only something that big corporations could pallette from both a bandwidth and cost perspective.  This notion was also true for ERP platforms.  But, no more.  Many of you reading this post may have heard of SAP and the offerings they have for small-midsize businesses; and many of you may have heard of Magento.  But were you aware that the solutions like SAP Business One and SAP Business ByDesign can be fully integrated with a Magento online storefront/shopping cart?  What is the integration called?  Navigator iConnect.

 

What does it do?

The eCommerce iConnect for SAP Business One provides a seamless mthod to completely integrate your SAP Business One system with your current or future eCommerce website.  Through this connection, orders from your website will automatically be loaded into your SAP solutions - accompanied by an alert letting you know an order has arrived.

Furthermore, as briefly mentioned above, this connection leverages the best-of-breed functionality of SAP for small business and proven eCommerce packages, namely Magento and Yahoo! store.  Simply put, now there's no need to settle for a non-funtioning website or a less powerful, less powerful ERP system.  This connector enables the fullest of world-class functionality, and the seamless sharing of data between the two. 

Diving deeper, the Magento/SAP integration enables you to input full features lists, thus enabling complete synchronization of item master records, pricelists, special/volume pricing, item inventory, sales taxes, business partners, orders, deliveries, shipping & tracking, and credit card payments. 

 

So what's the catch?

Simply put, there isn't one besides you just contacting Navigator  With the SAP/Magento integration, there is no need to customize your website to accommodate iConnect.  Whether you already have a online storefront, or your need to create one, the iConnect tool is a simple, two-way connector/translators between your SAP system and the eCommerce website.  Also, if you have not made the leap to ERP, and you have not set up your online store, Navigator can guide you and assist you the purchasing, implementation, and training of such, making your online business churn & burn quicker, and your business delivering more profitability to your bottom line than ever before; simply due to using two world-class solutions that now work together to build your business.

Prevent automatic release of intercompany project

$
0
0

Hi,

 

Currently, when an intercompany project is created from a sales order, it is automatically released. The user does not have a chance to change the project ID due to this behavior. Is there any way to prevent this from happening i.e., the project should be created in In Planning status till it is manually released. I did not see any scoping or fine-tuning to achieve this. Thanks in advance and please let me know if more details are needed.

 

Regards,

Harish Toppae

Viewing all 2194 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>