Hi Prateek,
below thread may be useful. Few SAP notes are suggested for the dump that you are getting while viewing change history of BP.
Hi Prateek,
below thread may be useful. Few SAP notes are suggested for the dump that you are getting while viewing change history of BP.
Hi Rusheek,
please mark the thread as correct so that in future others can refer.
Rgds
Hari
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.
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.
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
There is available a pretty good documentation about this topic but only in German Language. However it will give you valuable input
Dear Siva,
SAP CRM Domain Knowledge is essential for C4C.
Regards
Shaik
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
HI
i am using the mfn1 i facing the some error is occur
Message No. KI760
A revaluation for actual prices is not possible since this function is not available in version 0 in fiscal year 2015.
Maintain the corresponding indicator in your version.
Thanks and regards
p.ramkey
Please close this thread and begin a new thread for each of your requirement
Regards
Arun Sasi
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
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
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..
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
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 Service | Odata Services | Role | Fiori App Name | Front-End Components | Back-End Components (ABAP) |
NW_APS_APJ | APJ_JOB_MANAGEMENT_SRV | Z_SAP_BCR_SCM_MRPRUN | Schedule MRP Runs | UIS4HOP1 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.
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
java license error, removed license after that swpm could go on with step
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
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 .
Date | PO # | GRN # | Current Error |
19-11-2015 | 4600080907 | 5150113966 | Unit of Measurement |
09-11-2015 | 4600079795 | 5150110419 | Enter the line numbers in table ITEMDATA in ascending order |
12-12-2015 | 4600083809 | 5150123479 | Enter the line numbers in table ITEMDATA in ascending order |
10-12-2015 | 4600083516 | 5150122403 | Account determination for entry 1000 DIF not possible |
14-12-2015 | 430002989 | 5150123676 | Enter a reference to a valid goods receipt (line 000001) |
12-12-2015 | 4600080574 | 5150123360 | No measurement unit is assigned to ISO-Code space |
18-12-2015 | 4600084486 | 5150125854 | No measurement unit is assigned to ISO-Code SPACE |
21-12-2015 | 4300002996 | 5150127136 | Enter a reference to a valid goods receipt (line 000001) |
21-12-2015 | 4600082554 | 5150126591 | Enter the line numbers in table ITEMDATA in ascending order |
21-12-2015 | 4600083693 | 5150126638 | Enter the line numbers in table ITEMDATA in ascending order |
Any help would be appreciated..
Regards,
Swetha.
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.
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) -> | 300 | 600 | 1800 | 4000 | 10 | 8000 |
Operativa | 102 | 105 | 117 | 139 | 99,1 | 179 |
Instalaciones | 22,8 | 25,8 | 37,8 | 59,8 | 19,9 | 99,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:
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