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

Re: not working 'respecting blank' in ecc 5.0

$
0
0

Hello

 

CONCATENATE text-001 'V1' text-001 INTO lv_clausetab.

CONCATENATE 'KAPPL' '=' lv_clausetab INTO lv_clausetab SEPARATED BY space.

 

Best regards Jack


Re: Content Catalog Package Schema in HANA

$
0
0

Hi Adhvi,

 

Here is my understanding.

 

Catalog: It displays all runtime objects such as tables, SQL views, procedures, sequences which are grouped by different schema.

 

Content: It focuses more on modeling and design-time objects like XS stuff which are stored in the repository of SAP HANA. When you activate some XS stuff, e.g., .hdbdd and .hdbsequence, they will appear in catalog, since they are activated to runtime objects now.

 

Schema: As you said, it is like a folder which holds runtime objects like tables, views, procedures, sequences. Usually each user will have its own schema. If you want to have a look at the stuff in other's schema, you need corresponding privileges/roles.

 

Package: Like runtime objects can be stored in different schema, desing-time objects can also be placed in different packages/subpackages.

 

So in SAP HANA Studio, when you open Catalog, you will first see Schema; when you open Content, you will first see packages.

 

Best regards,

Wenjun

Re: Web Services SDK Trigger an event to run a scheduled report

$
0
0

Could you please send me sample code to trigger custom event  for BI 4.1

Re: ESS My Info Lane's applications error when opened from Portal

$
0
0

Hi Jay,

 

Generally Portal Runtime errors are coming due to missing system alias or respective system end user permissions or missing OData service.

 

Please check the portal log via nwa tool and attach the error screen shot.

 

If you are facing 404 error there is navigation problem for this case please check http trace where it is navigating. If possible please attach http trace file as well.

 

Regards,

cbr.

Re: get record not satisfying join condition

$
0
0

Hi Suraj,

 

Regarding your problem, I think you can just use the following SQL to achieve this.

 

SELECT MATERIAL, SOURCE_PLANT FROM T2 EXCEPT SELECT * FROM T1;

 

Best regards,

Wenjun

Proposal of Time management for EC customer

$
0
0

Hi expert.

I have some questions for EC Payroll

For implementing Payroll calculation, ascustomer requirement, HR Consultant need to enhance Payroll function and
operation in Payroll Schema.

 

Question 1)

Is it possible to develop Payroll function and operation with ABAP?

 

ABAP is a mandatory language for HR consultant to enhance Payroll logic.

  I want to know ABAP is available in EC Payroll, or not.

 

Question 2)

Instead of Kronos and Workforce , Is it possible to implement Time management ( it seems to be the same of core HCM )
in EC Payroll?
(i.e. as core HCM, can HR consultant implement Time Management in EC Payroll system?)

 

 

There is localization calculation process and ESS functionality in core HCM.

Question 3)

For EC Payroll, how would SAP or SF have plan to provide and implement these support Package ?

 

I understood that payroll manager or HR manager can only log on EC Payroll system . general user can not log on EC
Payroll.

By the way, for  localization Payroll, There are specific ESS in core HCM ( developed by Web Dynpro ABAP ).

 

Question 4)

Is it possible for KR customer to use this ESS functionality ?

If so, ESS user is needed in EC , in order for each employee to use this ESS, isn’t it?

And how to set Single Sign On for EC and EC Payroll and how to assign this ESS menu in SF EC?

 

If not, EC Payroll have any plan for these Localization functionalities?

 

 

Best Regards.

JB

Re: How to create "hover over" TLN menu in AJAX Framework Page 7.3?

$
0
0

Hi Roy,

 

I think this has been requested to you before, but let me still ask you this. I have similar requirement but need to display till 3 or higher levels. I have taken the above example & tried putting the following code:

 

For 3-levels:

<ul>

    <nav:iterateInitialNavNodes>

       <li id='l0'>

             <nav:navNodeAnchor navigationMethod="byEPCM" />

                    <nav:ifNavNodeHasChildren>

                      <ul>

                        <nav:iterateNavNodeChildren>

                           <nav:ifNavNodeHasChildren>

                                       <li  id='l1'>

                                               <nav:navNodeAnchor navigationMethod="byEPCM" />

                                                      <ul>

                                                    <nav:iterateNavNodeChildren>

                                                           <li  id='l2'>

                                                                   <nav:navNodeAnchor navigationMethod="byEPCM"/>

                                                           </li>

                                                    </nav:iterateNavNodeChildren>

                                                </ul>.

                                        </li>

                           </nav:ifNavNodeHasChildren>

                           <nav:ifNotNavNodeHasChildren>

                                        <li id='l3'>

                                                  <nav:navNodeAnchor navigationMethod="byEPCM"/>

                                        </li>

                           </nav:ifNotNavNodeHasChildren>

                  </nav:iterateNavNodeChildren>

         </ul>

       </nav:ifNavNodeHasChildren>

        </li>

   </nav:iterateInitialNavNodes>

</ul>

 

 

But all i get it behavior of the TLN, even though I have followed similar steps that have been mentioned by you and Saar, could you please point me in right direction and help in resolving this.

 

Thanks,

Sumant

Re: How to create "hover over" TLN menu in AJAX Framework Page 7.3?

$
0
0

Hi Navya,

 

Did you get any success in fixing this issue? Could you point what you did for the child level services? Were you able to get to 3rd level as desired.

 

Thanks and Regards,

Sumanth


Re: C4C Cloud for Customer - User Provisioning

$
0
0

Hi:

Cloud for customer (C4C) offers 2 separate SOAP APIs.

 

  1. Replication of Business Role definitions from any external system to C4C. This API can be used to integrate with your Business Role definition work-flow, wherein you can invoke the API from your GRC system (project specific development) to provision and manage business roles into C4C system.
  2. Replication of Employees from any external system to C4C. In C4C, as you mentioned, the employee has an associated user / identity record that is used for logon and enforcing access control. This API allows you to manage the Employee data (e.g. employee biographical data with validity periods), Identity information (e.g. User id for logon to C4C system) together with the Business Role assignments for the employee / identity. Using this you can set the employee status (e.g. active / inactive) with validity dates and also add new Business Role, remove existing Business Role assignments for the employee (and consequently to the Identity), there by enabling you to manage the complete life-cycle of the Employee, Identity and Role assignment data for the identity from your On Premise systems.

 

 

Hope this clarifies.

Venki

Re: Hover Effect in Top level navigation in Portal 7.3

$
0
0

Hi Sarita,

 

I have pretty much followed your approach. But in the drop down top level navigation works wiredly & doesn't pick up the value as desired. I have similar need where the TLN has to be extended till 4 level, could you point me right direction where is it going wrong?

 

For 3-levels:

<ul>

    <nav:iterateInitialNavNodes>

       <li id='l0'>

             <nav:navNodeAnchor navigationMethod="byEPCM" />

                    <nav:ifNavNodeHasChildren>

                      <ul>

                        <nav:iterateNavNodeChildren>

                           <nav:ifNavNodeHasChildren>

                                       <li  id='l1'>

                                               <nav:navNodeAnchor navigationMethod="byEPCM" />

                                                      <ul>

                                                    <nav:iterateNavNodeChildren>

                                                           <li  id='l2'>

                                                                   <nav:navNodeAnchor navigationMethod="byEPCM"/>

                                                           </li>

                                                    </nav:iterateNavNodeChildren>

                                                </ul>.

                                        </li>

                           </nav:ifNavNodeHasChildren>

                           <nav:ifNotNavNodeHasChildren>

                                        <li id='l3'>

                                                  <nav:navNodeAnchor navigationMethod="byEPCM"/>

                                        </li>

                           </nav:ifNotNavNodeHasChildren>

                  </nav:iterateNavNodeChildren>

         </ul>

       </nav:ifNavNodeHasChildren>

        </li>

   </nav:iterateInitialNavNodes>

</ul>

 

Thanks and Regards,

Sumanth

SPDD and SPAU transports

$
0
0

Hi Experts ,

 

I am upgrading  ECC 6 EHP6 stack 5 to Stack 12 ,  SPDD and SPAU objects are not same as DEV, QA and Production , we have more objects in DEV compared to QA and production as some of the modifications are still in DEV. Now project team wants to move the all modifications with SPAU and SPDD to QA and PRD.

 

We want to add all SPDD and SPAU objects ( from DEV) with the transports (  one transport for SPDD and one for SPAU )  when SUM prompts for QA and Production ,  Just wondering if it is going to be a problem while adding these transports with QA and Production upgrades.

 

 

Thanks

 

Al Mamun

Re: IDM NW AS ABAP account security settings

$
0
0

Thanks Krishna,

This is an answer for part of the question, what user types I'd need to make in NW AS ABAP and JAVA.

I'm still looking for input from the community what actual roles one needs to assign in the NW AS ABAP to the user account that will be used in the NW IDM repository setup. Can anyone share with me how their users are set up for authorizations in their systems (ABAP and if available, JAVA).

 

Your link let me to OSS note 1557803, which says one need to assign role SAP_BC_SEC_IDM_COMMUNICATION to the NW AS ABAP user, and then Googling that, I found this help document with yet more roles (however in relation to a SAP Supply Network Collaboration system.

 

I'm still not sure which authorizations to use.

 

I'm still looking for input from the community what actual roles one needs to assign in the NW AS ABAP to the user account that will be used in the NW IDM repository setup. Can anyone share with me how their users are set up for authorizations in their systems (ABAP and if available, JAVA).

 

Thanks, Ron

Re: JCO_ERROR_COMMUNICATION: CPIC-CALL: CMRCV on convId: 02667299

$
0
0

Hi

yes , log on group works from SAP GUI

Re: I want to take print of BackOrder Report and in print i want posting date and due date , but it is not coming. I am using PLD report ,while customisation i am unable to get dates. Please tell me how can i choose in report

$
0
0

Hi  check attache file and update the status

 

date.jpg

Re: Unable to keep the data in custom tab while moved to another tabs...

$
0
0

HI Evereyone,,

 

  I Created one custom tab for some additional fields and those custom fields data have to store    in my z-table.

 

     Actually, When i save on custom tab, the data is getting saved to my z-table.

 

   But, whenever i move to another tab and click save button on another tab, it should save the custom data on custam tab also .

 

But, data on custam tab getting empty and not getting saved to my z-table.

 

I dont know why data on custom tab getting empty when i move to another tab.

 

I used same screen fields in PBO/PAI.

 

 

 

Thank u,

Karthik


Email Approval Link - GRC 10

$
0
0

Hi All,

 

I have query regarding LINK_APPROVE_REJECT in GRC access requests.

 

When I keep this link in Email notifications, approver will click on it and link prompts to enter UserID and Password. Once the approver enters the credentials, link directly opens the Access request screen to that corresponding request number.

 

If we have SSO enabled, then we don't want this LINK_APPROVE_REJECT to prompt for logon. Is this possible? Or Is there any technical limitation to use SSO with Email approval link?

 

Please provide your valuable inputs.

 

Thanks,
Madan.

Procedure failed

$
0
0

Hello,

   I'm calling a procedure (created in AFM) in sql console and it failed. Can someone guide me in what privileges do I need to provide.

 

User: AFMUSER

Schema: AFMUSER

 

Error: "Could not execute 'Call "AFMUSER". rts::test.model" ("AFMUSER"."MLR_INPUT", #CONTROL,...'

            SAP DBTECH JDBC: [258]: insufficient privilege: not authorized

 

Thanks,

Vijay.

Re: Emails are not reaching to outlook inbox

$
0
0

Hi Ciaran,

 

Ya when I change the setting as ur have given above the status of the message turns to GREEN. BUT still email is not comming to my mail. so could you please help me out in SMTP configuration.

So, please help me out with this Ciaran.

 

Thanks & Regards,

Pratyush.

Re: Credit memo request for a variant material in sales order has overall status blocked and Unable to create a billing document

$
0
0

Hi

 

As you are saying that credit memo request is in BLOCKED status.

In such case it cannot allow you to create credit memo without removing Block by proper authorized user.

Hope it is usefull

 

Regards

MK

Re: Email Approval Link - GRC 10

$
0
0

Hi Madan,

 

Yes, you can skip the usee validation step via SSO configuration.

There is no technical limitations with SSO for such purposes.

 

Let us knoe if you have any questions.

 

Regards,

Ameet

Viewing all 8851 articles
Browse latest View live




Latest Images