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

Re: sql not returning rows needed in the cr

0
0

hi Paul,

 

if you change the last section to

 

and h.ihent# not in (                                                      

    select cor.ihent#                                                    

      from astdta.OEINHDIH cor                                           

      where cor.IHORDT in ('COR','COE'))

 

does that address the issue?

 

-jamie


Re: Workflow WS17200014 ( Solution Manager - ITSM )

0
0

Hi,

 

I'm not familiar with that SolMan workflow (it's not in my system), and I'm not quite sure I understand your question!

 

"Could I change this logic (buttons) so the user can reject or accept from the WI, without enter in the order, and modify the current step."

 

Are you saying that task TS17207930 only contains text (explaining how to manually process a checklist), and you want to automate the steps that it describes?

 

If yes, then you need to identify the relevant CheckList BOR object (or class) and see which methods it provides for you to use. Also, see which CheckList TS tasks are available for executing those methods.

 

Then build a new task (based on DECISION.PROCESS) to provide Approve / Reject buttons to the user. Based on their decision, invoke the step to execute the relevant CheckList method

 

Decision Task  --- Outcome: Approved --> Checklist.Approve step

                      ---- Outcome: Rejected --> Checklist.Reject step

 

good luck!

Paul

software component version is incorrect for ECC-DIMP in Stack.xml file

0
0

Hi All,

 

I have generated stack.xml file for ERP 6.0, when I checked the stack.txt file source version of ECC-DIMP - 600 0021 and traget version shows ECC_DIMP -600 0000

 

Any suggestions?

 

Thanks,

Dheeraj

Table deleted, not copied in remote client copy

0
0

Hi Basis gurus,

This is my first remote client copy and in test mode I get the following messages regarding "table x is deleted, not copied".

I have googled but only found about errors regarding more severe dictionary errors. I compared table TABADRH in source & target instances and it is identical in both systems.

So I am confused as to the meaning of these messages. Do the tables get overwritten in the target instance? I read a case where a fellowman had his data wiped out.... so do please clarify. (using sap_all profile)

Thanks & best regards,

Claudio

 

Table TABADRH is deleted, not copied

Table TABADRS is deleted, not copied

Table TABADRSF is deleted, not copied

Table TABADRST is deleted, not copied

Table TABADRX is deleted, not copied

Table UCF001C is deleted, not copied

Table UCF001G is deleted, not copied

Table UCF001T is deleted, not copied

Table UCF0020 is deleted, not copied

Table UCF0021 is deleted, not copied

Table UCF0022 is deleted, not copied

Table UCF0023 is deleted, not copied

Table UCF002C is deleted, not copied

Table UCF002T is deleted, not copied

Table UCF0032 is deleted, not copied

Table UCF003C is deleted, not copied

Table UCF003G is deleted, not copied

Table UCF003T is deleted, not copied

Table UCF0040 is deleted, not copied

Table UCF0041 is deleted, not copied

Table UCF0042 is deleted, not copied

Table UCF0043 is deleted, not copied

Table UCF004C is deleted, not copied

Table UCF004T is deleted, not copied

Table UCF1000 is deleted, not copied

Table UCF1001 is deleted, not copied

Table UCF1002 is deleted, not copied

Table UCF2300 is deleted, not copied

Table UCF2301 is deleted, not copied

Table UCF2310 is deleted, not copied

Table UCF2311 is deleted, not copied

Table UCF3000 is deleted, not copied

Table UCF3001 is deleted, not copied

Table UCF3010 is deleted, not copied

Table UCF4000 is deleted, not copied

Table UCF4001 is deleted, not copied

Table UCF4002 is deleted, not copied

Table UCF5000 is deleted, not copied

Table UCF5001 is deleted, not copied

Table UCF5002 is deleted, not copied

Re: COHV

0
0

If you log in using FR language then COHV should automatically pull up the list in French language.

 

For your information that list is saved in the domain PPIO_LISTTYPE.

 

Go to SE11 enter the domain PPIO_LISTTYPE and click on tab Value Range.

 

Make sure the language FR is installed properly in your system ( Contact your basis administrator or TCode SMLT and check the profile zcsa/installed_languages tcode RZ11 has atleast the letters DEF, D stands for German, E stands for English and F stands for French)

 

 

If you're logged in through English language but want to display in French, then I don't think it is possible without modifying standard code (changing the domain values), which is highly not recommended.

Data binding working ... now a question about the variables

0
0

I wrote a small app based on the example (below) from sapui5.hana.ondemand.com.

 

My question pertains to anyone else that has data binding working and has tried to do something like the text in red.

 

When stringing together "variables" like the ones highlighted in below ... if I do something similar all I get on the screen is the actual text, ie {Width} instead of the value that should replace that.  If I get rid of the extra text and just have the variable in " " I get the correct value displayed for the "variable"

 

Anyone else ran across this?

 

-Mike

 

var header = new sap.m.ObjectHeader({
  title : "{Name}",
  number : "{Price}",
  numberUnit : "{CurrencyCode}",
  statuses : [
  new sap.m.ObjectStatus({
  text : "Some Damaged",
  state : "Error"
  }),
  new sap.m.ObjectStatus({
  text : "In Stock",
  state : "Success"
  })
  ],
  attributes : [
  new sap.m.ObjectAttribute({
  text : "{WeightMeasure} {WeightUnit}"
  }),
  new sap.m.ObjectAttribute({
  text : "{Width} x {Depth} X {Height} {DimUnit}"
  }),
  new sap.m.ObjectAttribute({
  text : "{Description}"
  }),
  new sap.m.ObjectAttribute({
  text : "www.sap.com",
  active : true,
  press : function () {
  sap.m.URLHelper.redirect("http://www.sap.com", true);
  }
  })
  ]
  });
  

Re: Ribbon like button using sap.m.Button or sap.ui.commons.Button

0
0

Yes, Jeetendra is right. You should be able to use Menu Button. and then onAfterRendering so some  jQuery magic to re-arrange the image and text.

 

Thanks

-D

Re: export & import of sap schema for building a new system

0
0

Alright, then

Be aware that a backup is not an export of the database and the restore of it won't take very long at all. In fact you could leverage existing backups and simply recover them.

Anyhow - your choice.

 

If you cannot follow this approach, all you can do is to perform a parallel export/import of the schemas you are actually interested in. Shouldn't be that difficult either.

 

Just as with the backup/restore approach you want to make sure that you perform the I/O operations against a mutually mounted/shared file system so that you spare the additional copy effort.

 

Finally the last option I see is to use SLT and perform an initial load - this won't be faster but you can avoid temporary disk usage altogether (if you already got a SLT instance in your landscape).

 

- Lars


HANA SLT schema selection

0
0

Hi ,

 

We have  SLT server with 2 configurations setup (schema) , DEV and QA. on one of these configurations we are using transformation with an include where it is calling a source system via RFC. Normally we would point SLT Dev to ECC dev , SLT QA to ECC QA etc but in this case we wanted to point SLT Dev to another system based on the current configuration ID.

I was trying to get that info from SY table in runtime but couldn't find a way to debug the include.

 

1. Is there a way to debug include in transformation in runtime ( I tried a hard code break point with no luck).

2. Can I find out using a case statment which configuration is being used ? this will drive the RFC to the correct source system.

 

Thank you,

 

Nick

Re: HANA SLT Schema selections

UNX over SAP BW using relational connection

0
0

We have BO 4.0 SP5 Patch 6 and using IDT for universe designing.

My question is whether or not Data Federator handles the single-source relational universe over SAP BW datasource

or DF only handles multi-source universes?  I am using a multiprovider (combines data from 2 infoproviders) as

a data source for my universe.  Is multiprovider considered a mutli-source since it combines data from multiple infoproviders.

I am not trying to combine data from SAP BW and anyother data source which is what multi-source universe does.

 

Thanks

Abdul

Validate CR Reason using BRF+

0
0

Hi,

 

We're building some validation rules and one of the requirements is to ensure that the CR Reason is not empty. I've looked into the Data Objects under "FMDM_MODEL_BP" and I see the following CREQUEST metadata:

 

  • SAPFMDM_CREQUEST
  • SAPFMDM_CREQUEST_STEP
  • SAPFMDM_CREQUEST_TYPE

 

Has anyone any experience in trying to validate the CR Reason using BRF+ or is that not possible?

Re: How to hide popover in MAKit column chart

0
0

After some digging. Find the answer

 

oChart.getValueBubble().setVisible(false);

 

-D

Re: Auto commit for inserts

0
0

Hi there

 

the point is that allowing transaction control commands in the EXEC/EXEC IMMEDIATE syntax is not proper language support for these commands and renders the overall transaction handling inconsistent.

For example: usually (if not in auto commit mode) you can always run a rollback after calling a procedure and everything will be as it was before.

With using commit/rollback within a procedure that's not the case at all.

In fact you cannot know what will be committed or rolled back which makes life suddenly a lot more complicated.

 

Up to now the only use case I have seen requiring transaction control in SQLScript is managing data loads. And again often the scenario for that was to build a data warehouse-like data mart.

 

The problem with that is: currently SQLScript is language wise insufficient for this kind of application.

For the smallest things (think error logging and handling) huge workarounds need to be implemented.

There is no reasonable scheduling option available and no way to run multiple tasks/procedures in parallel and manage these tasks.

 

It boils down to a huge list of workarounds and the inevitable use of external tools (or the reduction of functions in the system).

Now, given this situation, as a vendor for data processing platforms as we are, doesn't it make sense to say: let's concentrate functionality in the tools that are made for this kind of requirement and keep the other tools simple and lean?

I think it does.

 

and again - that's what I think - not the official SAP line in any way.

 

- Lars

Re: error while connecting sap hana studio from spot instance in aws

0
0

Hi Prakash,

 

I have same issue ,I am unable to  connect   SAP HANA studio with   spot instance which is  up and running in AWS . I have tried with Elastic Ip address in browser , page is not opening at all. but With Normal Instance all work great .

 

Have you got any solution for that ?

Please let me know

 

Regards

Hari


Re: SAP HANA Developer Edition on Amazon Web Services (AWS)

0
0

Thanks wenjun,

 

I have deleted the Instance from cal.sap.com and re-installed SAP HANA developer edition , it is working great now.

 

Thanks you so much , I have assign points 4 you.

 

Regards.

Hari

SAP Netweaver ABAP vs SAP Netweaver AS ABAP

0
0


Hello,

 

What's the difference between SAP Netweaver ABAP and SAP Netweaver AS ABAP ?

Can i install these versions on my personal computer (not a server computer) ?

 

Thank you

Re: Smart Data Access to Sybase IQ error

0
0

Yes, I see the DSN when I run the specified command.

Re: WebI Report Corruption on BI 4.1 SP 1 Patch 7 : An internal error occured while calling 'openDocument' API WIS 30270

0
0

HI Satish

 

I am facing the same error as well last week the reports worked but now I am getting the OpenDocument API. How were you able to reduce the number  of objects? We can not even see the structure after clicking ok on the error message.

 

 

 

Thanks

Roland

Re: New Business Model: What kind of consultant will arise?

0
0

I am thinking in about 5 to 7 years from now.

 

Thnaks Jon!

Viewing all 8902 articles
Browse latest View live




Latest Images