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

Re: AseBulkCopy.WriteToServer fails when target is a non-nullable UDT

$
0
0

Hi Nick,

 

I picked the incident and added the CR. We will create a KBA and somewhere I will make a note to update this blog when it gets fixed.


SAP S/4HANA

$
0
0

Hello All,

 

Any idea SAP S/4HANA will come with APO DP, SNP and PPDS and Simple manufacturing.

 

When all the training courses will be available for SAP S/4HAN Simple manufacturing

 

Thanks

Parves

Re: Simple Question

$
0
0

Cliff, happy to help. All dataflows in Data Services attach an operation code to every row of data. By default, this is the NORMAL operation code (which acts like an insert). The Table Comparison transform:

 

1) Joins incoming and lookup data by the input primary keys

2) Compares rows in the comparison columns

3) If no change is present, the input record is not sent out of the table comparison transform at all

4) If a change is detected in the comparison columns the operation code is changed to update

5) Assuming you connect the Table Comparison transform directly to the target table, the keys of the target table are used to perform the update, which are done 1 by 1.

 

In short, there is no need to create another step to perform the updates.

 

Let's say we have this data:

 

Source     Target

1, ABC     1,ABC

2, DEF     2,EFG

 

The result of running this data through the Table Compare would be 1 row with an operation code of UPDATE. The first record, since it is identical, would be removed from the output of the Table Comparison transform.

 

You are correct, no History Preserve transform, no Slowly Changing Dimension Type 2

 

Alexei

CRB Integration: CRM-ISU

$
0
0

Since there seem to be a new post every day for basic setup of ISU integration with CRM, here is one thread which provides links to the documents in the service marketplace and elsewhere.

 

Most of these documents are directly available at the Utilities page on the Service Marketplace https://service.sap.com/utilities

 

Choose 'SAP for Utilities - Product Information' then 'SAP CRM for Utilities' and lastly click on 'Cookbooks & Guidelines' as shown below

svcmkt.png

New 12-15-2013

CRM for Utilities Overview

https://service.sap.com/~sapidb/002007974700000213002013E/CRM_Utilities_2013.pdf

 

New 03-27-2013

WebClient UI Style Guidelines - great resource for understnading how to develop user interfaces in ICWC

http://www.sapdesignguild.org/resources/uiguidelines.asp

 

New 06-14-2012

Best Practices - Setting Up a Best Run Interaction Center with SAP for Utilities

https://service.sap.com/~sapdownload/011000358700000669512012E/SettingupaBestRunIC.pdf

 

New - 05-14-2013

The Utilities Check Cockpit

This link only works for internal SAP folks, sorry.  https://service.sap.com/~sapdownload/011000358700001040272011E    

Here is link for the help for the check cockpit. Utilities Check Cockpit - Functions for the Utilities Industry - SAP Library

 

 

New - 11-14-2011

 

Link: [Defining Products and Packages|https://service.sap.com/~sapdownload/011000358700001236052011E/Pakete_Definition_e.pdf]

 

Link: [Selling products and packages|https://service.sap.com/~sapdownload/011000358700001235842011E/Pakete_Verkauf_e.pdf]

 

Link: [Products and Product Packages|https://service.sap.com/~sapdownload/011000358700001424402010E/Final-Produktpakete_EN.pdf]

 

Link: [Error handling with replication of contracts and TMD|https://service.sap.com/~sapdownload/011000358700004455162003E/Errorhandling_IS_U_CRM_e.pdf]

 

Link: [Using ISU Master Data Templates|https://service.sap.com/~sapdownload/011000358700000623432005E/Cookbook_MDT_e_140507.pdf]

 

Link: [ISU Setup Load Guide for Business Agreements/Contract Accounts|https://service.sap.com/~sapdownload/011000358700001088262009E/SDG_busagrmnt_contrtacc_e.pdf]

 

Link: [ISU Setup Load Guide for BP relationships|https://service.sap.com/~sapdownload/011000358700000347572009E/SLG_GP_rel_Partner_roles_e.pdf]

 

Link: [ISU specific Business Partner Load Setup|https://service.sap.com/~sapdownload/011000358700001064192007E/SLG_GP_ISU_V2.pdf]

 

Link: [ISU-CRM Contract Integration - Contract Management|https://service.sap.com/~sapdownload/011000358700001143442009E/ContrIntegr_021009_e.pdf]

 

Link: [ISU-CRM Marketing Integration|https://service.sap.com/~sapdownload/011000358700000503312010E/Cookbook_Marketing_2007_e2.pdf]

 

Link: [Master Agreements in Sales Processing for C&I|https://service.sap.com/~sapdownload/011000358700000159352009E/Rahmenvertraege_CRM2007_e.pdf]

 

Link: [Quotation Calculation in Sales Processing for C&I  https://service.sap.com/~sapdownload/011000358700000483592009E/Kalkulation_CRM70_Gesamt_e.pdf

 

Link: [Replication of BP Contacts to CRM Activities, Interaction Records|https://service.sap.com/~sapdownload/011000358700000646422009E/Replication_BP_Contacts.pdf]

 

Link: [Replication of Technical Objects - Connection Object, Premise, Point of Delivery|https://service.sap.com/~sapdownload/011000358700001988852008E/TechnicalObjets_KW_261108.pdf]

 

Link: [Archiving ISU/CRM Objects|https://service.sap.com/~sapdownload/011000358700000732942010E/Utilities_CRM_Archiving.pdf]

 

Link: [Utilities Process Framework|https://service.sap.com/~sapdownload/011000358700001113322009E/Utilities_Prozess_FW_en.pdf]

 

Link: [Replication of ISU Price data https://websmp103.sap-ag.de/~sapidb/012002523100013979982014E/MDG_PreisreplikFixpreis_e.pdf

 

Link: [Usage of ISU Consumption Profiles|https://service.sap.com/~sapdownload/011000358700000065322009E/Profile_e_final.pdf]

 

Link: [SAP Help - CRM with SAP for Utilities|http://help.sap.com/saphelp_crm700_ehp01/helpdata/en/46/66235fc77c453a8696f76c66e8014c/frameset.htm]

 

Link: [Performance of Initial Download from ERP into CRM for ISU|https://service.sap.com/~sapdownload/011000358700000101082010E/Perf_Initial_Download.pdf]

Re: Execute a job automatically when a source table got updated

$
0
0

I'd use Database Triggers for this. Put a trigger on all DML operations such as INSERT, UPDATE, and DELETE. The trigger can call a Web Service called Run_Batch_Job to fire the required batch job with the required parameters.

 

I believe this trigger calls a web service via a stored procedure, however, setting up triggers is certainly not my strong point. I can say that Run_Batch_Job runs really well to fire off Data Services jobs on an as-per-needs basis.

 

Alexei

Re: Changing datastore configuration at runtime

$
0
0

Is the structure of the Web Service the same in each case? I think it could be possible but it would absolutely require the WSDL to be the same with each Web Service or there would be failures.

 

Let me know if the WSDL is the same with each service and I'll write up a simple trial for you.

 

Alexei

Re: Issue with reading excel file -xlsx format using standard PI modules

Re: Mail form filter in Interaction Center

$
0
0

Hi Kamalika,

 

 

I think you may debug at following two methods to see if we can find any clue.

 

1.CL_PMLED_MA_ELBROLES_CTXT

   METHOD          / CREATE_BROLES

 

 

model = owner->create_model(

      class_name     = 'CL_PMLED_MA_ELBROLES_CN00'

      model_id       = 'BROLES' ).                          "#EC NOTEXT

  broles ?= model.

 

* initial setting for depandant model node

  coll_wrapper = mailform->get_collection_wrapper( ).

  TRY.

      entity ?= coll_wrapper->get_current( ).

    CATCH cx_sy_move_cast_error.

  ENDTRY.

  broles->on_new_focus( focus_bo = entity ).

 

 

 

2.CL_BSP_CONTROLLER2============

METHOD          / CREATE_MODEL

 

Table           M_MODELS should contain following two entries.

 

1 mailform ->{O:7265*\CLASS=CL_PMLED_MA_ELBROLES_CN01} Standard Table[0x2(16)]
2 broles ->{O:7273*\CLASS=CL_PMLED_MA_ELBROLES_CN00} Standard Table[0x2(16)]

 

Best Regards,

Bruce


Re: Order BOM

$
0
0

Dear Srikanth,

 

When MRP is being executed, the material BOM (Finish Product) will be exploded and thus system will propose the procurement or production quantity of the sub assembly.

 

Thanks

Karthik

Re: Simple Question

$
0
0

I think I understand the source of my confusion. Most transforms (e.g. query) have one or more inputs and one or more outputs.

 

Table comparison has the input (updates) and specifies a second input (the master table) in the properties of the transform.

 

For the output you have two options:

  • create a new flow. This will then create records with OP codes that show only the changes needed. This might then be consumed in a later CDC transform
  • link directly to the master table. In this case the output the changes are applied directly to the master.

 

I was thinking of this first type and not understanding the second type was possible.

 

Cheers

Cliff

Re: Change Labels of Segmentation Fields in Hybris Marketing

$
0
0

Hi Pratyasha,

 

Can you try clearing the cache once in the browser ?

 

Regards,

Nidhi

Re: Track Supplier Invoice app

$
0
0

Hi Grahame Collins,

 

Kindly find below for my system details.

 

Fiori app afftected is Track Supplier Invoice.

1234.png

 

Regards,

-Ben-

Re: Forwarding Settlement Document (Invoice Date) determination

$
0
0

Hi Deepan,

 

There is one BAdI can determine the invoice date of the FWSD.

 

1.png

 

Best Regards

Clark Huang

Re: Why do I need a batch to be classified?

Re: Condition to filter out rows

$
0
0

Hi,

 

Is your condition BALANCES = 0? Perhaps the rows marked in red were not hidden since you have a negative value in 2011 balance..But if you make your condition BALANCE <= 0 then rows marked in red will be hidden..Try it..

 

Regards,

Loed


Re: Tax code missing in billing document

$
0
0

Dear Monoj

Could you Please share the screen shot from V/08 ?

Delivery Monitoring

$
0
0

Dear Experts,

 

Good day!

 

I am creating a query in SAP B1 that will show me the list of deliveries with corresponding invoices. But upon executing this query, I notice that even though there's a Return or A/R Credit Memo created, it still shows the delivery document on the list eventhough this have been cancelled already. How can I make these delivery documents with Return of Credit Memo disappear from the list? Can someone help me on this?

 

SELECT T0.[DocDate] 'Delivery Date' , T0.[DocNum] 'Delivery #' , T2.[DocDate] 'Invoice Date' , T0.[CardName] ' Customer Name' , T1.[Quantity], T1.[ItemCode],

T1.[Dscription],T1.[Price],T3.[SlpName]

 

 

 

FROM ODLN T0

INNER JOIN DLN1 T1 ON T0.[DocEntry] = T1.[DocEntry]

INNER JOIN INV1 T4 ON T4.BaseEntry = T1.DocEntry AND T4.BaseLine = T1.LineNum

INNER JOIN OINV T2 ON T2.DocEntry = T4.DocEntry

INNER JOIN OSLP T3 ON T0.[SlpCode] = T3.[SlpCode]

 

WHERE T0.DocDate between [%0] and [%1]

 

GROUP BY T0.[DocDate], T0.[DocNum], T2.[DocDate], T0.[CardName], T1.[Quantity], T1.[ItemCode],

T1.[Dscription],T3.[SlpName],T1.[Price]

 

Thank you very much!

 

Ashley

Re: Post upgrade Intial Load & replication stopped

$
0
0

Hi Rahul,

 

To start with check the below :

 

- In CRM/ECC, SM59 make sure RFC connections are working fine for each other.

- Check table CRMRFCPAR in ECC for respective download object or * and for the respective CRM destination.

 

- Check for possible dumps in ST22 if any.

- Check where is the queue stuck CRM I/B or O/B or ECC I/B or O/B? Based on this further comments can be made.

 

Best Regards,

Shanthala.

Re: How to retain the Agentry delta changes even after resetting Work Manager client in the Production

$
0
0

No, as all changes are saved in the database, and that is fully cleared when you do a reset.

 

With the old win32 clients, you could save the "log" folder, but as everything is within in the database it isn't possible anymore.

 

The "log" folder only would work for transactions that are already created just not sent. With how the application logic is created now, the transactions are not created until the user transmits.

Re: Crystal Report for VS2013, data connection for Oracle

$
0
0

Hello Don,

 

Oh, yes, i see this before, all SP is fallen into the list of Qualifiers at a result, and not able to be selected.

 

 

ORA-24338:means statement handle not executed. However, SP can be viewed / executed thru ODBC / MS OLEDB.

 

- Andrew

Viewing all 8713 articles
Browse latest View live




Latest Images