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

GRC 10.1 User to Org structure assignment in ARM

$
0
0

Hello Experts,

 

Is it possible to do User to Org structure assignments at the end of the ARM request ?

 

ARM is used to Create/Change user and assign Roles to Users in child systems, but after user is created, is it possible to assign user to an Orgstructure Unit/ Position at the end of the assignment ?

 



Re: no repetir registro de cliente

$
0
0

Excelente, Gerardo. Aquí seguimos...

 

Saludos,

 

JC.

Re: CM01 logic for end routine loading 0PP_C13 (distributed)

$
0
0

Wow Mariano, that seems like an incredible amount of coding. In your experience are they any key includes or function modules that I can review.

Re: downloading SAP Kapsel

Re: Using a variable to specify contents of a specific field

$
0
0

Hi James,

 

I ran through the formula and it makes sense.  I displayed the results of Var1 it makes sense because Var1 will always match FSD_ID.

 

11-14-2014 2-14-35 PM.png

 

So now the question becomes, based on the sample data you supplied, how do you expect the results in your example?  I'm still not sure on how to get from Point A to Point B.  I do have an idea of what you want but I need more information on the layout of the report to give you a better answer.

 

Thanks,

Brian

Re: Blueprint for SAP BPC 10.0 for budget planning process

$
0
0

This is confidential information for each project so nobody will share it. However you can find useful info in this post Blueprint and in these slides http://www.scribd.com/doc/168019800/Bpc-10-Nw-Mega-Elite-Project-Delivery

A general structure used by Lucas as of the first post would be:

1- Overview

     1.1 Goals

2- Actual Situation (Actual Planning, if exist)

3- Proposal Solution

     3.1 Business Model (You can put here a flowchart explaning the macro flow, for example: Budget, data taken, forecast etc)

     3.2 Business Process Flow (Possible applications)

     3.3 Retraction (if exist)

     3.4 Currency

4- Business Model

     4.1 Budget

          4.1.1 Process

          4.1.2 Premisses

     4.2 Forecast

          4.2.1 Process

          4.2.2 Premisses

     4.3 Historical Data

5- Applications

(EXAMPLES)

     5.1 Sales

          5.1.1 Description

          5.1.2 Process

          5.1.3 Measures

          5.1.4 Dimensions

          5.1.5 Input Schedules

          5.1.6 Reports

     5.2 Costs

          5.2.1 Description

          5.2.2 Process

          5.2.3 Measures

          5.2.4 Dimensions

          5.2.5 Input Schedules

          5.2.6 Reports

     5.3 Taxes

          5.3.1 Description

          5.3.2 Process

          5.3.3 Measures

          5.3.4 Dimensions

          5.3.5 Input Schedules

          5.3.6 Reports    

     5.4 Cash Flow

          5.4.1 Description

          5.4.2 Process

          5.4.3 Measures

          5.4.4 Dimensions

          5.4.5 Input Schedules

          5.4.6 Reports

6- Considerations

     6.1 Organizational Structure

     6.2 Dimensions / Master Data

     6.3 Measures

     6.4 Input Schdules

     6.5 Reports

     6.6 System Configuration

     6.7 Interfaces

     6.8 Access Autorization / User Control

7- Out of Scope

Re: SAP PI Development Objects privileges SAP PI 7.4 java only

Re: Display Icon in WebDynpro ALV column

$
0
0

Hi Eshwar,

First of all you don't need to have to use cl_salv_wd_uie_image as a cell editor to display an icon. Because other cell-editors are also capable to display icons.

For instance, if you further want to trigger an action, when clicking the icon, you have to use a link_to_action cell editor, but instead to display a text as value you just add an image.

 

If you are using cl_salv_wd_uie_image use:

  • Method SET_SOURCE( path )
    • pass the MIME URL to your icon as value. e.g. '/sap/public/bc/icons/s_s_ledg.gif'
    • Using this method will display the same icon in all rows of your table
    • e.g. lr_...->SET_SOURCE( '/sap/public/bc/icons/s_s_ledg.gif' ).
  • or method SET_SOURCE_FIELDNAME( fieldname )
    • Use this method if you want to have different icon in each row
    • you have to add a new column to your table (e.g. name it ICON_PATH of type string) in which you add the MIME URL path for each row. (In field ICON_PATH you have to write the path of your icon for the specific row)
    • call lr_...->SET_SOURCE_FIELDNAME( 'ICON_PATH' )

Similar methods for other cell-editors like cl_salv_wd_uie_link_to_action are called:

SET_IMAGE_SOURCE( path) and SET_IMAGE_SOURCE_FIELDNAME( fieldname ).



Tip: Always check the classes you are using.


Regards

ismail


Re: Fixed Text+dynamic filename in file to file scenario- Request Help!!

$
0
0

Hi Nabendu,

 

Thanks for your quick reply.

 

But I'm not using ESR, I cannot use UDF.

 

Do you think its possible to achieve with file-to-file without mapping.

Re: "Hoy menos 30 dias"

$
0
0

Gerardo,

 

En lugar de T1.DocDueDate < ("hoymenos30días") usa esto:

 

datediff(dd,T1.DocDueDate,getdate()) > 30

 

Saludos,

 

JC.

Re: Load Reports with saved data twice not refresh data

$
0
0

Hi Filippo,

 

It's because of this line:

 

rpt = New ReportDocument

 

You are create a new report object so it's loading the report off of disk again.

 

What you want to do is refresh the data and then call report.refresh. Make sure all values are filled in or it may prompt for missing info.

 

Due to caching you may need to close the first report and reload it again and then do what ever to set to the data source etc..

 

Don

Re: Pagos parciales proveedor

$
0
0

Revisa en las pestañas de Determinación de Cuentas de Mayor algunos conceptos contables como "Diferencia por tipo de cambio" y posiblemente no tienen una cuenta asignada. De ser así, consulta con tu área contable qué cuentas deben fijar para estos conceptos.

 

Te recomiendo crear nuevos posts para casos nuevos, aún cuando estén relacionados.

 

Saludos,

 

JC.

Not able to display a sap.m.Page inside the content of another Page

$
0
0

Hello Friends/Gurus,

 

In one of my projects, I am trying to place a page inside the content of an outer page.

Unfortunately the output is not what I expected. Only the footer content of the outer Page is displayed and nothing else.

I have created an example at JS Bin - Collaborative JavaScript Debugging&lt;/title&gt;  &lt;link rel=&quot;alternate&quot; type=&quot;application/jso…

 

Even the title and header content of the outer page is not displayed even though it is available in DOM, please see the picture below

 

 

UI5 Page example.PNG

My assumption is since the content is agreegation of sap sap.ui.core.Control[] and the base class of a page or any other control is sap.ui.core.Control[], the outer Page should be able to take another Page as its content.


Is my understanding correct? If my understanding is correct, then is this a bug in UI5?

Any help is highly appreciated, many thanks.

 

Regards,

Chidan

Nested schemas and quotes

$
0
0

Hi, I am getting issues related to nested schemas in web service response messages.


I have 3 levels of nested schemas and I see issues with quotes appearing invalidating paths.

I cannot remove the quotes as they are read only in BODS Designer.


quotes.PNG


Re: POPULATE XREF2 & XREF3 IN MIRO

$
0
0

Hi Alejandro, did you solved the problem

 

"With this enhancement XREF2 and XREF3 are visible in MIRO, but if i filled them, the value of this field are not save in BSEG and RSEG tables."


I used the LMR1MF6Q to add XREF1 & XREF2 But I can't saved the data on BSEG.




Unable to import IDoc into NWBPM from NWDS

$
0
0

Dear PO Experts,

 

We are migrating an existing interface

 

(IDoc<-->PI<-->SOAP using BPM (Multiple sync calls)).

 

We are un able to import IDoc into NW BPM project as a service Interface. (For BPM we exported IDoc into local system as an external definition and did few modifications to the xsd as per below blog and exported back to PO server as an external definition.Create Service Interface for the same .

 

http://scn.sap.com/community/process-orchestration/blog/2014/09/24/idoc-to-nw-bpm-scenario#comment-542653 )

 

We are getting below exception while importing IDoc Service Interface into BPM project.I have attached IDoc WSDL file for your reference.Could you please share your expertise on this issue.

 

>>>An internal error occurred during: "Importing MOIN models for XSDs and WSDLs...".

 

 

java.lang.OutOfMemoryError: Java heap space

 

at java.util.ArrayList.<init>(ArrayList.java:112)

 

at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.initialize

(XSDParticleImpl.java:1271)

 

at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.<init>

(XSDParticleImpl.java:1050)

 

at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.initialize

(XSDParticleImpl.java:1149)

 

at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.<init>

(XSDParticleImpl.java:1039)

 

at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.initialize

(XSDParticleImpl.java:1272)

 

at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.<init>

(XSDParticleImpl.java:1060)

 

at org.eclipse.xsd.impl.XSDParticleImpl.getDFA

(XSDParticleImpl.java:2041)

 

at org.eclipse.xsd.impl.XSDModelGroupImpl.validateRoot

(XSDModelGroupImpl.java:599)

 

at org.eclipse.xsd.impl.XSDComplexTypeDefinitionImpl.validate

(XSDComplexTypeDefinitionImpl.java:1408)

 

at org.eclipse.xsd.impl.XSDConcreteComponentImpl.validate

(XSDConcreteComponentImpl.java:565)

 

at org.eclipse.xsd.impl.XSDSchemaImpl.validate(XSDSchemaImpl.java:1653)

 

at com.sap.tc.esmp.tools.core.util.EMFUtils.validate(EMFUtils.java:613)

 

at

com.sap.tc.esmp.tools.xsd.xml.EmfSchemaImporter.calculateAffectedPartitions(EmfSchemaImporter.java:903)

 

at

com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer$ImportChain.calculateAffectedPartitions(Wsdl1Importer.java:365)

 

at

com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer$ImportChain.resolveImportLink(Wsdl1Importer.java:545)

 

at

com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer$ImportChain.createChainLink(Wsdl1Importer.java:522)

 

at com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer$ImportChain.init

(Wsdl1Importer.java:461)

 

at com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer$ImportChain.<init>

(Wsdl1Importer.java:337)

 

at com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer.prepareWsdlImport

(Wsdl1Importer.java:1381)

 

at com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer.prepareWsdlImport

(Wsdl1Importer.java:1368)

 

at com.sap.tc.esmp.tools.facade.Import.prepareWsdlImport

(Import.java:106)

 

at

com.sap.tc.esmp.tools.editor.jobs.RepositoryMetadataProcessor.doImportFiles(RepositoryMetadataProcessor.java:298)

 

at

com.sap.tc.esmp.tools.editor.jobs.RepositoryMetadataProcessor.access$300(RepositoryMetadataProcessor.java:52)

 

at com.sap.tc.esmp.tools.editor.jobs.RepositoryMetadataProcessor$4.run

(RepositoryMetadataProcessor.java:248)

 

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

 

 

Regards

Venkat

ROLL IN FAILED;SESSION TERMINATED

$
0
0

Hello,

 

We are getting a system message while login for our DEV system.

Please find the screenshot.

Also , we are receiving "error calling central lock handler" syslogs.

Please help. Thanks in advance.

Uday.

Re: Nested schemas and quotes

$
0
0

From my observations, BODS seems to insist on limiting nesting of schemas to 2 levels.

 

This is the mapping that it produces although return is not a column but a schema:

 

Submit_WS_Requests_Qry.issueOperatorRewardV1Response."return".issuePoints

Set up Parallel ledger for only one Company code?

$
0
0

Hi Experts,

 

Our client have about 10 company codes and using only leading ledger, but we have requirement to create company code for china with a new Parallel ledger.

 

my question is that i want to know the pros and cons for setting up a parallel ledger only for china

 

1) Will that effect the other company codes?

2) Do i need to create Specific Ledger group and use only for china?

3) Is there are any additional activities need to take or perform?

.

.

.

 

Please share your views and also let me know if have missed any thing

 

Thanks in advance.

 

Regards,

 

Raghav.

Re: Nested schemas and quotes

$
0
0

This is what the manual shows. Notice, no mysterious quotes around 3rd level schema:

 

no_quotes.PNG

 

Please provide some suggestions if you have encountered this problem.

Viewing all 8798 articles
Browse latest View live




Latest Images

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