Re: SAP AS ABAP not starting, Database instaince missing in SAPMMC
Re: Design Studio 1.6 Installation Problem on particular server
Hi Rukaiya Pinjari,
thanks for your answer, got it installed that way
Greetings
Nils von der Heide
Re: SAP BO 4.0 Webi report to SAP HANA cloud
Hi Balaji,
I suggest you post this question in the SAP HANA Cloud Platformspace to get more info on availability of tools/ services to extract and upload data to HANA Cloud.
Regards,
Ifat.
Re: Personas 3.0: What are the scopes of variable and function in script?
Hi,
I think this might work for ALL cases HTML/WIN/JAVA as a lib func:
Util=(function(){
function myLoc(x){/*my actions*/}
return {
getValue:myLoc
};
})();
In Personas script do:
var myValue=Util.getValue(x);
It worked OK for HTML. Since this has a return, it should work for Win/Java too but I did not test it. Perhaps you can test it and fix the info in the guide document.
Dong Zhu
Re: SAPEVENTQUE Correlation issue.
Hello Izwan,
please check sap note "1875359 - WDA: Support for application stable's ID via parameter WD_STABLE_ID_F_TEST";
and this for the requirements: 1933805 - Stable ID for automated test
Useful links are:
- http://softwaretesttips.com/2011/04/14/correlation-hint-for-sapeventqueue-values-in-sap-web-protocol-scripts/
- VuGen correlation for SAP Web Dynpro - JDS Australia
This parameter allows you to turn this:
"Body=sap-charset=utf-8&sap-wd-secure-id={sap-secure-id-1}&SAPEVENTQUEUE=InputField_Change~E002Id~E004WD01FC~E005Value~E004via~0020{NewParam}~E003~E002ResponseData~E004delta~E005EnqueueCardinality~E004single~E005Delay~E004full~E003~E002~E003~E001Button_Press~E002Id~E004WD029D~E003~E002ResponseData~E004delta~E005ClientAction~E004submit~E003~E002~E003~
into this:
"Body=sap-charset=utf-8&sap-wd-secure-id={sap-secure-id-2}&SAPEVENTQUEUE=InputField_Change~E002Id~E004FPM_FORM_UIBB.ID_4EF13E3BCBCDEA5EE305E5D16F27D7D1~003AV_FORM._CFG_ELEMENT_84~E005Value~E004via~0020{dummyroad}~E003~E002ResponseData~E004delta~E005EnqueueCardinality~E004single~E005Delay~E004full~E003~E002~E003~E001Button_Press~E002Id~E004FPM_OVP_COMPONENT.ID_0001~003APAGE_HEADER.FPM_CA_TOOLBAR_FPM_SAVE_AND_BACK_TO_MAIN_1~E003~E002ResponseData~E004delta~E005ClientAction~E004submit~E003~E002~E003",
Kind Regards,
Stefano
DayBook in SAP
Dear All,
I've requirement for DayBook. which shows all the transactions.
I am maintaining branches, so I need branch wise DayBook.
can any one suggest , how we can achieve this.
Thanks and Regards
M G Hegde
Re: Bank Data in Vendor using vmd_ei_api
Those data are bank relevant and not vendor (account) relevant. In transaction (FK01, XK01) there is a navigation to provide option of FI01/FI02 transaction but AFAIK not in this class-api.
So you may be required to first create the missing bank records, I would suggest depending on the result of a BAPI_BANK_GETDETAIL call
- Not found, Use BAPI_BANK_CREATE
- Found with SWIFT initial, Use BAPI_BANK_CHANGE
- Found with SWIFT identical, do nothing
- Found with SWIFT different, raise an error (preventing future problem when personal/vendor/customer account already exist on this bank.)
Note that other field changes may trigger inconsistencies, so ask functionals first!
Regards ,
Raymond
how to get more accuracy in voice recognition ???
Dear all,
please give a suggestion for how i get the more accuracy in voice recognition program in java ???
Regards,
Varun Pandya
Re: Freight difference posted in KBS
Hello Mukthar,
Thanks for your quick response
Can we able to show the same in Freight account?
If yes, What has to be done for that.
Thanks
VSN
BAPI or FM to get services against a WBS
Re: SAP time Management (+ve) solution for a construction company with PS integration
Thank you. So time administrator needs to enter the time details on behalf of workers.
In this case, we are not using the bio-metric data. Can we design from bio-metric system to CATS and then to PS?
Regards,
Venkat
Re: Odata services not listed in Backend services.
What Fiori App are you working with?
Regards, Mike
SAP Technology RIG
Re: Posting balance is not cleared (Period 07 / 2015 A*)
Cannot see /4MS, is it the same employee?
Re: Multi-Step Approval Process in SAP C4C
Hi Gayatri,
You will have to manually assign who is the employee at these levels will be. For e.g. in Step 1 you assign an employee working at level 3 who has the rights to approve. Then in step 2 you define next higher level authority and so on. Plz. note if you assign single employee at each level(steps) as direct approver for e.g. you assign an Employee A at Step 1(level 3) as approver the Employee B at step 2 (or level 2) who is also an approver but at higher level than Employee A won't be able to approve the opportunity unless Employee A at level 3 approves it. This is the only functionality we have in C4C.
Cheers,
Saurabh
Getting an error of ‘Invalid configuration for catalog/Web Dispatcher’ while opening the SAP Fiori Launchpad Designer,with HCM and Inbox Specific Catalogs not showing up:
Getting an error of ‘Invalid configuration for catalog/Web Dispatcher’ while opening the SAP Fiori Launchpad Designer(T-code = /n/ui2/flpd_cust):
- While accessing the Fiori Launchpad Designer,we were able to add and configure the catalogs in Fiori Launchpad Designer[T-code = /UI2/FLPD_CUST],after application of the following notes:
- Here are the notes that solved this issue of Launchpad Catalogs now showing up in Fiori Launchpad Designer and Fiori Launchpad when personalizing tiles.
This is the main note:
2251801 - Tile catalogs and groups are not loaded after upgrade in Fiori Launchpad and Fiori Launchpad Designer
describing which notes are to be implemented in Back-end(E10) and Front-end(FID). But in co-ordination
because first note needs to be applied first in the Back-end(E10) and then in the Front-End(FID).
There are some notes which are to be applied only in back-end,but manual steps need to be done on both front-end and back-end. Following notes are then to be implemented:
2245413 - Truncated filter values(Back-end only)
manual steps to be done first in back-end and then in front-end.
2241188 - Some characters of filter value get cut in OData request (Both Back-end and Front-end)
2232883 - Wrong values in select options table(Both Back-end and Front-end)
manual steps to be done first in back-end and then in front-end.(pre-req for note = 2205402)
2205402 - Wrong values in select options table(Both Back-end and Front-end)
manual steps to be done first in back-end and then in front-end.
2182485 - UI2_FND (SP14): $filter fix for UI2 OData services(Front-End)
manual steps to be done front-end.(pre- req for note = 2205402,2232883 and 2017117)
2249354 - Double properties in select table(Back-End)
- Now we are getting a very abnormal behavior of an error and its also not showing the HCM and Inbox app catalogs for some reason. Here are the screenshots:
Here is the log,as per the debugger tool in Chrome:
Here is the entire error log in its entirety:
2016-02-10 12:34:15 Base URL '/sap/hba/r/sb/core/odata/runtime/SMART_BUSINESS.xsodata' already registered - sap.ui2.srvc.Factoryz @ sap-ui-core.js:80error @ sap-ui-core.js:80sap.ui2.srvc.log.error @ abap.js:26sap.ui2.srvc.Error @ shell.js:112addRemoteCatalogService @ factory.js:2sap.ui.controller.onInit @ RemoteCatalog.controller.js:55a.fireEvent @ sap-ui-core.js:135a.fireEvent @ sap-ui-core.js:144(anonymous function) @ sap-ui-core.js:144V._initCompositeSupport @ View.js:6E.extend.constructor @ sap-ui-core.js:144M.extend.constructor @ sap-ui-core.js:144E.extend.constructor @ sap-ui-core.js:144f @ sap-ui-core.js:144f @ sap-ui-core.js:144sap.ui.view @ View.js:6sap.ui.controller.selectCatalog @ AdminPage.controller.js:1024catalogSuccess @ AdminPage.controller.js:2601sap.ui2.srvc.call @ abap.js:26q @ ODataWrapper.js:2(anonymous function) @ datajs.js:17p9 @ datajs.js:17E.dispatch @ abap.js:2X.handleEvent @ abap.js:2h @ abap.js:2
sap-ui-core.js:80 2016-02-10 12:34:15 Call to success handler failed: Cannot read property 'length' of undefined - TypeError: Cannot read property 'length' of undefined
at that.oCatalogService.readCustomizingDefaultRequest.bIsLocalObj (https://:44355/sap/bc/ui5_ui5/sap/ARSRVC_UPB_ADMN/sap/ui2suite/admin/AdminPage.controller.js:2734:54)
at Object.sap.ui2.srvc.call (https://:44355/sap/public/bc/ui5_ui5/resources/sap/ushell_abap/bootstrap/abap.js:26:1861)
at eval (https://:44355/sap/public/bc/ui5_ui5/resources/~20150811142400~/sap/ui/thirdparty/datajs.js:17:12670)
at XMLHttpRequest.p9 (https://:44355/sap/public/bc/ui5_ui5/resources/~20150811142400~/sap/ui/thirdparty/datajs.js:17:20355)
at s.E.dispatch (https://:44355/sap/public/bc/ui5_ui5/resources/sap/ushell_abap/bootstrap/abap.js:2:2306)
at XMLHttpRequest.X.handleEvent (https://:44355/sap/public/bc/ui5_ui5/resources/sap/ushell_abap/bootstrap/abap.js:2:3429)
at XMLHttpRequest.h [as _fnHandler] (https://:44355/sap/public/bc/ui5_ui5/resources/sap/ushell_abap/bootstrap/abap.js:2:3688) sap.ui2.srvcz @ sap-ui-core.js:80error @ sap-ui-core.js:80sap.ui2.srvc.log.error @ abap.js:26sap.ui2.srvc.call @ abap.js:26q @ ODataWrapper.js:2(anonymous function) @ datajs.js:17p9 @ datajs.js:17E.dispatch @ abap.js:2X.handleEvent @ abap.js:2h @ abap.js:2
- abap.js:2 GET https://:44355/sap/hba/r/sb/core/odata/runtime/SMART_BUSINESS.xsodata;o=HANA/Catalogs('HANA_CATALOG')/Chips 404 (Not found)X.send @ abap.js:2o.defaultHttpClient.request @ datajs.js:17E2 @ datajs.js:17o.request @ datajs.js:17o.read @ datajs.js:17l @ ODataWrapper.js:2read @ ODataWrapper.js:2readCatalogChips @ PageBuildingService.js:2readChips @ RemoteCatalogService.js:2v @ catalog.js:2sap.ui2.srvc.call @ abap.js:26q @ ODataWrapper.js:2(anonymous function) @ datajs.js:17p9 @ datajs.js:17E.dispatch @ abap.js:2X.handleEvent @ abap.js:2h @ abap.js:2
sap-ui-core.js:80 2016-02-10 12:34:16 Error (404, Not found) in OData response for GET "/sap/hba/r/sb/core/odata/runtime/SMART_BUSINESS.xsodata;o=HANA/Catalogs('HANA_CATALOG')/Chips": HTTP request failed - {"requestUri":"/sap/hba/r/sb/core/odata/runtime/SMART_BUSINESS.xsodata;o=HANA/Catalogs('HANA_CATALOG')/Chips","statusCode":404,"statusText":"Not found","headers":[],"body":"<!DOCTYPE html PUBLIC\"-//W3C//DTD HTML 4.01Transitional//EN\"><html><head><title>Logon Error Message</title><META http-equiv=\"Content-Type\" content=\"text/html;charset=UTF-8\"><style type=\"text/css\">body { font-family:tahoma,helvetica,sans-serif;color:#333333;background-color:#FFFFFF; }td { font-family:tahoma,helvetica,sans-serif;font-size:70%;color:#333333; }h1 { font-family:tahoma,helvetica,sans-serif;font-size:160%;font-weight:bold;margin-top:15px;margin-bottom:3px;color:#003366; }h2 { font-family:verdana,helvetica,sans-serif;font-size:120%;font-style:italic;font-weight:bold;margin-top:6px;margin-bottom:6px;color:#999900; }p { font-family:tahoma,helvetica,sans-serif;color:#333333;margin-top:4px;margin-bottom:4px; }ul { font-family:tahoma,helvetica,sans-serif;color:#333333;list-style-type:square;margin-top:8px;margin-bottom:8px; }li { font-family:tahoma,helvetica,sans-serif;color:#33333;margin-top:4px; }.emphasize { color:#333333;background-color:#C8E3FF;padding:5px;}.note { color:#CC6600; }a { font-family:tahoma,helvetica,sans-serif;text-decoration:underline;color:#336699; }a:visited { color:#001166; }a:hover { text-decoration:none; }</style></head><body><table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\"><tr><td><h1>Service cannot be reached</h1><br><h2>What has happened?</h2><p>URL call was terminated because the corresponding service is not available.</p></td></tr><tr><td> </td></tr><tr><td class=\"emphasize\"><strong>Note</strong><br>The termination occurred in system with error code <b>404</b> and for the reason <b>Not found</b>.</td></tr><tr><td> </td></tr><tr><td><p><h2>What can I do?</h2>Please select a valid URL.</ul><br/><p class=\"note\"></p><br/><p>HTTP 404 - Not found<br><p>Your SAP Internet Communication Framework Team</p></td></tr></table></body></html>"} sap.ui2.srvc.ODataWrapperz @ sap-ui-core.js:80error @ sap-ui-core.js:80onError @ ODataWrapper.js:2p9 @ datajs.js:17E.dispatch @ abap.js:2X.handleEvent @ abap.js:2h @ abap.js:2
- here is the URL of the Launchpad Designer:
http://<Domain_Name>:8055/sap/bc/ui5_ui5/sap/arsrvc_upb_admn/main.html?scope=CUST&sap-client=100&sap-language=EN#/Catalog/X-SAP-REMOTE:/UI2/SAP_KPIMOD_TC_R
- Here is the Service Associated with Activate and Maintain Services in ‘/IWFND/MAINT_SERVICE’
- And here is the settings for the system Alias assigned to this service ‘LOCAL’ in ‘Manage SAP System Aliases’, which points to the SAP gateway server itself:
- Here is the service in SICF,which is already active:
- These are the roles assigned to the user, through which the we are logging into Launchpad Designer:
SAP_FND_BCR_MANAGER_T
SAP_FND_TCR_T
SAP_UI2_ADMIN_700
SAP_UI2_FIORI_CATALOGS_READ
SAP_UI2_LAUNCH_PAGE
SAP_UI2_NEWS_TILE
SAP_UI2_PAGEBUILDER_CONFIG
SAP_UI2_PAGEBUILDER_CUST
SAP_UI2_PAGEBUILDER_PERS
SAP_UI2_USER_700
Y_ABAP_SE38
Y_CONSULTANTS_GATEWAY
Y_CONSULTANTS_GATEWAY_NEW
Y_CONSULTANTS_GATEWAY_TWO
ZSAP_BC_DWB_ABAPDEVELOPER
ZSAP_FND_BCR_MANAGER_T
ZSAP_FND_TCR_T
ZSAP_HR_BCR_EMPLOYEE_T
ZSAP_HR_BCR_MANAGER_T
ZSAP_HR_TCR_T
ZSAP_UI2_ADMIN_700
ZSAP_UI2_LAUNCH_PAGE
ZSAP_UI2_USER_700
ZZ_BC_FIORI_ADDITIONAL_AUTH
ZZ_BC_FIORI_CONSULTANT_ROLE
ZZ_HCM_FIORI_GATEWAY_USER_ROLE
Z_FIORI_AUTH_OBJECTS_ROLE
Z_SAP_S_RFCACL
Z_TRUSTED
Here are the software component details:
Software Components on SAP Gateway Server(Front-END):
SAP_BASIS 740 0013 SAPKB74013 SAP Basis Component
SAP_ABA 740 0013 SAPKA74013 Cross-Application Component
SAP_GWFND 740 0013 SAPK-74013INSAPGWFND SAP Gateway Foundation 7.40
SAP_UI 740 0014 SAPK-74014INSAPUI User Interface Technology 7.40
PI_BASIS 740 0013 SAPK-74013INPIBASIS Basis Plug-In
ST-PI 740 0002 SAPK-74002INSTPI SAP Solution Tools Plug-In
SAP_BW 740 0013 SAPKW74013 SAP Business Warehouse
IW_PGW 100 0008 SAPK-10008INIWPGW Process Gateway
UIHR001 100 0003 SAPK-10003INUIHR001 UI for ERP Human Capital Management
UIX01CA1 100 0005 SAPK-10005INUIX01CA1 UI for Cross-Applications
UIX01EAP 100 0008 SAPK-10008INUIX01EAP UI for ERP Central Applications
UIX01HCM 100 0007 SAPK-10007INUIX01HCM UI for HCM Application
Installed Product Version on SAP Gateway Server(FRONT-END):
SAP NETWEAVER 7.4 sap.com SAP NETWEAVER 7.4
Software Components on SAP ERP System(BACK-END):
SAP_BASIS 740 0010 SAPKB74010 SAP Basis Component
SAP_ABA 740 0010 SAPKA74010 Cross-Application Component
SAP_GWFND 740 0013 SAPK-74013INSAPGWFND SAP Gateway Foundation 7.40
SAP_UI 740 0014 SAPK-74014INSAPUI User Interface Technology 7.40
PI_BASIS 740 0010 SAPK-74010INPIBASIS Basis Plug-In
ST-PI 740 0003 SAPK-74003INSTPI SAP Solution Tools Plug-In
SAP_BW 740 0010 SAPKW74010 SAP Business Warehouse
IW_PGW 100 0007 SAPK-10007INIWPGW Process Gateway
MDG_FND 747 0008 SAPK-74708INMDGFND MDG Foundation 732
SAP_AP 700 0032 SAPKNA7032 SAP Application Platform
SAP_BS_FND 747 0008 SAPK-74708INSAPBSFND SAP Business Suite Foundation
WEBCUIF 747 0008 SAPK-74708INWEBCUIF SAP Web UI Framework
MDG_APPL 617 0008 SAPK-61708INMDGAPPL MDG Applications 607
SAP_APPL 617 0008 SAPKH61708 Logistics and Accounting
SAP_FIN 617 0008 SAPK-61708INSAPFIN SAP_FIN
SAP_HR 608 0018 SAPKE60818 Human Resources
SAP_HRCAE 608 0018 SAPK-60818INSAPHRCAE Sub component SAP_HRCAE of SAP_HR
SAP_HRCAR 608 0018 SAPK-60818INSAPHRCAR Sub component SAP_HRCAR of SAP_HR
SAP_HRCAT 608 0018 SAPK-60818INSAPHRCAT Sub component SAP_HRCAT of SAP_HR
SAP_HRCAU 608 0018 SAPK-60818INSAPHRCAU Sub component SAP_HRCAU of SAP_HR
SAP_HRCBE 608 0018 SAPK-60818INSAPHRCBE Sub component SAP_HRCBE of SAP_HR
SAP_HRCBG 608 0018 SAPK-60818INSAPHRCBG Sub component SAP_HRCBG of SAP_HR
SAP_HRCBR 608 0018 SAPK-60818INSAPHRCBR Sub component SAP_HRCBR of SAP_HR
SAP_HRCCA 608 0018 SAPK-60818INSAPHRCCA Sub component SAP_HRCCA of SAP_HR
SAP_HRCCH 608 0018 SAPK-60818INSAPHRCCH Sub component SAP_HRCCH of SAP_HR
SAP_HRCCL 608 0018 SAPK-60818INSAPHRCCL Sub component SAP_HRCCL of SAP_HR
SAP_HRCCN 608 0018 SAPK-60818INSAPHRCCN Sub component SAP_HRCCN of SAP_HR
SAP_HRCCO 608 0018 SAPK-60818INSAPHRCCO Sub component SAP_HRCCO of SAP_HR
SAP_HRCCZ 608 0018 SAPK-60818INSAPHRCCZ Sub component SAP_HRCCZ of SAP_HR
SAP_HRCDE 608 0018 SAPK-60818INSAPHRCDE Sub component SAP_HRCDE of SAP_HR
SAP_HRCDK 608 0018 SAPK-60818INSAPHRCDK Sub component SAP_HRCDK of SAP_HR
SAP_HRCEG 608 0018 SAPK-60818INSAPHRCEG Sub component SAP_HRCEG of SAP_HR
SAP_HRCES 608 0018 SAPK-60818INSAPHRCES Sub component SAP_HRCES of SAP_HR
SAP_HRCFI 608 0018 SAPK-60818INSAPHRCFI Sub component SAP_HRCFI of SAP_HR
SAP_HRCFR 608 0018 SAPK-60818INSAPHRCFR Sub component SAP_HRCFR of SAP_HR
SAP_HRCGB 608 0018 SAPK-60818INSAPHRCGB Sub component SAP_HRCGB of SAP_HR
SAP_HRCGR 608 0018 SAPK-60818INSAPHRCGR Sub component SAP_HRCGR of SAP_HR
SAP_HRCHK 608 0018 SAPK-60818INSAPHRCHK Sub component SAP_HRCHK of SAP_HR
SAP_HRCHR 608 0018 SAPK-60818INSAPHRCHR Sub component SAP_HRCHR of SAP_HR
SAP_HRCHU 608 0018 SAPK-60818INSAPHRCHU Sub component SAP_HRCHU of SAP_HR
SAP_HRCID 608 0018 SAPK-60818INSAPHRCID Sub component SAP_HRCID of SAP_HR
SAP_HRCIE 608 0018 SAPK-60818INSAPHRCIE Sub component SAP_HRCIE of SAP_HR
SAP_HRCIN 608 0018 SAPK-60818INSAPHRCIN Sub component SAP_HRCIN of SAP_HR
SAP_HRCIT 608 0018 SAPK-60818INSAPHRCIT Sub component SAP_HRCIT of SAP_HR
SAP_HRCJP 608 0018 SAPK-60818INSAPHRCJP Sub component SAP_HRCJP of SAP_HR
SAP_HRCKR 608 0018 SAPK-60818INSAPHRCKR Sub component SAP_HRCKR of SAP_HR
SAP_HRCKW 608 0018 SAPK-60818INSAPHRCKW Sub component SAP_HRCKW of SAP_HR
SAP_HRCKZ 608 0018 SAPK-60818INSAPHRCKZ Sub component SAP_HRCKZ of SAP_HR
SAP_HRCMX 608 0018 SAPK-60818INSAPHRCMX Sub component SAP_HRCMX of SAP_HR
SAP_HRCMY 608 0018 SAPK-60818INSAPHRCMY Sub component SAP_HRCMY of SAP_HR
SAP_HRCNL 608 0018 SAPK-60818INSAPHRCNL Sub component SAP_HRCNL of SAP_HR
SAP_HRCNO 608 0018 SAPK-60818INSAPHRCNO Sub component SAP_HRCNO of SAP_HR
SAP_HRCNZ 608 0018 SAPK-60818INSAPHRCNZ Sub component SAP_HRCNZ of SAP_HR
SAP_HRCOM 608 0018 SAPK-60818INSAPHRCOM Sub component SAP_HRCOM of SAP_HR
SAP_HRCPH 608 0018 SAPK-60818INSAPHRCPH Sub component SAP_HRCPH of SAP_HR
SAP_HRCPL 608 0018 SAPK-60818INSAPHRCPL Sub component SAP_HRCPL of SAP_HR
SAP_HRCPT 608 0018 SAPK-60818INSAPHRCPT Sub component SAP_HRCPT of SAP_HR
SAP_HRCQA 608 0018 SAPK-60818INSAPHRCQA Sub component SAP_HRCQA of SAP_HR
SAP_HRCRO 608 0018 SAPK-60818INSAPHRCRO Sub component SAP_HRCRO of SAP_HR
SAP_HRCRU 608 0018 SAPK-60818INSAPHRCRU Sub component SAP_HRCRU of SAP_HR
SAP_HRCSA 608 0018 SAPK-60818INSAPHRCSA Sub component SAP_HRCSA of SAP_HR
SAP_HRCSE 608 0018 SAPK-60818INSAPHRCSE Sub component SAP_HRCSE of SAP_HR
SAP_HRCSG 608 0018 SAPK-60818INSAPHRCSG Sub component SAP_HRCSG of SAP_HR
SAP_HRCSI 608 0018 SAPK-60818INSAPHRCSI Sub component SAP_HRCSI of SAP_HR
SAP_HRCSK 608 0018 SAPK-60818INSAPHRCSK Sub component SAP_HRCSK of SAP_HR
SAP_HRCTH 608 0018 SAPK-60818INSAPHRCTH Sub component SAP_HRCTH of SAP_HR
SAP_HRCTR 608 0018 SAPK-60818INSAPHRCTR Sub component SAP_HRCTR of SAP_HR
SAP_HRCTW 608 0018 SAPK-60818INSAPHRCTW Sub component SAP_HRCTW of SAP_HR
SAP_HRCUA 608 0018 SAPK-60818INSAPHRCUA Sub component SAP_HRCUA of SAP_HR
SAP_HRCUN 608 0018 SAPK-60818INSAPHRCUN Sub component SAP_HRCUN of SAP_HR
SAP_HRCUS 608 0018 SAPK-60818INSAPHRCUS Sub component SAP_HRCUS of SAP_HR
SAP_HRCVE 608 0018 SAPK-60818INSAPHRCVE Sub component SAP_HRCVE of SAP_HR
SAP_HRCZA 608 0018 SAPK-60818INSAPHRCZA Sub component SAP_HRCZA of SAP_HR
SAP_HRGXX 608 0018 SAPK-60818INSAPHRGXX Sub component SAP_HRGXX of SAP_HR
SAP_HRRXX 608 0018 SAPK-60818INSAPHRRXX Sub component SAP_HRRXX of SAP_HR
EA-IPPE 400 0026 SAPKGPID26 SAP iPPE
EA-APPL 617 0008 SAPK-61708INEAAPPL SAP Enterprise Extension PLM, SCM, Financials
EA-DFPS 600 0026 SAPKGPDD26 SAP Enterprise Extension Defense Forces & Public Security
EA-FIN 617 0008 SAPK-61708INEAFIN EA-FIN
EA-FINSERV 600 0027 SAPKGPFD27 SAP Enterprise Extension Financial Services
EA-GLTRADE 600 0026 SAPKGPGD26 SAP Enterprise Extension Global Trade
EA-HR 608 0018 SAPK-60818INEAHR SAP Enterprise Extension HR
EA-HRCAE 608 0018 SAPK-60818INEAHRCAE Sub component EA-HRCAE of EA-HR
EA-HRCAR 608 0018 SAPK-60818INEAHRCAR Sub component EA-HRCAR of EA-HR
EA-HRCAT 608 0018 SAPK-60818INEAHRCAT Sub component EA-HRCAT of EA-HR
EA-HRCAU 608 0018 SAPK-60818INEAHRCAU Sub component EA-HRCAU of EA-HR
EA-HRCBE 608 0018 SAPK-60818INEAHRCBE Sub component EA-HRCBE of EA-HR
EA-HRCBG 608 0018 SAPK-60818INEAHRCBG Sub component EA-HRCBG of EA-HR
EA-HRCBR 608 0018 SAPK-60818INEAHRCBR Sub component EA-HRCBR of EA-HR
EA-HRCCA 608 0018 SAPK-60818INEAHRCCA Sub component EA-HRCCA of EA-HR
EA-HRCCH 608 0018 SAPK-60818INEAHRCCH Sub component EA-HRCCH of EA-HR
EA-HRCCL 608 0018 SAPK-60818INEAHRCCL Sub component EA-HRCCL of EA-HR
EA-HRCCN 608 0018 SAPK-60818INEAHRCCN Sub component EA-HRCCN of EA-HR
EA-HRCCO 608 0018 SAPK-60818INEAHRCCO Sub component EA-HRCCO of EA-HR
EA-HRCCZ 608 0018 SAPK-60818INEAHRCCZ Sub component EA-HRCCZ of EA-HR
EA-HRCDE 608 0018 SAPK-60818INEAHRCDE Sub component EA-HRCDE of EA-HR
EA-HRCDK 608 0018 SAPK-60818INEAHRCDK Sub component EA-HRCDK of EA-HR
EA-HRCEG 608 0018 SAPK-60818INEAHRCEG Sub component EA-HRCEG of EA-HR
EA-HRCES 608 0018 SAPK-60818INEAHRCES Sub component EA-HRCES of EA-HR
EA-HRCFI 608 0018 SAPK-60818INEAHRCFI Sub component EA-HRCFI of EA-HR
EA-HRCFR 608 0018 SAPK-60818INEAHRCFR Sub component EA-HRCFR of EA-HR
EA-HRCGB 608 0018 SAPK-60818INEAHRCGB Sub component EA-HRCGB of EA-HR
EA-HRCGR 608 0018 SAPK-60818INEAHRCGR Sub component EA-HRCGR of EA-HR
EA-HRCHK 608 0018 SAPK-60818INEAHRCHK Sub component EA-HRCHK of EA-HR
EA-HRCHR 608 0018 SAPK-60818INEAHRCHR Sub component EA-HRCHR of EA-HR
EA-HRCHU 608 0018 SAPK-60818INEAHRCHU Sub component EA-HRCHU of EA-HR
EA-HRCID 608 0018 SAPK-60818INEAHRCID Sub component EA-HRCID of EA-HR
EA-HRCIE 608 0018 SAPK-60818INEAHRCIE Sub component EA-HRCIE of EA-HR
EA-HRCIN 608 0018 SAPK-60818INEAHRCIN Sub component EA-HRCIN of EA-HR
EA-HRCIT 608 0018 SAPK-60818INEAHRCIT Sub component EA-HRCIT of EA-HR
EA-HRCJP 608 0018 SAPK-60818INEAHRCJP Sub component EA-HRCJP of EA-HR
EA-HRCKR 608 0018 SAPK-60818INEAHRCKR Sub component EA-HRCKR of EA-HR
EA-HRCKW 608 0018 SAPK-60818INEAHRCKW Sub component EA-HRCKW of EA-HR
EA-HRCKZ 608 0018 SAPK-60818INEAHRCKZ Sub component EA-HRCKZ of EA-HR
EA-HRCMX 608 0018 SAPK-60818INEAHRCMX Sub component EA-HRCMX of EA-HR
EA-HRCMY 608 0018 SAPK-60818INEAHRCMY Sub component EA-HRCMY of EA-HR
EA-HRCNL 608 0018 SAPK-60818INEAHRCNL Sub component EA-HRCNL of EA-HR
EA-HRCNO 608 0018 SAPK-60818INEAHRCNO Sub component EA-HRCNO of EA-HR
EA-HRCNZ 608 0018 SAPK-60818INEAHRCNZ Sub component EA-HRCNZ of EA-HR
EA-HRCOM 608 0018 SAPK-60818INEAHRCOM Sub component EA-HRCOM of EA-HR
EA-HRCPH 608 0018 SAPK-60818INEAHRCPH Sub component EA-HRCPH of EA-HR
EA-HRCPL 608 0018 SAPK-60818INEAHRCPL Sub component EA-HRCPL of EA-HR
EA-HRCPT 608 0018 SAPK-60818INEAHRCPT Sub component EA-HRCPT of EA-HR
EA-HRCQA 608 0018 SAPK-60818INEAHRCQA Sub component EA-HRCQA of EA-HR
EA-HRCRO 608 0018 SAPK-60818INEAHRCRO Sub component EA-HRCRO of EA-HR
EA-HRCRU 608 0018 SAPK-60818INEAHRCRU Sub component EA-HRCRU of EA-HR
EA-HRCSA 608 0018 SAPK-60818INEAHRCSA Sub component EA-HRCSA of EA-HR
EA-HRCSE 608 0018 SAPK-60818INEAHRCSE Sub component EA-HRCSE of EA-HR
EA-HRCSG 608 0018 SAPK-60818INEAHRCSG Sub component EA-HRCSG of EA-HR
EA-HRCSI 608 0018 SAPK-60818INEAHRCSI Sub component EA-HRCSI of EA-HR
EA-HRCSK 608 0018 SAPK-60818INEAHRCSK Sub component EA-HRCSK of EA-HR
EA-HRCTH 608 0018 SAPK-60818INEAHRCTH Sub component EA-HRCTH of EA-HR
EA-HRCTR 608 0018 SAPK-60818INEAHRCTR Sub component EA-HRCTR of EA-HR
EA-HRCTW 608 0018 SAPK-60818INEAHRCTW Sub component EA-HRCTW of EA-HR
EA-HRCUA 608 0018 SAPK-60818INEAHRCUA Sub component EA-HRCUA of EA-HR
EA-HRCUN 608 0018 SAPK-60818INEAHRCUN Sub component EA-HRCUN of EA-HR
EA-HRCUS 608 0018 SAPK-60818INEAHRCUS Sub component EA-HRCUS of EA-HR
EA-HRCVE 608 0018 SAPK-60818INEAHRCVE Sub component EA-HRCVE of EA-HR
EA-HRCZA 608 0018 SAPK-60818INEAHRCZA Sub component EA-HRCZA of EA-HR
EA-HRGXX 608 0018 SAPK-60818INEAHRGXX Sub component EA-HRGXX of EA-HR
EA-HRRXX 608 0018 SAPK-60818INEAHRRXX Sub component EA-HRRXX of EA-HR
EA-PS 617 0008 SAPK-61708INEAPS SAP Enterprise Extension Public Services
EA-RETAIL 600 0026 SAPKGPRD26 SAP Enterprise Extension Retail
FINBASIS 747 0008 SAPK-74708INFINBASIS Financial Basis
FSCM_CCD 617 0008 SAPK-61708INFSCMCCD FSCM_CCD
ECC-DIMP 600 0019 SAPK-60019INECCDIMP DIMP
ECC-SE 605 0013 SAPK-60513INECCSE ECC-SE
ERECRUIT 617 0007 SAPK-61707INERECRUIT E-Recruiting
FI-CA 617 0008 SAPK-61708INFICA FI-CA
FI-CAX 617 0008 SAPK-61708INFICAX FI-CA Extended
INSURANCE 600 0019 SAPK-60019ININSURANC SAP Insurance
IS-CWM 600 0019 SAPK-60019INISCWM Industry Solution Catch Weight Management
IS-H 600 0025 SAPK-60025INISH SAP Healthcare
IS-M 600 0019 SAPK-60019INISM SAP MEDIA
IS-OIL 600 0019 SAPK-60019INISOIL IS-OIL
IS-PS-CA 617 0008 SAPK-61708INISPSCA IS-PUBLIC SECTOR CONTRACT ACCOUNTING
IS-UT 600 0019 SAPK-60019INISUT SAP Utilities/Telecommunication
LSOFE 600 0026 SAPK-60026INLSOFE SAP Learning Solution Front-End
SEM-BW 600 0026 SAPKGS6026 SEM-BW: Strategic Enterprise Management
GBAPP002 600 0009 SAPK-60009INGBAPP002 GBAPP002
GBHCM002 600 0015 SAPK-60015INGBHCM002 HCM Employee Requests (Leave)
GBHCM003 600 0012 SAPK-60012INGBHCM003 HCM Manager Approvals (Time, Training, L
GBX01HR 600 0004 SAPK-60004INGBX01HR FIORI X1 HCM
GBX01HR5 605 0002 SAPK-60502INGBX01HR5 FIORI X1 HCM
SRA001 600 0007 SAPK-60007INSRA001 Approve Purchasing Contracts OData Integ
SRA002 600 0008 SAPK-60008INSRA002 Time Recording OData Integration Compone
SRA003 600 0003 SAPK-60003INSRA003 Create Travel Expenses OData Integration
SRA006 600 0008 SAPK-60008INSRA006 Remuneration Statements OData Integratio
SRA007 600 0006 SAPK-60006INSRA007 My Benefits Enrollment OData Integration
SRA010 600 0007 SAPK-60007INSRA010 Staffing List OData Integration Componen
SRA012 600 0005 SAPK-60005INSRA012 My Department Spend
SRA013 600 0007 SAPK-60007INSRA013 Create Purchase Order from Released Purc
SRA016 600 0008 SAPK-60008INSRA016 Price and Availability Check OData Integ
SRA017 600 0007 SAPK-60007INSRA017 Create Purchase Order OData Integration
SRA018 600 0007 SAPK-60007INSRA018 Purchase Order Status Tracking OData Int
SRA019 600 0005 SAPK-60005INSRA019 Track Shipment OData Integration Compone
SRA020 600 0007 SAPK-60007INSRA020 Purchase Order Status (In Process, Appro
SRA021 600 0007 SAPK-60007INSRA021 Customer Invoices OData Integration Comp
BP-CANW 731V4 0000 - Tech. Obj. for SAP BP pkg. act. based on
BP-ERP 606V4 0000 - SAP Best Practices All-in-One (EhP6)
BP-SOLBLD 70V8 0000 - Solution Builder on SAP NW 7.02
CFMFND 100_617 0003 SAPK-16703INCFMFND CIDEON CAFM Suite Foundation
CFMPUB 100_617 0003 SAPK-16703INCFMPUB CIDEON Publisher
CFMREP 100_617 0001 SAPK-16701INCFMREP CFMREP 100_617: Add-On Upgrade
CIDAFW 100_740 0001 SAPK-17401INCIDAFW CIDEON Application Framework
CIDCAD 100_702 0012 SAPK-17212INCIDCAD CIDEON PLM / CAD Base
CIDEON 100_740 0002 SAPK-17402INCIDEON CIDEON Tools
MOVIAPP 220_700 0000 - Movilizer Application Framework
MOVIBASE 220_700 0000 - Movilizer SAP Connector
MOVIGEN 220_700 0000 - Movilizer SAP Connector / Generated Obje
MOVIMFS 220 0000 - Movilizer for SAP PM/CS - Core
MOVIMFSC 220 0000 - Movilizer for SAP PM/CS - Common
MOVIMFSD 220 0000 - Movilizer for SAP PM/CS - DB Layer
MOVIMM 220 0000 - Movilizer for SAP MM - Application Layer
MOVIPRX 220_700 0000 - Movilizer WebService Proxy
MOVIPRXC 220_700 0000 - Movilizer WebService Proxy / Common Obje
NAKISA 430_740_RF 0000 - Nakisa STVN Add-on RF
PLMA 100_740 0005 SAPK-17405INPLMA CIDEON Conversion Engine
ST-A/PI 01S_731 0000 - Servicetools for SAP Basis 731
Installed Product Versions on SAP ERP ECC(Back-end):
SAP ERP 2005 sap.com SAP ERP 6.0
EHP7 FOR SAP ERP 6.0 EHP7 FOR SAP ERP 6.0 sap.com EHP7 FOR SAP ERP 6.0
SAP NETWEAVER 7.4 sap.com SAP NETWEAVER 7.4
SAP HCM RENOVATION 2.0 sap.com HR RENEWAL 2.0
Re: Message No k/821
Hello kittu,
Please first check in transaction KE4M to see the settings.
For example, if CO-PA quantity field VVGRW is assigned to SD quantity
field BRGEW, any conversion of values in VVGRW is based on the entries i
database table T006 (transaction CUNI) and the information of alternativ
UOMエs in the material master is not worked. Therefore the error will be
trigerred.
In order to solve this problem in standard you need either adjust your
CUNI-settings or make the valuation based on a CO-PA quantity field
that is not assigned to SD-quantity fields in transaction KE4M.
Best regards,
Jason
Report Filter & User Response
Hello,
Need your suggestion with the possibility of using userresponse function for prompt & Input control selection using reportfilter function simultaneously.
We have a requirement where user will run the report by giving prompt values for e.g prompt says :
Choose Sales Manage : and user chooses three names Rebecca , Smith & Jack
This names will be displayed in the header of the report in a table using UserResponse function.
Later the same variable we have used in Input Control with checkbox, so the user would be having this three names in Input Control for selection again, so if user chooses to see the sales report for Rebecca & Smith only then he will do the selection at input control.
Our requirement is that the selection should be displayed in the header again, currently this both functions works well independently.
Is it possible?
Please advise.
Thank you
Piyush
Re: Mapping-Errors: How to find the problem - tipps for analizing?
Marco,
From your comments I observe file is archived but no XML generated correct?
Might be the contents of the file are incorrect could be happenning because of this,I mean file picked archived since it is faulty.
Re: Printing for invoices - Plant specific
MRRL transaction has the plant as selection criteria. Isn't this sufficient to create separate invoices by plant?
Re: Push Questions
I don't need the sync flag on new documents from the client, since the folder will have push set already.
I need to set the push flag for folders via a API (from client or from server).
And I need to handover a document (not document name!) to the native client for storing inside a folder (so that it is later uploaded during syncing because that folder is currently marked for push and sync, if push does not include sync).