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

Re: Custom fields in Task-List operations

0
0

I shall be closing the thread. We opted to handle the requirement using Z development where Task-list master will play a less significant role. Thanks Pete Atkin for adding a different dimension to address the requirement.


Re: Mapping Risk Class and Check Rules

0
0

Hi Laura,

 

In my opinion, risk class is the evaluation of a customer based on the check rules, and based on the evaluated score; the risk class is assigned at master data.

 

So, let's say, you have assigned a credit check rule to a customer. In SPRO, the credit check rule has been configured with a Score Formula. When you process the score evaluation either from BP screen or using mass processing program, the business partner would be assessed as per the formula. Whatever score has been calculated from the formula would be checked with the risk class mapping, internally during that process and then the appropriate risk class is calculated and assigned at business partner (Table UKMBP_CMS).

 

At BP level, you can assign a check rule using BP screen and that is stored in table UKMBP_CMS.

And, you can assign ratings internally (FICA Rating from creditworthiness) or externally(from credit bureau). Those ratings are associated with corresponding rating procedure so that you can segregate ratings as per rating procedure. That is stored in the table BP1012 time sliced with ratings.

 

The overall Score Formula (that you'll build) associated with the check rule assigned at BP, would then evaluate the customer based on the ratings and other factors. The score is then evaluated and stored in table UKMBP_CMS in field OWN_RATING. The program UKM_MASS_UPD2 is used to calculate score at BP that assigns risk class as well.

 

Hope it addresses your query.

 

Thanks,

Bodhisattwa

Cancelled billing document is not automatically released to accounting - FI Issue

0
0

Hi ,

 

when I am cancelling billing document, normally it should create accounting document of cancelled billing document as well, but it is throwing below error and it is not creating accounting document automatically, please suggest the possible reason for this?

 

 

Document 90664967 saved (no accounting document generated)
Message no. VF050

 

 

Regards,

Ankesh

Re: How to create/configure an OVS for a custom BO?

0
0

I would create another OVS UI and use the default settings for the event handlers, outports, and inports.

 

It will work out of box if you just bind the OVS to a standard query. In the "data model" map the object ID and object name to the ID/description fields of the BO you are going to bind the OVS to.

 

Once you get that working, then you can add the SADL query, delete the standard query. When you do this then you will need to go into the event handlers and change the "query" that each event handler will use as it will use the old query.

 

Once that is done you can fine tune the inport/outport. The outport defines what you will see in the OVS UI when you do the typeahead. The Inport defines any data you want push into the OVS to default in the query filter conditions when the query fires and returns a default list.

Re: Unable to search for Vehicle models in /DBM/VMODEL

0
0

Check SAP Note 905556

Re: sum of amounts based on period range in FAGLFLEXT

0
0

Hello Experts

Does anyone have a better solution to achieve this with in graphical view or any SAP HANA VDM which has similar functionality. Thanks//

SMP kapsel flush return success but errors in Errorarchive

0
0

Hi Experts,

 

I am calling the store.flush to send to offline created data to the server. Creation is working in online mode.

 

Below is the code:

 

Open Store:

 var properties = {        "name": "OfflineStore",        "host": applicationContext.registrationContext.serverHost,        "port": applicationContext.registrationContext.serverPort,        "https": applicationContext.registrationContext.https,        "serviceRoot" :  applicationContext.applicationEndpointURL+"/ZSERV_SRV",        "streamParams" : "custom_header=Authorization:" + authStr + ";",        "definingRequests" : {               "CreateDR":"/CreateSet" // In the gateway service I have implemented Create_Entity, Get_Entity and Get_EntitySet methods         }

Create Record:        

function createRecord(dataRec) {    var oHeaders = {};    oHeaders['Authorization'] = authStr;    oHeaders['x-csrf-token'] = csrftoken;    oHeaders['Content-Type'] = "application/json; charset=utf-8";    var sUrl = applicationContext.applicationEndpointURL + "/ZSERV_SRV/Createset"    console.log("create URL="+sUrl);    var request = {        headers: oHeaders,        requestUri: sUrl,        method: "POST",        data: params    };    OData.request(request, creationSuccess, createError);   
}

Flush Store:

function flushStore() {    if (!store) {        alert("The store must be open before it can be flushed");        return;    }    startTime = new Date();        store.flush(flushStoreSuccessCallback, errorCallback);
}

flush call was successful, but when called /ErrorArchive I see below errors

 

[{"RequestID":"1","Message":"{\"error\":{\"code\":\"005056A509B11ED1B9BF9F46AA8E82ED\",\"message\":{\"lang\":\"en\",\"value\":\"In the context of Data Services an unknown internal server error occured\"},\"innererror\":{\"transactionid\":\"44BD65E52E90F15C80DB005056B104DC\",\"timestamp\":\"20150928084529.1490000\",\"Error_Resolution\":{\"SAP_Transaction\":\"Run transaction /IWFND/ERROR_LOG on SAP NW Gateway hub system and search for entries with the timestamp above for more details\",\"SAP_Note\":\"See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)\"}}}}","Domain":"ODataDomain","CustomTag":null,"HTTPStatusCode":500,"InnerError":null,"RequestBody":"{}","__metadata":{"uri":"http://smp:port/com.company/ZSERV_SRV/ErrorArchive(RequestID=1L)","type":"OfflineOData.Error"},"RequestURL":"CreateSet","Code":null,"RequestMethod":"POST"}]

 

 

[Log] CreateSet (console-via-logger.js, line 173)

[Log] {"error":{"code":"005056A509B11ED1B9BF9F46AA8E82ED","message":{"lang":"en","value":"In the context of Data Services an unknown internal server error occured"},"innererror":{"transactionid":"44BD65E52E90F15C80DB005056B104DC","timestamp":"20150928084529.1490000","Error_Resolution":{"SAP_Transaction":"Run transaction /IWFND/ERROR_LOG on SAP NW Gateway hub system and search for entries with the timestamp above for more details","SAP_Note":"See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)"}}}} (console-via-logger.js, line 173)acti



Error in Gateway Server:

Method 'IF_SXML_READER~GET_ATTRIBUTE_VALUE' cannot be called at this position in the XML stream.


Can anyone advise where could be wrong.


Regards,

Murthy

Re: Reports scheduling in webi

0
0

Thanks Rahunath,

 

However by doing this it will only give you list of reports owner instead of who's receiving this report as scheduled.

 

Cheers


Re: Reports scheduling in webi

0
0

Thanks for the info mate.

Cheers

Re: SAP Interactive Forms by Adobe

0
0

Via scripting. Those attributes are available to you.

 

You can also use a "button" and simply "style" it to look like a link (onClick will simply go to the link) and you can set the text on the button as you like.

Personas 3.0 Installation - Can you still access flavors in Personas 2.0?

0
0

All,

 

Simple Question: Once Personas 3.0 SP1 is installed, can you still access and develop in Personas 2.0 if there needs to be some development done to support an existing system?

 

Thanks,

Simmy

Re: Changes to CSS file in my UI5 widgets do not apply in the HCPortal

0
0

Hello Karthik and thank you for your attention.

 

Unfortunately yes that is exactly I did. I recreated from scratch and copied-paste my code.

 

But this should not happen. It is a big issue with the HANA Cloud Portal trial I consider and that does not drive me to buy a productive version. Neither want to advise customer to buy it. I think I lost two complete days trying to figure out these kind of issues.

 

Besides, I just did the same steps of Recreating-Copy and Pasting for another solution that had two buttons and we wanted to remove one. No issue, I remove the corresponding controls, definition, css, etc. and everything is OK when I Run it from webIDE or from Hana Cloud Platform. But hey, when I am in HANA Cloud Portal, both buttons are still there, but just the css has been removed for the Send Email button I wanted to remove, the controller is still here with my custom function to send an email, even though I deleted it. This is happening since yesterday. So this is not a little cache moreover!

I cannot even understand how a code that has been removed can still be processed. The cache should be emptied every time we log off from the HANA Cloud Portal!

Because what we are pushing to the Consumption mode is WYSIWYG in the Portal Edit Mode. So if the app does not work in the Portal Edit Mode, the Consumption mode also. this is what is happening to me anyway.

 

Is there any possibility to manage ourselves what is going on in the server with a Productive version?

 

I return to debug...

 

Thank you for your help Katrik, this is very appreciated.

Best regards.

Jacques-Antoine Ollier

Re: How to upload multiple values as a filter in BW

Re: RBE/RBPD/SolMan Documentation

0
0

Barbara, Aditya, All,

 

this is not correct. RBE Plus from IBIS is still available (Analyses & Solutions for SAP › IBIS America LLC) and offers content beyond SAP Solution Manager, Solution Documentation Assistant (SDA) and Reverse Business Process Documentation (RBPD).

IBIS has helped SAP to develop the RBPD content (SAP - IBIS Prof. Thome Helps Companies Tap the Potential of SAP® Solution Manager) and SAP defined so called Supplementary Services for SolMan provided by IBIS.

RBE Plus can be used in conjunction with SAP Solution Manager or independently. SDA is focusing on process identification by utilizing transaction and program usage. RBPD added so called SQL check steps which provide table entry statistics to evaluate the process usage. SDA and RBPD show how often a transaction has been executed, in which months and how many invoices etc. have been created per month. The RBPD content was updated the last time for content release 38 end of 2013 and there will be no further update from SAP. SAP continues to update the Business Process Repository though which RBPD is based upon! SP 44 is already available.

IBIS has continued to update the content for SAP Solution Manager beyond SP 38.

RBE Plus provides additional content on top of RBPD and also covers areas not or not fully covered by RBPD like industry solutions, BW, etc.

RBPD provides content on client level, e.g. differentiated analysis by organizational units is not supported with the RBPD content. Drill down to user and customizing level, e.g. document types used in sales orders is not possible with RBPD.

 

Hope that helps!

 

Kind Regards,

 

Heiko

Re: GetSystemPermission always returns 1 when authorization "Disable DI API Permission Check" has full authorization

0
0

Hi Ad,

It is under the main menu - Administration - System Initialization - Authorization - General Authorization.

Expand the General Tree and it is the last authorization in this tree after the 'SAP HANA Database...' authorization.

It is available in 91PL5. (Am not sure the previous PL)

I can confirm that it is not available in 90PL16,

 

 

Regards

Edy


Re: RBE with ECC 6.0

0
0

Hello Madhukar,

 

There is a tool available called RBE Plus. This tool can be used for SAP 3.1i and higher. RBE Plus can be ordered as a service or a tool from IBIS America or IBIS Prof. Thome AG (www.ibisamerica.com).

The RBE tool was jointly developed by SAP AG and IBIS AG since 1998. In 2005 SAP stopped the development. IBIS AG developed the tool since 1998 for their customers and projects.

 

Best Regards,

 

Heiko

Re: Converting Report to automate for previous month

0
0

For Oracle, the logic is similar, the commands are different.  It would look something like this:

 

and a.event_month = To_Text(Add_Months(Sysdate, -1), 'YYYY-MM')

 

-Dell

Re: Crystal Report 8.5 to CR 2013

Re: System not populating Interaction Record Number in Auto Acknowledgement

0
0

Hi Ashish,

We tried to check with SAP, but looks like there is no straight solution to this. As a work around in the Service manager Profile assigned to the Email address, we have defined our own service. This service is has our own class that links the interaction record that was created and populates it in the mail form that is used to send the auto acknowledgement.

Re: Run installer error while doing homogenous system copy

0
0

Hi Sri,

 

Please check the environment variables of user sidadm. Also please attach sapinst_dev.log to this discussion.

 

best regards,
James

Viewing all 8746 articles
Browse latest View live




Latest Images