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

Re: To fetch accounts for which a BP was employee responsible on a specific date?


Re: Extranalist Management

$
0
0

Hi Rusheek,

please mark the thread as correct so that in future others can refer.

 

Rgds

Hari

Re: Get functions method

$
0
0

Hi,

 

How to use get_function:

 

Some code:

 

*----------------------------------------------------------------------*

*----------------------------------------------------------------------*

CLASS cl_event_receiver DEFINITION .

 

  PUBLIC SECTION.

 

    CONSTANTS: c_select_a TYPE salv_de_function VALUE 'Select_all ' .

    CONSTANTS: c_select_d TYPE salv_de_function VALUE 'Select_none' .

 

 

    METHODS added_function FOR EVENT added_function OF cl_salv_events

        IMPORTING e_salv_function .

 

ENDCLASS .                    "cl_event_receiver DEFINITION

*----------------------------------------------------------------------*

CLASS cl_event_receiver IMPLEMENTATION.

 

METHOD added_function .

 

* Your code....

  ENDMETHOD .

 

ENDCLASS .                    "cl_event_receiver IMPLEMENTATION

*----------------------------------------------------------------------*

*----------------------------------------------------------------------*

 

PBO:

 

 

 

DATA: ob_salv_functions    TYPE REF TO cl_salv_functions .

 

 

ob_salv_functions = ob_salv_table->get_functions( ) .

 

DATA: icon_name TYPE string .

DATA: icon_text TYPE string .

DATA: icon_tool TYPE string .

 

icon_name = icon_select_all .

icon_text = 'Select All' .

icon_tool = 'Select All Rows'  .

 

ob_salv_functions->add_function(

name     = cl_event_receiver=>c_select_a

icon     = icon_name

text     = icon_text

tooltip  = icon_tool

position = if_salv_c_function_position=>right_of_salv_functions  ) .

 

icon_name = icon_deselect_all .

icon_text = 'Deselect' .

icon_tool = 'Deselect All Rows'  .

 

ob_salv_functions->add_function(

name     = cl_event_receiver=>c_select_d

icon     = icon_name

text     = icon_text

tooltip  = icon_tool

position = if_salv_c_function_position=>right_of_salv_functions  ) .

 

DATA: ob_salv_events    TYPE REF TO cl_salv_events_table.

DATA: ob_event_receiver TYPE REF TO cl_event_receiver .

 

ob_salv_events = ob_salv_table->get_event( ).

 

  CREATE OBJECT ob_event_receiver

    EXPORTING

      ob_salv_table = ob_salv_table.

 

SET HANDLER ob_event_receiver->added_function       FOR ob_salv_events . 

  

Regards.

What are the Rules recommended by SAP for User Ids?

$
0
0

Hello All,

 

Good Evening.

 

What are the parameters that I need to consider for proposing SAP User Ids in Implementation Project? I could see that newly installed SAP system allows spaces also for username.

 

Could you please suggest me on below questions

1. User Id naming convention?

2. Min and Max length of SAP User Ids, and Where can I define these parameters?

3. No spaces and Special Characters should be allowed(what need to be set up to achieve this)

 

Please help me with the implementation plan, if you already have any on user Id design...

 

Thanks in advance..

 

 

Regards,

Ch.

Amazon Web Services - Working Capital Analytics

$
0
0

I want to see the HANA views for Working Capital Analytics for learning purposes.  If I open an account on Amazon Web Services, will I be able to see the Working Capital Analytics view using a Trial version HANA?  If not, any suggestions on how to see these HANA views?

Thanks.

Sandy

Re: What are the Rules recommended by SAP for User Ids?

Re: SAP-SD Career

$
0
0

Dear Siva,

 

SAP CRM Domain Knowledge is essential for C4C.

 

Regards

Shaik

Re: Is it possible to use RFC look up  and Multi mapping in NW BPM

$
0
0

Hi Raghu,

 

Thanks for the responding to me all the way. Thanks for the blogs. I will go through them. Still having concerns on Service interfaces & Mappings part. Will 4 service interfaces and one operation mapping  will serve my purpose?

 

Thanks,

Pavan T


Revaluation of production order issue

$
0
0

HI

 

 

i am using the mfn1 i facing the some error is occur

 

 

Revaluation at actual prices not possible in version 0, fiscal year 2015

Message No. KI760

Diagnosis

A revaluation for actual prices is not possible since this function is not available in version 0 in fiscal year 2015.

 

Procedure

Maintain the corresponding indicator in your version.

 

 

 

Thanks and regards

p.ramkey

Re: Data Services - BODS - BAPI How to create job with one header and Multiple Line Items

$
0
0

Please close this thread and begin a new thread for each of your requirement

 

Regards

Arun Sasi

Re: Buffer cache memory when execute multi thread

$
0
0

Does the program use some parallel processing, in this case the created tasks are executed in interactive processes, and not background ones.

 

Hint: Did you try to increase size of data cache, also can be some 'lock' problem when multiple tasks/jobs trigger stats update (Ask ASE/Sybase admin)

 

Regards,

Raymond

Re: Re-assiging of Financial Document to Sales order after Partial Delivery.

$
0
0

Dear Anuradha,

 

Pls check the FD doc type whether it is Revocable, Irrevocable(C/U). Check the settings in VX52.

 

This error may be that of FD doc not the sales doc in which you have assigned the FD doc. Check the above configurations.

 

Best Regards

DS Rajan

Re: COHV variant logic.

$
0
0

Hello Joseph,

 

COHV is a transaction code to make the mass processing of production orders i.e. Mass TECO, Mass Release, Mass Scheduling etc..

 

for this first of all you have to create a variant

 

Ex.. you want to schedule a back ground job for making TECO for the production orders on daily basis for this in the selection tab select the plant, Order type, System status (DLV, ex TECO) I.e. all delivery orders excluding TECO

 

then go to the Mass processing and select the function as Technically complete

 

save the variant

 

then go to SM36 and give the program as PPIO_ENTRY and the variant which is already created then  schedule the background job on daily / weekly / monthly basis

 

Regards,

Venkatesh..

Re: Deadline Monitoring - Multiple Escalation/Approver in SAP Workflow

$
0
0

Hi Ankur,

 

One way i can think about is, in your modeled set loop till 'Priority' of workflow is not greater than '8'(it will keep this deadline loop active until someone action on it) , remove your obsolete work item steps instead you can make use of BAPI 'SAP_WAPI_FORWARD_WORKITEM' to forward your last dalog work item.

 

So basically inside loop you need to do below steps to make it works:

1- Find agent

2- send mail to approver

3- Create a task which will forward last dialog step to approver found in step one

4- pass user to which dialog step step is forwarded to some container so that it can be passed to step 1 in next iteration.

5- create a dummy task for continue deadline(it does not have any code)

 

 

'

 

 

Let know if it helps you.

 

Regards

 

Ajeet Choudhary

Getting an error while running a Fiori app - 'Could not open app. Try again later'.

$
0
0

Hello All,

 

I am working on a newl created S4Hana system. and i am configuring some of the transactional apps with

Frontend components - UIS4HOP1 100

and Backend Component - SAP_BASIS 750

 

First I confirmed the required components are installed in the system

 

Next i activated the UI5 Service, Checked the Odata Service is working - by checking on the browser. Created the role for the fiori app. and gave the user the access.

 

Below in the table you can see the UI5 Services, Odata Services and the roles i am talking about. Ofcourse the App name which i am configuring.

 

UI5 ServiceOdata ServicesRoleFiori App NameFront-End ComponentsBack-End Components (ABAP)
NW_APS_APJAPJ_JOB_MANAGEMENT_SRVZ_SAP_BCR_SCM_MRPRUNSchedule MRP RunsUIS4HOP1 100

SAP_BASIS 750

 

Then the app is visible on the Launchpad. When i am clicking to open it, it is giving me an error, as below. Kindly share your expert comments to resolve this error.

 

Untitled.png

 

I tried to debug the error, using the Google chrome debugger, I got 5 errors

 

2016-01-04 13:33:43 INTEROP service's ResolveLink operation returned 2 targets for hash '#ApplicationJob-show?JobCatalogEntryName=SAP_SCM_MRP', first one is used. - used target: {"id":"ApplicationJob-show~6Ik?JobCatalogEntryName=SAP_SCM_MRP","shellType":"FLP","postParameters":"JobCatalogEntryName=SAP_SCM_MRP","text":"Application Jobs","applicationData":"SAPUI5.Component=nw.core.appjobs","applicationAlias":"","applicationType":"URL","url":"/sap/bc/ui5_ui5/sap/nw_aps_apj","xappState":"","iappState":"","systemAlias":"","applicationDependencies":"{\"self\":{\"name\":\"nw.core.appjobs\",\"url\":\"/sap/bc/ui5_ui5/sap/nw_aps_apj/~03D547262FF423A7B836DE1A67E752A5~5\"},\"asyncHints\":{\"libs\":[{\"name\":\"sap.m\"},{\"name\":\"sap.me\"},{\"name\":\"sap.nw.core.applogs.lib.reuse\",\"url\":{\"url\":\"/sap/bc/ui5_ui5/sap/nw_aps_apl_lib/~686BEC20F9C8CC69BE07DEFBFAFBADE3~5\",\"final\":true}},{\"name\":\"sap.ui.core\"},{\"name\":\"sap.ui.commons\"},{\"name\":\"sap.ui.comp\"},{\"name\":\"sap.ui.table\"},{\"name\":\"sap.ushell\"}],\"components\":[{\"name\":\"sap.ca.scfld.md\"}]}}"}

ignored target: {"id":"ApplicationJob-show~62A?JobCatalogEntryName=SAP_SCM_MRP","shellType":"FLP","postParameters":"JobCatalogEntryName=SAP_SCM_MRP","text":"Application Jobs","applicationData":"SAPUI5.Component=nw.core.appjobs","applicationAlias":"","applicationType":"URL","url":"/sap/bc/ui5_ui5/sap/nw_aps_apj","xappState":"","iappState":"","systemAlias":"","applicationDependencies":"{\"self\":{\"name\":\"nw.core.appjobs\",\"url\":\"/sap/bc/ui5_ui5/sap/nw_aps_apj/~03D547262FF423A7B836DE1A67E752A5~5\"},\"asyncHints\":{\"libs\":[{\"name\":\"sap.m\"},{\"name\":\"sap.me\"},{\"name\":\"sap.nw.core.applogs.lib.reuse\",\"url\":{\"url\":\"/sap/bc/ui5_ui5/sap/nw_aps_apl_lib/~686BEC20F9C8CC69BE07DEFBFAFBADE3~5\",\"final\":true}},{\"name\":\"sap.ui.core\"},{\"name\":\"sap.ui.commons\"},{\"name\":\"sap.ui.comp\"},{\"name\":\"sap.ui.table\"},{\"name\":\"sap.ushell\"}],\"components\":[{\"name\":\"sap.ca.scfld.md\"}]}}"} sap.ushell_abap.adapters.abap.NavTargetResolutionAdapter

 

 

GET https://frcva9021aic.atisasg.com/sap/bc/ui5_ui5/sap/nw_aps_apl_lib/~686BEC20F9C8CC69BE07DEFBFAFBADE3~5/library-preload.json 403 (Forbidden)


 

2016-01-04 13:33:43 failed to preload 'sap.nw.core.applogs.lib.reuse.library-preload': Forbidden -  sap.ui.ModuleSystem

 

 

2016-01-04 13:33:48 Failed to load U5 component from #ApplicationJob-show?JobCatalogEntryName=SAP_SCM_MRP -  sap.ushell.renderers.fiori2.Shell.controller

 

 

2016-01-04 13:33:48 Could not open app. Try again later. - 

y @ core-min-0.js:85

error @ core-min-0.js:85

error @ core-min-1.js:16

(anonymous function) @ core-min-0.js:166

 

Can anyone please help me in resolving this.

 

Regards,

Shekhar


Re: An error occurred while processing option SAP NetWeaver 7.3 > MS SQL Server > System Copy > Target System > Distributed System > Based on AS Java > Database Refresh or Move

$
0
0

java license error, removed license after that swpm could go on with step

Incorrect data being populated in the SAP standard dashboard report

$
0
0

Hi Team

 

We have recently implemented GRC 10.0.During our Go live support we observed the graphical representation of the risk  violations, number of users are showing incorrectly.

 

In Configuration Parameter ,Offline risk analysis is already enabled. Batch risk analysis is already set in SPRO and scheduled but the data(Management report) is not correct

 

Please let me know if anyone has faced this kind of issue and what is the rectification for this.

 

Thanks

Nitesh

Invoice Posting-Ariba to SAP

$
0
0

Hi All,

 

Invoices data is posted from Ariba to SAP System through PI but not able to see in the sap system and getting different errors like below .

 

 

 

DatePO #GRN #Current Error
19-11-201546000809075150113966Unit of Measurement
09-11-201546000797955150110419Enter the line numbers in table ITEMDATA in ascending order
12-12-201546000838095150123479Enter the line numbers in table ITEMDATA in ascending order
10-12-201546000835165150122403Account determination for entry 1000 DIF not possible
14-12-20154300029895150123676Enter a reference to a valid goods receipt (line 000001)
12-12-201546000805745150123360No measurement unit is assigned to ISO-Code space
18-12-201546000844865150125854No measurement unit is assigned to ISO-Code SPACE
21-12-201543000029965150127136Enter a reference to a valid goods receipt (line 000001)
21-12-201546000825545150126591Enter the line numbers in table ITEMDATA in ascending order
21-12-201546000836935150126638Enter the line numbers in table ITEMDATA in ascending order

 

Any help would be appreciated..

 

 

Regards,

Swetha.

Authentication mechanism to allow Mobile Apps on HANA Cloud Platform to talk to your On Premise System

$
0
0

Hi Experts,

 

I need to build & deploy a fiori-like app on HCP which will fetch data from an on-premise system.

So far i have implemented the following :

- Enable the HANA Cloud Connector.

- Created a destination in the SAP HANA Cloud Platform Cockpit which contains details of the SAP Gateway server.

  For Authentication I selected "No Authentication".

- The required Access Control config has been setup in SAP HANA Cloud Connector Administration.

- Created a simple Fiori Master Detail app in WebIDE which points to the created Destination to fetch data.

 

 

Challenge:

For an oData service call, it pops up a dialog box to authenticate the Gateway system.

This is happening as i have selected "No Authetication" as the authentication type.

Please suggest an Authentication method and the right procedure to implement SSO.

(Looking forward to implement SSO using SAPAssertionSSO / Principal Progation method. I am using a Trial HCP account).

 

 

Regards,

Fedorah.

Re: How to assign priority apart from the waiting time?

$
0
0

Thanks again for your answer.

 

If you are right then this is the evoluction of the value according with time in queue and the formula  skill level*99+(time in queue)*0,01

 

Time (sec) ->30060018004000108000
Operativa10210511713999,1179
Instalaciones22,825,837,859,819,999,8

 

That means that a "Instalaciones" mail should stay in queue more than 8000 seconds to chosen before a "Operativa" mail for this agent. Correct?

 

But the system is not working that way:

 

I have this situation in queue right now:

 

Capture.PNG

 

According to that, values for each queue are:

 

Instalaciones: 0.2*99+424*0,01 = 24.04

Operativa: 1*99+121*0,01 =  100.21

 

Operativa contact should be chosen but  the contact chosen is the one in Instalaciones.

 

Regards

Viewing all 8737 articles
Browse latest View live