Have you tried modifying the WSDL you used to create the proxy? The WSDL may not actually be in synch with the service.
Re: add a Tag when Consuming a web service using Proxy wizard
Re: Erro customizing: versão XML não atualizada para tipo de mensagem 210200
Re: Sales order not geting saved and number in generated.
I would debug into the issue. the cause can be different, either a basis issue, or a program issue. you should be able to find more information in st22.
Re: Temporal Join in Analytical View
Hi Poonam,
I found out the same thing, the temporal join only works on physical fields, not on calculated ones.
Best regards,
Stefan
Re: 1 Task Limit MaxDB 7.5.18 with 7.7 GUI
Thanks for your reply! I solved this similarly myself by using the dbmcli instead of any GUIs. I tried many versions of the GUI and they all had this problem but when using the CLI, no such problems. Seems like a the GUI was trying to connect more than once or something similar.
Re: Error in CFM1
Hi Vijesh Vijayan,
This is for your update that if you follow the sequence in your scenario that you will be able to CIF the required master data.
1) CIF -Location Master first
2) CIF - Material and Location Master later
Note: If you have already ciffed the location master and you are not sure of the integration model, go to CFM5 and find out the integration model.
Note2: Error mentioned in your screenshot is just an information, go ahead and generate the integration model and do CFM2.
Let me know, once you are done with the above steps.
Thanks
Sai Dacha
Re: hello
thank u for d solution
Re: Can NWBC modify screen layout
No, you will still have to use the tools meant specifically for that (e.g. Personas). NWBC is simply rendering content from different systems using different engines (SAP GUI for classic dynpros, IE for Web Dynpros, etc).
Possible data corruption
In our <SID>_BS.log file, we've received the following errors during a database dump with verify headers.
Apr 1 04:40:01 2014: D01: Page Verification Error: Object id wrong: alloc page=140226816 extent id=140226848 page#=14022685
5 ptnid in ext=8 ptnid in page=-1.
Apr 1 04:40:01 2014: D01: SYBMULTBUF WARNING: One or more errors have been reported while performing consistency checks on the pages being dumped. The affected pages will be reread in an attempt to discard spurious errors.
Apr 1 04:40:01 2014: D01: SYBMULTBUF WARNING: After rereading the pages, the consistency check has continued to report one or more errors.
May 10 18:05:53 2014: D06: Page Verification Error: Object id wrong: alloc page=138916608 extent id=138916712 page#=13891671
7 ptnid in ext=8 ptnid in page=-1.
May 10 18:05:53 2014: D06: SYBMULTBUF WARNING: One or more errors have been reported while performing consistency checks on the pages being dumped. The affected pages will be reread in an attempt to discard spurious errors.
May 10 18:05:53 2014: D06: SYBMULTBUF WARNING: After rereading the pages, the consistency check has continued to report one or more errors.
Looking into what we can do to check for consistency problems, it appears most people were recommending dbcc checkstorage. This requires its own special database, which is planned out with the sp_plan_dbccdb below. Looking at this, we can see it's going to require a lot of space and cache for the <SID> database. The database is > 7 TB compressed. Also because of its size, alternatives such as checkdb and checkalloc will take a TON of time (according to sapnote 1990528: 960GB = ~ 4+ days).
Recommended size for dbccdb database is 157614MB (data = 157612MB, log = 2MB).
No suitable devices for dbccdb in master..sysdevices.
Recommended values for workspace size, cache size and process count are:
dbname scan ws text ws cache comp mem process count
master 21504K 5504K 5402K 0K 1
tempdb 1968M 492M 492M 0K 2
model 1408K 384K 640K 0K 1
sybsystemdb 3712K 1024K 1280K 0K 2
sybsystemprocs 25216K 6400K 6324K 0K 1
sybmgmtdb 12672K 3200K 3175K 0K 1
<SID> 94G 24G 24G 0K 77
saptools 3318M 830M 830M 0K 2
saptempdb 9585M 2397M 2397M 0K 1
So my questions: Is dbcc the best way to troubleshoot the above errors in the backup server log (any other ways you would recommend)? Does dbccdb really need that amount of space and cache size for the <SID> database and what is the minimum it would need? It would be awesome to run a dbcc checktable against the tables we know are corrupted, but finding which tables are corrupt is the issue (lack of time and resources).
Side question: We've had checkalloc running since 5/12, did we have to spool it to an output file or will it generate something at the end? (If we ever get to the end, but regardless, we can't wait weeks to find corrupted tables/indexes)
Currently ASE 15.7 SP110 on AIX
Displays Lumira Storyboard as HANA UIS widget
Hi there,
I am trying to display a Lumira Storyboard in HANA Appsite as widget. I created a xml file with url pointing to the Lumira storyboard, a corresponding .xswidget file for the xml and added the widget to my appsite. When I load the appsite, I am getting the following error in Google Chrome for the Lumira storyboard widget.
XXX_The requested resource is not available.
Any idea what might be the issue? Could this be a security issue? Below is how my xml file looks like:
<Module>
<ModulePrefs title="Lumira Storyboard">
<Require feature="sap-context" />
</ModulePrefs>
<Content type="html" href="http:/<host>:<port>/sap/bi/launchpad/open?id=532C85999711159FE1000000C0A80380&type=HANALYTIC">
</Content>
</Module>
Regards,
TM
Homogenous system copy of Content server
We currently use a SAP ERP 6.0 EHP6/Oracle system connected to a SAP 6.40 Content server utilizing MAXDB 7.8 as the content storage area. We are performing a homogenous system copy of our PRD ERP EHP6 / 6.40 Content Server system to our QA system. We have completed the recovery and configuration of the ERP system and completed the MAXDB recovery of the Content server. Now the question is how do I get the ERP system hooked with the Content server in such a way as to allow users to access the PRD content in the new DB I executed transaction OAC0 and changed the name of the host server on the Content, however when I try and change the DB name I keep getting an HTTP 500 error. If I go the CSAdmin overview screen I do not see the DB I used as the target content store defined in the screen, Nor is the content server found in OAC0 accessible. Does anyone have the post processing steps needed to complete the migration of a MAXDB based content store from a PRD instance to a TST instance it is very important that existing content stored in the Repository be accessible now that it has been moved.
ERP System ERP6.0 EHP6 / Oracle 11.2.0.4 /Windows 2008 R2 - Source and target
SAP Content Server 6.40 / MAXDB 7.8 Source and Target
Content Store DB names Source PRD target ZQA
referenced SAP notes 129252 and 962019
Thanks in Advance
Troy Sorbet
Re: Order without task list
Hello Anirban
Yes, it is possible to create a production order without a task list.
On the customizing transaction OPJG you must define for the order the default values for an operation which should be generated when a task list can't be selected.
BR
Caetano
Re: formatting error in excel
may be you can better explain it with screenshots
ERP 5.0 to ERP 6.0 upgrade: Activities in advance
ERP 5.0 to ERP 6.0 upgrade: What activities can advance in the upgrade project, for missing three months for the server. ?
Thanks
Re: Can MOPZ be used without installing Diagnostic Agent.
Hi,
Please check below threads -
Set up of MOPZ with Solution Manager 7.1
Solman 7.1 - Setup Maintenance Optimizer
Best Regards,
Tanmeya
My dashboard taking long time to load in ipad compared to Desktop. Experts need suggestion to tune my dashboard.
Hi Experts,
I have developed dashboard with BEX query as a source(9 queries used in dashboard). This dashboard opens in 40 secs in BI launchpad but if I open same dashboard through SAP BI app it almost taking 3-4 min. Is there any ways to improve performance in Ipad?
Info of Dashboard
* 20-25 components using in dashboard
* 100-150 formulae are used(VLOOKUP)
* SAP BO 4.0 SP6 I am using
Please need some tips to improve performance.
Regards
MAHANTESH
Re: Pls guide me
Hi Vigneswaran,
you ca first follow the below community to know more on SAP GRC;
Governance, Risk and Compliance (SAP GRC)
then you also refer the below for some additional know how;
SAP GRC Access Control: Compliant Provisioning Goes Identity Management
Exam fee, i 'm not aware of the amount. you could search from any SAP partner institutes for the same.
Best Regards,
Dinesh Rupraj
Re: Webdispatcher with Dynamic URL
Hi Venkat
Could you refer the SAP link
Determining the Server Group - SAP Web Dispatcher - SAP Library
Check this thread -
SAP Web Dispatcher - Dynamic URL
BR
SS
Define Customer-Specific Components
hi
i want to create " abox _slim " component in the visible component but i don't know function module for it and after that i need to add this component to the cic profile by profile category ACTION_BOX_CONFIGURATION but i don't know the table name
can everybody help me
Re: Vehicle maintenance
You can maintain the Partner data in Equipment Master through Partner Functions.
If not, you can maintain the Employee name in short text of the Measurement document.
Instead of doing that in excel, details can be retrieved from SAP. But there won't be any integration between this Measurement document value & deductions to be done in payroll.
You can refer below document for assigning the employee to vehicles through Partner functions.
Partner Determination Procedure - Overview
Hope, simultaneously one vehicle will not be used by more than one employee.
If 1 Employee : 1 Vehicle, then use Partner function to get the personal usage & official usage by having only 2 valuation codes instead of having employee wise codes as employee are more dynamic.
If n Employee : 1 Vehicle, then use Short text in Measurement document to mention the employee details with same 2 valuation codes.