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

Vertical Markers on Area Charts

$
0
0

Good day/evening all.

 

1. The MII documentation describes that vertical markers are only possible on line iCharts. I need the ability to display them on area chart's. Does anybody know how to achieve this or is this something that needs to be requested as a product enhancement?

 

2. The MII documentation and options in the workbench only show the style option on vertical gridlines in an iChart to be a solid line. Does anybody know if it is possible to achieve dashed style vertical gridlines on an iChart? (see kiln_dotted_vlines.png for an example of what I am trying to achieve)

 

Thanks.

 

Corey

 

MII version: 14.0 SP5 Patch 16


Update user field in document

$
0
0

Dear Experts,

 

 

 

Could somebody help me how to update an user  field in production order ? Please guys!

 

 

 

Example U_Info in the OWOR. The value is "C"

How do I save records in these fields using the SAP SDK?

 

I made this following code but failed.

 

Private Sub UpdateProduction(ByVal sForm As String, ByVal SBO_Application As SAPbouiCOM.Application, ByVal oCompany As SAPbobsCOM.Company)

        Dim oForm As SAPbouiCOM.Form

        Dim oProductionOrderDocEntry As String = ""

        Dim oProductionOrderDocNum As String = ""

        Dim oProductionOrderSeries As String = ""

        Dim oProductionOrderDocDate As String

        Dim IsError As Boolean = False

        Dim IsError2 As Boolean = False

        Dim MainProductCode As String = ""

        Dim lRetCode As Integer = 0

        Dim lErrCode As Integer = 0

        Dim sErrMsg As String = ""

 

 

        Try

            oForm = SBO_Application.Forms.Item(sForm)

            oCompany.StartTransaction()

            If oForm.DataSources.DBDataSources.Item("OWOR").GetValue("U_NEWENTRY", 0) = "Y" And oForm.DataSources.DBDataSources.Item("OWOR").GetValue("Status", 0) = "L" Then

 

 

 

 

                oProductionOrderDocEntry = oForm.DataSources.DBDataSources.Item("OWOR").GetValue("DocEntry", 0)

                oProductionOrderDocNum = oForm.DataSources.DBDataSources.Item("OWOR").GetValue("DocNum", 0)

                oProductionOrderSeries = oForm.DataSources.DBDataSources.Item("OWOR").GetValue("Series", 0)

                oProductionOrderDocDate = oForm.DataSources.DBDataSources.Item("OWOR").GetValue("CloseDate", 0)

                MainProductCode = oForm.DataSources.DBDataSources.Item("OWOR").GetValue("ItemCode", 0)

 

 

 

 

                Dim oProductionOrder As SAPbobsCOM.ProductionOrders

                oProductionOrder = CType(oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oProductionOrders), SAPbobsCOM.ProductionOrders)

                If Not IsError2 Then 'OpprId

                    oProductionOrder.UserFields.Fields.Item("U_INFO").Value = "C"

                    lRetCode = oProductionOrder.Update()

                    If lRetCode <> 0 Then

                        oCompany.GetLastError(lErrCode, sErrMsg)

                        MessageBox.Show(sErrMsg)

                    End If

                End If

                If Not IsError Then

                    Dim oRec2 As SAPbobsCOM.Recordset

                    oRec2 = CType(oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset), SAPbobsCOM.Recordset)

                    oRec2.DoQuery("UPDATE [@PROD_ORDER] set Code = 'C' where DocEntry = '" + oProductionOrderDocEntry + "'")

                    oCompany.EndTransaction(SAPbobsCOM.BoWfTransOpt.wf_Commit)

                    SBO_Application.MessageBox("Done")

                Else

                    oCompany.EndTransaction(SAPbobsCOM.BoWfTransOpt.wf_RollBack)

                End If

            End If

            'End If

        Catch ex As Exception

            SBO_Application.MessageBox(ex.Message)

            oCompany.EndTransaction(SAPbobsCOM.BoWfTransOpt.wf_RollBack)

        End Try

    End Sub

 

Thank you.

 

Regards,

Steve

Re: SAP crystal dashboard designer license

Re: any problems with sqla being backed up by image backup systems?

Re: BSEG - Select statement slow

Re: what's the best solution of "DELETE FROM dbtab"

$
0
0

Thank you Bob,I would say that the Statement 'DROP' is a DML which is embedded  into ABAP  Dictionary.So it's Impossible for me to use 'DROP' in my program,or do it with SE14 which is not my desired solution,is there any other solution which can be implemented with open sql.

Re: BO name of OpenItemManager_EC ?

$
0
0

Thanks, Horst.

 

     Sorry for the incomplete question.

 

     The UI path is /SAP_BYD_APPLICATION_UI/fin/ar/OpenItemManager_EC.EC.uicomponent.

 

Regards,

Fred.

Re: F110 Value date

$
0
0

iin my experience the value date concept don't apply consistently in f110.  For eg. If input data is 5 days in value data field, after running APP , it. Shows the same date of APP run date. It's insane.


Re: How can we create different default queries.

$
0
0

Hi, Malkit

      If you are talking about custom BOs, and custom screens, it is possible.

      Please take a look at this.

      UUID of current user in UI

 

Regards,

Fred

Re: Master Data Access - No SAP HANA View

$
0
0

Hi prabhith prabhakaran,

 

The link you've provided is exactly the process I've followed. As the document mentioned, "SAP HANA Attribute View" should be choosen. However, that option is not available in the dropdown. I have some InfoObject created (Custom) and Standard (Business Content) which that option is readily available. But on some (both Custom and Standard) it is missing. I couldn't figure out the difference T_T

 

Regards,

DaSaint

How to get Japan locale in BI launchpad

$
0
0

Hi Experts,

 

I need a help from you on language translation of WEBI report.

 

Actually user wants the report with Japanese translation.

I have studied and ready to use the Translation Management Tool.

 

But in reports BI Launch pad > Preferences, I am not able to see Japan locale. What i need to do for Japan locale?

 

Regards,

Mohan.

SAP HANA BETWEEN DATE

$
0
0

Hi,

 

May I know what's the best way to select between date? I just want to ask If this is the right way to search between dates using date formate 'mm/dd/yyy'.

 

This is my query,

SELECT TO_CHAR("PmntDate",'mm/dd/yyyy') FROM "OCHO" WHERE TO_CHAR("PmntDate",'mm/dd/yyyy') BETWEEN '04/27/2015' AND '04/27/2015';

 

BTW, the datatype of field is TIMESTAMP

Thanks

Re: RadioButtons in Powerbuilder WebForm (V11.5.1, build 4964)

$
0
0

Hi Arnd,

 

I add in the condtion objElement.type == "radio" in the while loop at FindNextTabItem function, and it works dramatically.

 

Thanks.

 

Regards,

VS

Decision Table or Case Statement

$
0
0


Hi All,

 

I have a requirement in the below format

 

ABCD
v1v1v1V1
v2v2v2
v3v3v3
v4v4v4V2
v5v5v5
v6v6v6v3
v7v7v7v4
v8v8v8v5

 

A,B,C,D-Rows and V1 to V8-Values in the respective rows and most important and trickiest part is that v1,v2,v3 are merged in D-v1

 

Requirement- After processing A-v1,B-v1,C-v1 OR A-v2,B-v2,C-v2 OR A-v3,B-v3,C-v3 which are clubbed under D-v1,the logic should directly reach or process the rows under D-v2 that is either A-v4,B-v4,C-v4 ORA-v5,B-v5 OR C-v5. How to achieve it? Can a CASE statement be used over here?

 

Thanks in advance

Issue connecting only some iphones with ios 8.3 to sap business one

$
0
0

Hi,

 

I have a problem with my customer, after some iphones upgrade to ios 8.3 the sap app for iphone send the next error

 

Connection Failed

Connection has been lost (-1005)

 

We've already create the SSL Certificate all of my customers androids login without problem, my iphone ios 8.3 connect with no problem, the issue is with my customer iphones with ios 8.3 before upgrading the connection was correct.We already turn off the firewall but I have no idea what is going on can any one help me please?

 

Regards

Dave!!


Re: CRM - get header and item details in single table

$
0
0

If you know the Header guid , use the Relationship defined in Genil Model to read Item Details. In this way you would get the right details and you could use which ever fields you want.

 

Not in front of a SAP system hence cannot help you with excat details.

Re: Account identification profile and grouping in interaction center

$
0
0

Hi Nilesh

 

Have you tried setting the Account Identification Grouping value to blanks.

 

I believe this will enable the user to choose which Grouping they want to use.

 

Regards

 

Arden

Re: Event date filter on SAP EM UI

$
0
0

Hi Deb,

 

Where did you done that?

Which configured field and attribute id have your configured in selection profile?

 

If you elaborate and paste the screen shot we may help you.

 

Regards


GGOPII

Re: Career Prospect for SAP IS OIL

$
0
0

you send your email, will send you the presentation document.

Re: The system can be contacted, but there is no Central Management Server running at port 6400

$
0
0

Hi,

 

Thanks to everyone's advise.

 

After following the link http://scn.sap.com/post.jspa?container=2082&containerType=14&reply=false that I inserted a -trace before -fg in cmsLAUNCH in ccm.config file, The boe log flagged out compliant of oracle library files.

 

With that, I followed a working BOE server by comparing the files the access rights of oracle libary and it is working now.

 

BTW, could you advise how to get access to the KB that you guys' recommended to visit? Just to prepare for the next problem surface.

Viewing all 8902 articles
Browse latest View live




Latest Images