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

Re: POWL refresh is slow in TM

$
0
0

If the issue is because of the huge number of records, then in TM it is possible to split the queries. In the current project we have different queries of STO, SO, PO etc.. Even in SOs queries are split based on mode of transport, source location, dates etc... Secondly, we removed unnecessary columns from the list. It greatly improved the performance (including initial query and refresh)

This needs to be done at some point of the time in the project. The records are gonna build up and having a query for the entire records as default is not a viable solution.

Note: This doesn't address the issue of POWL takes too much time to query, when the number of records are small.


Re: Ticket view: How to save and publish new queries

$
0
0

Abilon,

 

1.  Edit the master layout

2.  All ticket from filters ( 1 in screenshot below )

3. Click on Show all filters ( 2 in screenshot below )

4. Input the value for fields

5. Select any field for adding the query ( 3 ) in screenshot below

Query on ticket.png

Now add the query name here in below screen and name it as per your requirement:

 

Ticket - Query 1.png

 

 

Regards,

~anil

Re: Shipment block possible?

$
0
0

Is this specific to SAP TM? By shipment do you mean ECC shipment or TM Freight document?

Re: When is the SAP support for PI 7.1 ending

SAP HANA XSDS with transaction handling

$
0
0

Hi,

 

 

I'm looking for information / example how to handle transaction using SAP HANA XSDS feature.

I've defined 2 tables as CDS entities in a .hdbdd object.

 

 

 

Entity TABLE_A {

 

  key id     : ty_id;

  key userId : ty_userId;

  data   : ty_longText;

};

 

 

 

Entity TABLE_B {

 

  key Id     : ty_id;

  date   : ty_dateTime;

};

 

 

 

 

in the .xsjs file I have the following code:

 

 

var TABLE_A = XSDS.$importEntity("mypackage", "myschema.TABLE_A",{

    id: { $key: "\"myschema\".\"mypackage::TABLE_A_ID\"" }

});

 

 

var TABLE_B = XSDS.$importEntity("mypackage", "myschema.TABLE_B",{

    id: { $key: "\"myschema\".\"mypackage::TABLE_B_ID\"" }

});

 

 

var tablea;

var tableb;

 

 

tablea = new TABLE_A({   userId: sessionUser, data: _data });

tableb = new TABLE_B({   date: new Date() });

 

 

TABLE_A.$saveAll([tablea]);

TABLE_B.$saveAll([tableb]);

 

 

The code works ok but I don't know how to handle the two save operations in  a transaction and revert back if one of them fails.

Is it possible to create communication channels in SAP PI without using Excel utility?

$
0
0

Is it possible to create communication channels in SAP PI without using Excel utility,probably using Notepad or some other way out?

Re: Restrict RFC's to invoke from the excel File.

$
0
0

Hi Vaibhav,

 

restrict with different user authorization?

 

BR,

Lalio

Re: Is it possible to create communication channels in SAP PI without using Excel utility?

$
0
0

Hello Rajat,

 

You trying to creating create a channel in Integration directory?


Re: C4C - Hybris Integration

$
0
0

Hello Vishnu,

 

First you need to create a code list mapping group and then maintain the code list mapping values, before you can assign it to a communication arrangement.

 

Please follow the steps below.

 

In the Business configuration work centre enter the search term as code list as shown below

Find CL_MAP.PNG

Click on the maintain code list mapping groups to create a new Group

 

Add a new entry by providing a Group no and a description.

Maintain CL_MAP_GRP.PNG

Save and Close

Now click on Maintain code list mapping

 

  1. In the Code List mapping Definition click on Add Row.
  2. In the mapping group select the mapping group you created earlier
  3. For the local data type enter AddressRepresentationCode from the namespace http://sap.com/xi/AP/Common/GDT(you can use F4 help to select the correct data type)
  4. Under the Code List Mapping rule select Map individual codes as the mapping rule for the above data type and click on Missing Code mappings button to select the code list mapping from the Mapping proposals

 

it should look like below

Maintain CL_MAP_AR.PNG

Similarly add the following data types

Data Type     NameSpace

 

CountryCode - http://sap.com/xi/AP/Common/GDT

FormOfAddressCode - http://sap.com/xi/AP/Common/GDT

TimeZoneCode - http://sap.com/xi/AP/Common/GDT

 

For the above 3 data types the mapping rule should be set to Local And Remote Codes Are Equal

 

Save and close the Code List mapping.

 

Now you should be able to use this value mapping group in your communication arrangement.

 

Soon we will be providing a SAP Note and in the next release the mapping group should be the part of standard release

 

Best regards, Abinash

Re: ECC-PI

$
0
0

Hello Pradeep,

 

Its cleary because of mapping.Did you run the payload in ESR and check?

Re: Not able to approve supplier invoice through workflow

$
0
0

Hi ,

 

Are you able to successfully release the supplier invoice workitems directly from the backend? If the error you mention occurs on trying to release the invoice from the SAP Inbox itself, then the same would also not work from the Fiori app.

 

Regards,

Saurabh

Re: I Cannot see the values of the Approval Status Sales Quote.

$
0
0

Hi Pablo,

 

Have you checked the GDT file?

 

Anyway, Approved is 4, and Rejected is 5.

 

Best Regards,

Dror.

Funds Management (FAGLFLEXA & FMGLFLEXA)

$
0
0

Hello Guy's,

 

We activated Funds Management all was well but their are some transactions with document numbers appearing in FAGLFLEXA but not in FMGLFLEXA. Same documents are appearing in our TB but not in the line items, kindly advice on the solution. Should i delete the transactions in FAGLFLEXA and what are the implication.

 

Thank you

Re: What are the roles of BW guys in a BPC project?

$
0
0

Hi Vadim,

 

BPC team said they implemented STANDARD (CLASSIC)..They are now doing the "consolidation" part only..The "planning" part may be next phase..

 

Thank you..

 

Loed

SAP UI5 - How to proceed with development?

$
0
0

Hi

 

I'm new to UI5 and been tasked with a project to design UI for SRM related requirement. So to start with I searched SCN but still not clear if i need all the below tools for the ui5 development:

 

  • Eclipse Juno Latest :
  • Tomcat Apache (Server) or Netweaver Portal CE 7.3 for deployment
  • SAP UI 5 Plug-in installed in SAP NetWeaver Developer Studio/Eclipse.
  • HTML5 browser support (Works best in Google Chrome)
  • Install UI5 Tool kit from this link :

 

Cant we perform the development just with SAP NetWeaver Developer Studio and UI5 tool kit?

 

Not much of post is very specific and hence needed clarity on this.


Re: How to Clear Deleted Material From MARA table

$
0
0

MM70 is just an entry into a screen of at least 4 different steps, you may have missed a step, or those steps were not successful, you should check your logs and spool files

Re: Clear statment with multiple line item

$
0
0

Hi Monika,

 

Thanks for your reply..

 

This is my code,

 

select EBELN WERKS AEDAT from EKKO into IT1 where EBELN in SO_EBELN.

 

*two records has been selected

 

loop at IT1 into WA1

 

select EBELN MENGE BWART from EKBE into WA2 where EBELN = WA1-EBELN and BWART = 101

 

*two records has been selected

 

if sy-subrc = 0.

 

wa_collect-ebeln = wa1-ebeln.

wa_collect-netwr = wa1-netwr.

wa_collect-menge = wa3-menge.

 

end if.

 

collect wa_collect.

 

write : wa_collect-ebeln, wa_collect-netwr, wa_collect-menge.

 

endloop.

 

 

here, total values of netwr and menge has been multiplied by two. so, where i have to use clear.

 

please suggest me.

 

Rgds,

Ganapathi Raman P

Re: WBS Masking series

$
0
0

Archiving older Projects will help clear the codes for reuse

 

Regards

Vittal

Re: No infotype 0041 exists for personnel no. 00000014 - Quota

Re: Problemas com a função /XNFE/CTE_TRANSFORMER após atualização do GRC NFe10 do SP18 para SP22

$
0
0

Eduardo, essa função era utilizada para a leitura e tratamento do XML em nosso GRC, dados estes que na sequência são transmitidos (LT_STRUCTURE) para o nosso ambiente ECC no qual serão utilizados por alguns processos de logística e fretes.

Obs.: Essa função é chamada dentro de um Z que é executado via JOB.

Viewing all 8713 articles
Browse latest View live




Latest Images