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

Re: Upgrade BOFC and OS

$
0
0

Hi,

our customer is asked about perfomance test for FC, Intercompany.

Example, can we simulate many users simultaneously work (about 70 users)?

Is there maybe some tools?


Re: Rollback Transaction Table showing large value

$
0
0

Hi Lars,

 

I am trying to gather more details about Nikhil's setup

I am clear about the persistence layer on MDC

 

As seen above the steps I put together do not have any specific actions for MDC

 

Sunil

Error when creating transformation for 0salesemply

$
0
0

Hi

 

I am trying to add transformations for text and attribute of the 0salesemply but when I am trying to create it it gives me the following error "

Only basic characteristics are allowed for transformation targets Message no. RSDMD030".

Can anyone please help on this?

 

Thank you

Re: onclick option not available in display tab

$
0
0

Hi Nupur,

 

The CROSSTAB component only has an "On Select" event (which is the same as an "On Click").  Your code should work as long as DS_2 is also assigned to your chart.

 

Regards,

 

Mustafa.

1. How to delete duplicated from the internal table without using delete adjacent duplicates.

$
0
0

If we do in loop if there are lacks of entries in the table it is time consuming. Is there any way to delete the entries?

 

Thanks in Advance

Regards

M  S Patil

Re: Career path for ABAP developer.

$
0
0

I think.

Scope of the functional guy.

 

1)Analyzing the Client requirement.

2)An Erp is not ready made product to any client

3)Functional consultant has to prepare the product before giving this product to the client

4)Support If the project is all ready implemented ,then understanding the things what previous people has done. If any new developments then functional people has to pass the tasks to the

deveopers

5)Before moving development task to the end users. Testing has to be done by functional people.

Re: Condition record issue in ERS

$
0
0

you missed to tell how the combinations are.

Re: Create Multiple records at a time

$
0
0

Hi Deniel ,

 

      Its not about this products odata service . In general take any odata service , I want to know how can we create multiple records , update multiple records and delete multiple records at a time .

 

If possible help me with code .

 

Thanks

Rizwan


Re: SM58 entires in Transaction recorded

Re: Condition record issue in ERS

$
0
0

What are all the combinations you maintained in condition table..

Re: How to show top-of-page contents of an alv report in background?

$
0
0

Hi ,

Thanks for your reply. I tried using both oop and grid display, but not works. I cannot use ALV list display, because I have to show contents in top-of-page, that have more than 60 characters. Please help.

 

 

With regards.

Re: SOAP/WS sender adapter

$
0
0

Hi,

 

We had a similar issue where the message triggered by SOAP UI with WS-RM ticked as 'True' used to work and the one sent from SAP PI used to fail.

 

I had used the SOAP channel for Synchronous connectivity.

 

How this was achieved with SOAP Adapter is, I had used a XSLT mapping ahead of Message Mapping and ticking 'Do Not Use SOAP envelope' in SOAP channel.

 

The XSLT mapping was to for the additional tags like <wsrm:Sequence> , <wsrm:Identifier> , <wsa:MessageID>, <wsa:Action> which were getting additionallly created.

 

The SOAP structure was created and the SOAP body was taken from SAP PI message (with <xsl:copy-ofselect="/*" /> ).

This worked

 

XSLT.JPG

 

Regards,

Rohan

Re: Automatic filling a column matrix from query

$
0
0

Thank you for your answer.

 

It is working well. The final code is as follows:

 

#Region " ItemEvent Handler matrix payment "

    Public Sub ItemEvent_Handler_Matrix(ByVal FormUID As String, ByRef pVal As SAPbouiCOM.ItemEvent, ByRef BubbleEvent As Boolean)

Try

If pVal.ColUID = "INTSNo" Then

                    If pVal.EventType = SAPbouiCOM.BoEventTypes.et_CLICK Then

                        If pVal.BeforeAction = False And pVal.Row <> 0 Then

                            Dim oMatrix As SAPbouiCOM.Matrix

                            Dim oForm As SAPbouiCOM.Form

                            Dim oEditText As SAPbouiCOM.EditText

                            Dim oRecordSet As SAPbobsCOM.Recordset

                            oForm = SBO_Application.Forms.Item(FormUID)

                            oMatrix = CType(oForm.Items.Item("mtxPymnt").Specific, SAPbouiCOM.Matrix)

 

                            oEditText = CType(oMatrix.Columns.Item("SRNNo").Cells.Item(pVal.Row).Specific, SAPbouiCOM.EditText)

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

                            oRecordSet.DoQuery("select a.u_INTSNo as INTSNO " & _

                                                "from OWTR a inner join WTR1 b on b.docentry=a.docentry inner join OITM c on c.itemcode = b.itemcode where c.[ManSerNum] ='Y' and " & _

                                                "a.comments = " & oEditText.Value.ToString)

 

 

                            If oEditText.Value <> "" Then

                                SBO_Application.Forms.Item(FormUID).DataSources.DBDataSources.Item("@UDT_PYMNT_D").SetValue("U_INTSNO", 0, CType(oRecordSet.Fields.Item("INTSNo").Value, String))

                                oMatrix.Columns.Item("SRNNo").Cells.Item(pVal.Row).Click()

                            Else

                                SBO_Application.SetStatusBarMessage("INTS No. does not exist", SAPbouiCOM.BoMessageTime.bmt_Short, True)

                                oMatrix.Columns.Item("SRNNo").Cells.Item(pVal.Row).Click()

                            End If

                            oMatrix.LoadFromDataSource()

                        End If

                    End If

                End If

Catch ex As Exception

            SBO_Application.MessageBox(ex.Message)

            BubbleEvent = False

        End Try

end sub

 

or you can see in the screen shot :

test1s.jpg

 

 

Thank you

 

Rgds,
Steve

Re: related to sicf t code

$
0
0

Hi,

 

do you have check ST22 ?

for SICF, start SICF, execute, and follow the directory of the URL: SAP ... BC ...

check if the corresponding node is Active (if not activate it)

 

regards

Fred

scope of time management and payroll in sap and success factors

$
0
0

hi friends,

 

With all your expert answers in this forum I observed time management module and payroll module will remian same for life long and in the success factors it is not possible to incorporate the time and payroll modules full fledge , this success factors modules are only good for talen modules like PMS , LSO , RECRUITMENT AND ECM and not for time and payroll , becoz wriiting the rules and pcrs are not possible in the success factors , the UI is good compared to  SAP R3 and  success factors is good and it is cloud you can open it from anywhere , kindly let me know the your answers on this , as i recently came to sap modules and sf from end user


Re: Backorder report won't include paid AR reserve Invoice

$
0
0

it is not a bug, it is standard B1.

 

Back order report will only care about those open sales orders

 

 

So you will have to write query to achieve what u want.

 

Frank

Re: SAP BASIS AUDIT

Re: Splitting of Company Code

$
0
0

Hi Lakshmi,

 

No solution found and splitting of company codes is postponed by Company.

 

 

 

Regards

AJ

Re: Internet explorer issue when i run the DS report

Re: How to search for Activity by business partner involved

$
0
0

Hi Gergana,

 

You can use BOL programming to find orders based on partner and process type filter.

 

BTQ1Order - dyn query object

 

Filter:

BU_PARTNER - partner no

OBJECT_TYPE - process type

 

hope this meets your requirement.

Viewing all 8667 articles
Browse latest View live




Latest Images