Quantcast
Channel: SCN: Message List
Viewing all 8851 articles
Browse latest View live

Resource capacity by product - SNP

$
0
0

Hello Guru's,

 

Can we restrict a resource capacity utilization based on material?

 

For Eg : Product A should only use 20% of capacity and product B uses 80% of the capacity.

 

Regards,

Nick


Algorithms available in EIS

$
0
0

Hi,

 

Please share the algorithms available in EIS to calculate safety stock, service level etc. I want to understand how these are different than that available in APO.

 

regards,

 

Mohit

Data encryption during interface

$
0
0

I am not sure i am posting in the right place. During interface from Ariba(or any system) to SAP, my client is asking is the all the data is encrypted ? as per the document, data is transferring in 256 RSA bit encryption and data is transferring through HTTPS. But i don't know the data is encrypted ? If the client required all the data to be encrypted what are the options ? Thanks, Narayan

Re: SP for block discount at GRPO

$
0
0

Hi

 

Can you explain little more, the discount always should be 0 or should not edit the value which is copied from the PO.

 

 

Cheers

Data encryption during interface

$
0
0

I am not sure i am posting in the right place. During interface from Ariba(or any system) to SAP, my client is asking is the all the data is encrypted ? as per the document, data is transferring in 256 RSA bit encryption and data is transferring through HTTPS. But i don't know the data is encrypted ? If the client required all the data to be encrypted what are the options ? Thanks, Narayan

Re: Hana Cursor Issue:  Not able to use declared variable name "CardName" inside Cursor and getting this error while calling store procedure.SAP DBTech JDBC: [1287]: identifier must be declared: CARDNAME

$
0
0

Hi,

 

This is not a original code. Actually i am getting error in my original code which is very complex and i just replicate same case scenario as it in my original code from where i am getting error. So, i am not trying to get any result and i just trying to know why it is throwing exception from WHERE clause of SELECT statement of CURSOR while it is working fine in sql. I just trying to know Hana Cursor behavior and don't expecting any result from the code because its not my original code. May be its Hana Cursor bug or something else.

 

Regards,

Dirghayu Rajbahak

Re: Enhancement while Posting from MM to FI

Re: How do you have multiple parameters for a dimension set?

$
0
0

HI,

 

You can click on the " Use advanced editor" and attach the excel file.

 

Sceenshot1.png

Thanks,

Sudarshan


Purchase Order Printout history logs

$
0
0

Hi,

 

I need to know how many time the PO has been printout.

 

I know by using SE16 I can know who print the PO, but I need to know the number of times which was print it.

 

if this was raised and posted before please guide me.

 

thanks,

Re: AddressSnapshot: node PostalAddress versus association PostalAddress?

$
0
0

Hi Christian,

 

Association name has same name as node, this is the default setting, but the association name can be different.

 

1) Node:

Node could be declared as variable to hold the association result:

 

Ex:

Node.png

 

2) Association:
Association is when you try to navigate across nodes using the dot operator:
Ex:

 

Association.PNG

 

Note: Here, node variable paddr2 is used to hold the association result.

 

3) Example for different association names:

In the below example there are two associations BillToParty and BuyerParty on SalesOrder Root node, here the assoication names are different, and the target node is party, we could use the same node to hold both the associations result:

 

Associations.PNG

 

Thanks, Pradeep.

Re: Deletion of Deployment PReqs before planning in APO

$
0
0

You are correct. SNP will not delete deployment req's.  That is by design.   You should convert these into STO's.  If the demand goes away, how will the system know w/o replanning?

 

So if you need to, you will need to run a job to delete all open deployment STR's.  But then you will need to recreate the ones that will need to be converted into STO's.  How will you determine this?

 

Ken

Re: Error: S& 150 Updating could not be completed while creating Classic PO from selected BID

$
0
0

Hi Kanagraj,

 

Usually the "S&150 updating could not be completed" error is shown whenever system is unable to trigger the message type properly in the back-end PO which is being created via SC/bid.

 

For ex: if the message type settings are maintained as "external send" for the vendor in the back-end system, then please check the email id of the vendor etc.

 

Hope this helps!

 

Regards,

Ajay

Package , checked out conflicting error

$
0
0

Hi experts,

I accidentally deleted a package from the repository workspace that was checked out . The package didn't get deleted but is showing the below error  : -

 

error conflicting.png

How do i delete this package ?

how to get the error message from back-end when using the odata CURD?

$
0
0

Dear friends,

         When we use odata to connect the back-end system like this:  when the get_entity method return a error message, how Do we get the specific message form back-end. in the error function, we can get the response.body, but that was the long string, like this :

 

<?xml version="1.0" encoding="utf-8"?><error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><code>/IWBEP/CM_MGW_RT/020</code><message xml:lang="en">Resource not found for segment 'Product'.</message><innererror><application><component_id/><service_namespace>/SAP/</service_namespace><service_id>ZFCRM_ORDER_CREATE_SRV</service_id><service_version>0001</service_version></application><transactionid>572BCB13C69E2F17E10000000A7A0B2D</transactionid><timestamp/><Error_Resolution><SAP_Transaction/><SAP_Note>See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)</SAP_Note></Error_Resolution><errordetails><errordetail><code>/IWBEP/CX_MGW_BUSI_EXCEPTION</code><message>Resource not found for segment 'Product'</message><propertyref/><severity>error</severity><target/></errordetail></errordetails></innererror></error>

 

 

My controller code:

var filter = "ProductSet(Dischannel='" + Dischannel +"',Salesorg='" + saleorg + "',Productid='" + product + "')";

  porductOdata.read(filter,null,null,false,

  function(oData){

     that.getView().byId("Description_id").setValue(oData.Description);

  },

     function(oEvent,response){

      str = oEvent.response.body;

      alert(msg);

     }

  );

 

back-end message:

 

MESSAGE E010(ZFIORI_ORDER_MSG) INTO LV_MSGTXT

          WITH 'Product'.

Re: Costing issue

$
0
0

Hi Aryan

 

I think there is no proper costing link to get system generated cost. Only option is update mat Master by manual cost estimation in place of 0.01 then GR will be posted at that cost. If you have many materials then make a Z-program and update as  and when required.

 

Do not find any SAP solution..may be other can provide some work around.

 

 

Kamal


Re: Tables used in SCU3 transcation

$
0
0

SCU3 transaction is for program RSTBHIST, have a look at it. Why do you need to write a program when standard is already there by the way.

Re: Intercompany Integration Solution for SAP Business One

$
0
0

hi kennedy,

 

like to ask, as per the admin instruction for the installation of interco solution there is

You have Microsoft® Office 2010 or 2013 installed

 

Can I install Microsoft Office 2016?

 

Thank you!

Re: Issue with the Inventory cube query

$
0
0

Hi,

 

Did you try "generate report" in RSRT?

 

Also, check if there is any problem in backend tables? try to see if the technical UID of the said component is missing or has duplicate entry etc?

 

Hope this helps.

 

-Swati.

Re: Tables used in SCU3 transcation

$
0
0

Hi Mohammad,

 

My requirement is to get table log from one system to another sap system. So i thought of using RFC Function module - RFC_READ_TABLE and pass the table name and date as input parameter.

 

So if i could get the table name which is used to fetch table log then it would be easy to use in the FM.

 

Or is there any idea to achieve the requirement. Please guide.

Re: Java Null Pointer Exception in Mail Adapter

$
0
0

Hi,

   Has any one found any solution to this. ?  i am getting this error randomly. Things work fine and suddenly this error is thrown.

Viewing all 8851 articles
Browse latest View live




Latest Images