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

Re: Integration between SAP PI and ORACLE 10g


Re: set cursor on error field on selection field

0
0

Hi,

 

You can use SET CURSOR FIELD 'FLD_NAME' where ever you put that condition for second field and first field as well

Re: MDG C Enhance Address UI with new search criteria

0
0

Hi Ankur,

 

Sorry I have no document at hand about this topic.

 

Henk.

Re: SAP CRM WEBUI

0
0

Hi Ajinkya,

 

I understood your requirement. Your current data model is that you have one BP with multiple contract accounts. Furthermore, there is a 1 to many relation between contract account and contract. You want tor restrict this to a 1-1 relation between BP ans contract account and a 1-1 relation between contract account and contract.

While the letter (i.e. 1-1 relation between contract account and contract) is a valid choice, the former clearly isn't. In all business scenarios I know in the context of IS-U on BP will need to be able to hold multiple contracts (e.g. a gas and energy contract or a water and a waste contract). If you try to limit this the result will be that your users need to work around the system restrictions. Therefore they'll start to create multiple BP for the same natural person in the system. There is no way that you will be able to technically restrict this (how to decide if two BPs are the same natural person? Name, date of birth, what else? There will always be situation where your heuristic fails!). The result of this will be additional process effort afterwards. So you should be really sure the 1-1 relationship of BP and contract account is what you want to achieve.

 

If you really want to implement this restriction I'd take the following steps.

1.) Whenever a BP is created automatically create a contract account.

2.) Implement checks using the utiltities check repository (cf. The Utilities Check Cockpit (UCC) and the Check Repository in the process framework) for the relevant processes (e,g. move in) that assure a contract can only be created if there is no contract related to the contract account so far. If you, for example, implemented these checks for the event IS_EXECUTABLE your move in process would not be executable.

 

Hope this helps,

Christian

Re: Issue with ESS Standard WDA roles and Launch pad customization

0
0

Hi,

 

Would suggest that you first figure out the functionalities that you want to configure on portal.

Once you zero down those, you would be able to find the correct role (backend and portal). FYI, once you upload composite role for UI5, you can access both UI5 and WDA based applications.

So if you don't want landing pages look and feel, you can set the worksets, pages and roles in visible status. This will give you portal links that can be accessed on detailed navigation panel. Set visibility of overview iview to hidden. (Overview iview opens the UI5 based landing page).

 

Not sure if this meets you requirement.

Screenshot attached for your reference.

 

view.jpg

 

 

 

Regards,

Navya.

Re: 8 weeks data based on user input

0
0

Hi Divya,

 

sorry,Please find the logic of the week

week8 is calculated  based on user entered date(End date).actually here week means -sunday to Monday so in that way if user entered date(end date) is today that is 19/02/2016.so obviously

week8 is 15/02/2015 to 19/02/2016 orr (21/02/2016).

 

 

week1 - 28/12/2015 to 03/01/2016

week2 - 04/01/2016 to 10/01/2016

week3 - 11/01/2016 to 17/01/2016

.

.

.

week8 -15/02/2015 to 21/02/2016


so i need to display the graph count of errorcode of this 8 weeks (Each week should be consolidated  as below sample graph format )



Graph.PNG

 

Re: How to integrate LDAP credentials in SAP Fiori Launchpad Login?

0
0

Hi JC, in SICF just create a new external alias "mydemo", let it point to target element /default_host/sap/bc/ui2/flp and supply credentials on the logon data tab.

Call this alias using https://myhost.mydomain.com/mydemo.

Regards,

Lutz

Re: Invalid URL for WebIDE Data Connection - Authentication Issue?

0
0

Your analysis is correct but I've get to find a fix. As you recommended here, I've set the following value in my service file in the WebIDE:

Authentication=BasicAuthentication

 

This however, has no effect. Basic authentication is not supported by our gateway and it returns 401 with:

www-authenticate: Negotiate

The browser then tries to do negotiate and responds with:

Authorization: Negotiate YHYGB**********

 

But we simply get a 200 with the form-based authentication screen.

 

Would appreciate any help in how to force or enable basic authentication or to support NTLM or SSO cookies.


Re: DQ dimensions - definition

0
0

Hi Mustafa,

 

you can find the (SAP) definition of the DQ dimensions in the SAP Information Steward User Guide.  In the SPS06 version in section 2.11.5.2 Quality dimension default values.

Re: UTF8 issue while importing Data by R3 Connector

0
0

similar result Arun, fieldlength error and hieroglyphs:


17828    19448    DBS-070401    2/19/2016 10:40:00 AM    |Data flow TS2000_IMPORT_PRODUCT|Loader Query_TS2000_PRODUCT_STAGING

17828    19448    DBS-070401    2/19/2016 10:40:00 AM    ODBC data source <REPORTING> error message for operation <SQLExecute>: <[EXASOL][EXASolution driver]data exception - string

17828    19448    DBS-070401    2/19/2016 10:40:00 AM    data, right truncation; Valuelength: 22 Maxlength: 20 Value: '    F°lgende parame' in write of column

17828    19448    DBS-070401    2/19/2016 10:40:00 AM    TS2000_PRODUCT_STAGING.ACCOUNT (Session: 1526595345047410230)>.|<Regular Load Operations>|<TS2000_PRODUCT_STAGING>

14ο ΧΛΜ ΕΟΑΛ & ΣΠΗΛΙΑΣ 2

 

 

we had the fieldlength issue in oracle before an used by a hint of Werner the varchar2(nn char) Type, then it was ok. Ok i could increade fieldlength manually but while getting hieroglyphs this is useless.


Btw this is import from mysql and greek characters, so the topic is not complete correct and i see this issue also with other sources... Will change the topic


Christian

Re: UD - Multiple lots at once

0
0

Hi

 

To carry out multiple usage decision or automatic usage decision  in standard SAP some conditions should be met as below.

 

No characteristic has been rejected in the inspection lot

All required characteristics have been confirmed and closed

No defect records exist for the inspection lot

An automatic usage decision has been planned for the material

 

You can do a little bit google to get few more informations.

 

But generally in most of the business scenarios the above conditions either hardly met or never met but UD also required in that case . For this you can develop Z program by using BAPI_INSPLOT_SETUSAGEDECISION  or prepare a BDC program for this.

 

Regards

 

DD

How to change the parameter value in crystal report parameter prompt? After click on refresh.

0
0

Hi,

 

 

 

using CrystalDecisions.CrystalReports.Engine;

using CrystalDecisions.Shared;

using CrystalDecisions.Web;      

 

protected void Page_Load(object sender, EventArgs e)

{      

  ReportDocument myReportdoc = new ReportDocument();             

  myReportdoc .Load ( Server.MapPath("CrystalReport.rpt"));            

   myReportdoc.SetParameterValue("My Parameter",Parameter Value);           

    CrystalReportViewer1.ReportSource = myReport;

}

 

i'm able to pass value to parameter like having Username,Location parameters so that on with out displaying default parameter prompt able passing the value. after report loaded when i am click in refresh button  i'm able to pass value to parameter but on default parameter prompt  for Username,Location  it is showing for Parameter Prompt.

Re: How to do packaging for windows and ios platform?

0
0

Hello ,

 

Yes ,we have apple developer certificate. Today i created new project through command line.It shows Build Succeed & in Output screen is as below.It created Sample.app which seems disabled.new_ios_error.png

Re: Change User Status to LOCK while TECO in IW32 JCDS inconsistent

0
0

In status profile (OIBS) if you maintained these two statuses DVLR and LOCK under numbered (displayed with radio buttons as shown below in Yellow)  then you can NOT have both the statuses. Setting one removes other.

 

If these are maintained under without number statuses list in profile then both statuses will be shown (See the Red box below, both check boxes will be ticked by the fm). IF you want to remove one, same function module with SET_INACT = 'X'.

 

Capture.JPG

 

 

Good luck

Regards

KJogeswaraRao

Re: Breakdown down MTTR Time Calculation

0
0
  • You can not achieve through standard reports.
  • You have to develop a report calculate from scratch BY INCORPORATING ALL YOUR LOCAL CONDITIONS through several If, elseif etc etc.
  • Pure technical. You will prepare Functional specifications according to your company policies of exclusions / inclusions and explain to your ABAPer who will develop a report to give you these MTTR figures according to your specifications.
  • If you query about what should be the policy, I'm afraid this is not the forum. That query will go to some forum such as IMS.(ISO9000 etc)

Re: Deletion Status in PS Project

Re: Apply X% or X$ discount for second line item

0
0

Hi Lakshmipathi.

Thanks for the quick reply.

 

Actually, this promotion would be applicable only for sometime. And both the materials are independent each other.

X material can be ordered alone and Y can be ordered alone.

If X presents on the order, Y should be added automatically and with discount.

 

Can you please advise BOM would help in this case?

Re: External number is not unique,enter an internal number in DBM

0
0

Hi Manasa,

Please check the CO Document number range in TCODE - KANK for your Controlling area if the number range has exceeded.

 

Regards,

T.R.S.Praveen

No option to maximize report painter excel output screen

0
0

Dear All,

I have a report painter report, in which i have set *XLSM - Microsoft Excel 2007" as type of output under Office Integration of output parameters section. but when i am executing the report, the excel output screen, within SAP window is not having any option to maximize excel portion as shown in the below screenshot. Please guide me to do any changes to get the desired.

 

Untitled.png

Although, there is a huge space available on SAP window, as marked with red box, no maximize option to excel portion.

 

Please guide accordingly.

 

Regards,

Srinivas Borigi

Re: previous price in Accounting view 1

0
0

Hi SAP MM,

 

You can set only current price in MR21.

 

Please note : Changing the type of price control (M or V ) for a material does not change the value of the material stock. Because both the cases (M and V) the current price becomes the new price.

 

Kindly do get help for change from abaper by using the following field.

 

MBEW-VERPR - MOVING AVERAGE PRICE

 

MBEW-STPRS - STANDARD PRICE

 

MBEW-VPRSV - PRICE CONTROL INDICATOR

 

MBEW-VMVPR - PRICE CONTROL INDICATOR - PREVIOUS PERIOD

 

MBEW-VMVER - Moving average price/periodic unit price in previous period

 

MBE2-VJSTP - STANDARD PRICE IN PREVIOUS YEAR

 

Regards,

 

Vivek

Viewing all 8851 articles
Browse latest View live




Latest Images