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

Re: ActionSuccess property of the BusinessObjectInfo object

$
0
0

Hi Beni,

 

Since the FormDataEvents fail if for some reason the document can^t be created/updated/deleted then it would be safe to assume that ActionSuccess could be an indicator of the document having been created/updated/deleted.

 

Do you have a situation where this is not the case?


Best regards,

Pedro Magueija


View Pedro Magueija's profile on LinkedIn


Re: Universe join issue?

$
0
0

Assuming the data is in txt format you can try the below query to retrieve the data. The idea below is to join the two table using 'BETWEEN Join'.

 

Since the data is in txt format you would first have to convert this to the same format to apply the join. In this case i am converting the values to a date.

 

 

SELECT  SUBSTR(TAB-1.MONTH_NAME,4,3) AS MONTH_NAME,

               TAB-1.|||| AS ||||,

                TAB-2.RATE

 

FROM TAB-1, TAB-2

 

WHERE

CAST(('1-'+SUBSTR(TAB-1.MONTH_NAME,4,3)+'-14') AS DATE)

BETWEEN CAST(TAB-2.START_DATE_A AS DATE) AND CAST(TAB-2.END_DATE_B AS DATE)

 

Hope this helps             

Re: Json / Message Properties Not Found in Fiori Launchpad

$
0
0

Ignore or add a blank Component-preload.js file in your project if you dont want to see this error .

 

Regards

Mayank

LTVD Table by product number

$
0
0

Hi gurus,

 

Trying to create a report for a client. Basically this will be a DNQ report, to notify their customers of products which have been disqualified, which were qualified before. Need to find Customer LTVD's for particular products which were sent out on particular dates. I have found the following tables: /SAPSLL/PREVDH and /SAPSLL/PREVDI, but I have not been able to find the link to the product. Any help on putting the pieces of the logic together would be great!!!

Re: Regarding Multi Currency upload in Travel upload

$
0
0

I agree with that but is it possible to upload many currencies transcation in system in one upload file.

let me know if you have more idea about it. Please guide me for it.

Federated Portals With SAML 2.0.

$
0
0

Hi experts.

 

I want to federate two portals with SAML 2.0. Could you help me? I need to know if it is possible and if there are any documentation and if exist any document that describes the procedure to follow.

 

Thanks and regards David Sánchez.

Re: Crystal Report 2008 SP3

$
0
0

Hi Joseph,

 

Adding to Ludek's suggestions, Crystal uses the printer driver to manage the page layout, fonts, etc.  So the printer driver is important.  If there is no printer driver, like any Windows program, it will try and substituted the font for the next closest one.  If no printer is installed, it will probably use the Microsoft XPS Document Writer if it's installed.

 

Because you are moving from Windows Server 2003 to 2008, printer drivers have changed.  So make sure the lastest driver is latest one for Windows Server 2008.

 

Hope this helps,

Brian

Re: Left Outer join

$
0
0

Hi,

 

 

Its done.

 

Below is the correct code.


 

 

var_out =    ( SELECT  T3."A_ID",T4."B_ID"

                  from "table3" AS T3

                   left outer join

                   "table4" AS T4

                   ON T3."A_ID" = T4."B_ID" ) minus

                       ( SELECT  T3."A_ID",T4."B_ID"

                        from "table3" AS T3

                        inner join

                        "table4" AS T4

                         ON T3."A_ID" = T4."B_ID" );

 

 

Just last question is this possible with CE functions also?

 

BR

Sumeet


Re: Master Data Type Attribute Deletion

$
0
0

Hi Raghav,

 

Thanks for your response.

 

Will not delete any attributes in this case and wait for the patch. Thanks.

 

Regards,

Aditya G

Vertical alignment of Openui5 components differ in HTML5 UL (unordered list)

$
0
0

I am using the HTML unordered list tags (ul and li) to build a list of text with bullets in front of them. I have tried OpenUI5 labels and text components to output the text (which is so long that it wraps to the next line) but when I do the bullets seem to lineup with the second line of text.

I experimented and just hard coded the text (normally it comes from a resource bundle) and when I do this the bullet lines up properly. Note that the bullet lines up properly when I use the formatted test view component.

 

UnorderedList.jpg

Here is how it looks:

 

ListView.jpg

Is there anything I can do to get that text to lineup with each bullet properly?

Re: STMS Logon Screen

$
0
0

Hi

 

On your Domain controller system all the system are configured right way?

just logon to Domain controller system in client 000, check the system status.

 

BR

SS

Re: Integration with SAP NW PI

Re: How Dynamically change BO Dashboard background color with each plant

$
0
0

Hi Amit,

 

please ease can you send screenshots how can I do hardcore. 

Re: Alert category in EM

$
0
0

Hi,

 

As per my knowledge, I don't think we have condition to provide as "If recipient not found then don't do anything".  You may need customize in Alert Framework.

 

You can try these options:

 

Option 1. IMG -> Event Management -> Reactions to Event Messages -> Define Alert Framework Connection -> Define RFC Connection to Central Alert Server -> Give dummy RFC destination (check with BASIS team, normally client have configured dummy RFC destination not to trigger or process anything).  I haven't tried this option, but you can try this config.  You have to consult with your BASIS team as they may have other alert categories that should not impact.

 

Option 2. IMG -> Event Management -> Reactions to Event Messages -> Define Alert Framework Connection -> Define Alert Framework Integration to SAP Event Management -> Assign Alert Categories -> Provide Activity Param.ID (Which you given in rule set), specify your alert category, select INT Internet E-mail address in Communication Method and just give dummy email id or the email id which goes to internal DL list in Communication Data.

 

Last, schedule this program RSALERTPROC in background to delete old alerts.

 

Check and let me know.

 

Regards


GGOPII

Report Question

$
0
0

I am working on a report that pulls ordersets placed on a patient. There is a parameter in the report that gives you the option of pulling all patients whether they have an orderset or not. I am wanting the report to give me the patients that have a specific orderset and all the patients that did not have the specific orderset. If I put into the select criteria where the orderset is equal to 'x' then I only get the patients that had the orderset not the ones that didn't. Not sure if I need to write some kind of formula or if there is something I can do in the select criteria or change the parameter somehow.

 

Thanks.


Re: MS SQL 2012 SGEN ERROR

Re: RSKC rise to Char a

$
0
0

Hi

 

Enable Lowercase in InfoObject Definition into which this char is being loaded. It will allow to load special chars.

 

 

Rgs

Chandra

Re: Issue at Description field WF at ME53n

$
0
0

Like Susan I am a bit confused with your question.

 

However try this if it helps.

 

You should be able to click the Release Strategy ( Green Flag ) icon for releases. You should find the release code here. Accordingly you will find the person responsible for the requisition.

 

Note: This is for purchase requisition using ME53.

 

--

Linkin

Re: InfoCube +BEx+Not Assigned+Row

$
0
0

Sorry, I meant -> switch to Key. To have only Key, not Text.

Re: Getting the error when i try to open the Crystal Report 2011 via the web page BI Launch pad

$
0
0

Hi Pradeep,

 

Is this a clustered environment,if yes then stop one node at a time test if issue is node specific.

Or create server group(node 1) by going to the servers section in CMC & bind the server group to report.

 

Regards,

Nisha

Viewing all 10498 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>