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

Re: A way to set column width of cross tab

$
0
0

Where is two dots come from?

thanks

cr.png


Re: SAP.NET connector 3.0

$
0
0

Dear Markus

 

Thanks for your information.  I change the code as follows.  It seems work to connect SAP with multiple users.  Is it a correct approach?

 

Private Sub check_user()

Try

    If Not RfcDestinationManager.IsDestinationConfigurationRegistered() Then

          Dim objDestConfig As New InmemoryDestinationConfiguration

          Dim parms as New RfcConfigParameters

          parms.Add(RfcConfigParameters.AppServerHost, sR3Add.Trim.ToString)

          parms.Add(RfcConfigParameters.SystemNumber, "00")

          parms.Add(RfcConfigParameters.Client, sR3Clinet.Trim.ToString)

          parms.Add(RfcConfigParameters.Language, "EN")

          parms.Add(RfcConfigParameters.Name, "WING")

          RfcDestinationManager.RegisterDestinationConfiguration(objDestConfig)

          objDestConfig.AddOrEditDestination(parms)

    End If

    Dim destination As RfcDestination = RfcDestinationManager.GetDestination("WING")

    Dim destination1 As RfcCustomDestination = destination.CreateCustomDestination()

    destination1.User = sUserID.Trim.ToString

    destination1.Password = sUserPass.Trim.ToString

    destination1.Ping()

Cache ex as Exception

     Response.Redirect("Error.aspx")

End Try

End Sub

 

Private Sub order_enquiry()

     Dim destination As RFCDestination = RfcDestinationManager.GetDestination("WING"

     Dim destination1 As RfcCustomDestination = destination.CreateCustomDestination()

     destination1.User = sUserID.Trim.ToString

     destination1.Password = sUserPass.Trim.ToString

     Dim repository As RfcRepository = destination1.Repository

     Dim bapiSOGetDetail As IRfcFunction = repository.CreateFunction("Z_BAPI_SALESDOCUMENT_GETDETAIL")

     bapiSOGetDetail.SetValue("SLAESDOCUMENT", DOC_No)

     bapiSOGetDetail.Invoke(destination1)

     ...

     Get results from RFC

     ...

End Sub

 

Thanks in advanced for your kindly support.

 

David Lau

Re: Alerta a usuario conectado usando $[USER]

$
0
0

Prueba así y comenta tus resultados.

 

SELECT     T0.[DocNum], T0.[DocDate], T0.[DocTotal],T1.USER_CODE

FROM     OQUT T0 INNER JOIN OUSR T1 ON T0.UserSign = T1.INTERNAL_K

WHERE    T1.USER_CODE =  (Select top 1 UserCode from USR5 where SessionID=@@spid order by Date desc,Time desc )

Need code for start routine

$
0
0

Hi Team,

 

I am new to Abap. i have a requirement like this.

 

We have a master data and transaction data( cube).

 

In cube stckey field was not mapped and i need this field from cube to mirror cube for sort and delete the duplicates.

 

In master master data batch(Customer created) combination of source system, material, plant, batch.

 

In cube we are using 0batch.

 

My requirement was we should bring stckey field from master data with master data batch to mirror cube start routine.

 

Could you please help on this start routine. How write code.

 

 

Thanks,

 

Ksreddy

Re: Automatic creation of Measuring document for measuring pointer/ Counters

$
0
0

It means it is possible only when you have Instrumentation of reading the Hours on daily basis using SCADA system SCADA is an electronic installtion (Read on the net). This system converts the readings to MDoc through Connectors (hardware) and Interface (SAP Software PO previously known as XI or PI).

More than this trying to know about this from this space (EAM) will be futile. Just understand that we are talking about an Investment and a Project for your company. For more guidelines you need to contact the respective Parties if you are Competent authority to make Investment decisions.

Re: Automatic creation of Measuring document for measuring pointer/ Counters

$
0
0

Dear Guru's,

 

Thank you for having your queries.

 

The requirement will be, measuring document creation needs to be happen automatically.

 

The reading should happen for daily hours from any other source like PO or if any.

 

Regards

Raju K

Re: Balances transfer from old PC to New PC

$
0
0

Hi

"tried using distribution in t.code FAGLGA31 &35 Because of open item management it's not moving."

distribution doesn't work for open item managed accounts. You can use only allocation, but for this you need to use other accounts, you can create 'clones'.


If you need to do it wise accounts then the only possibility it's to use reorganization,which Sanil mentioned, but I recommend to consider it as a separate project.

Auth Sync Failed with Message "Correctly define Logical Connection in CCITS"

$
0
0

Hello Experts,

 

 

We are trying to configure EAM in GRC10.0, SP13. When Iam trying to Perform the Synchronization, the Auth Sync has been failed with the message "Correctly Define Logical Connection in CCITS".

 

 

1.Checked the RFC Connections between both ECC & GRC Systems.

 

2.Maintained the Connection Settigns in SPRO--> IMG-->GRC--> Common Configuaration Settings-->Integration Frame Work--> Maintain connection Settings

 

--For all the Scenarios--AUTH,PROV,ROLMG&SUPMG.

 

Please provide some inputs.

 

Thanks in Advance.

 

Regards

DRL


Re: Affordable Care Act (ACA)

$
0
0

Margaret West:

 

Note 2276617 indicates that Note #11 2291518 will contain information for the customizing steps for the communication test.

 

Note 2276617 also mentioned that in Note 2291518, SAP will provide examples for using IRS AATS scenarios.

 

Where is this information provided?

Re: Automatic creation of Measuring document for measuring pointer/ Counters

SAP Fiori Client Suddenly Close in IOS Device

$
0
0

Hello Experts,

 

We have successfully integrated  Cordova plugin with SAP UI5 application. Through the SAP Fiori Client we are opening the application in the iOS Mobile phone and iPad devices.

Currently we are experiencing unstable condition during scanning the QR code from the iOS device , the Fiori Client will close suddenly after scanning the QR Code and Scanning is very fast.

 

When we scan continuous more then 5 times the Fiori Client Apps will close automatically and need to login again.

 

For 2 or 3 times scanning the results are fine.

 

Note: We try to do in Android  device also the results are same.

 

Can you please give some idea on this.

 

Thanks,

Pad

Re: Automatic creation of Measuring document for measuring pointer/ Counters

$
0
0

See the Reading material provided just know through a PDF file and several useful links

Re: Automatic creation of Measuring document for measuring pointer/ Counters

$
0
0

Dear Jogeswara Rao Sir,

 

It was very thankfull to have your above mentioned links.

 

This links helps me to achieve my requirements.

 

Regards

Raju K

Re: Unzip Module

$
0
0

Hello All,

 

One thing noticed, when script is getting executed, the zip file getting disappeared but the new unzipped files are not getting created.

Re: Custom POWL QUERY for Supplier Preselection in SRM

$
0
0

Hi Haladin,

Thanks for your reply. I have updated the query in transaction: POWL_QUERY and POWL_QUERYR and I can see the Query on screen.

I have the issue to display the status in drop down that already added in the customization for the Business Partner status.

Waiting for more reply on this issue.

Thanks

Chandan


Re: How to change Over head percentage

$
0
0

use program RKAZUTR1

 

thanks

Arvind Leo Pereira

Re: SAP ECC 6.0 SR3

$
0
0

Hi Benjamin,

 

Thanks for replying.

Shall we try export and import method.

Re: SAP HANA Cloud Platform Trial update announcements

$
0
0

Announcement: Upgrade Complete

As of 03:00 UTC on 24 Apr 2016, the planned network upgrade of the Trial landscape of the SAP HANA Cloud Platform (https://hanatrial.ondemand.com) has been completed.

SAP HANA Cloud Platform Operations

Re: Qualifications check for the PM work center during PM order confirmation

$
0
0

N V


  • At the center of the Query the issue is: 'To stop confirmation' under some conditions.
  • User-exit CONFPM05 is the solution for your issue, Your ABAPer will do it when you give him the details of Conditions part. The conditions part belong to HRMS area so he (and you) need to research those tables and find out a method to retrieve the date to the coding you write in the above exit and put a Hard-stop.
  • Except for the name of the user-exit, this was already hinted to you 3years ago. Is there anything beyond this you want to have from this space? If it about Qualifications area, you should contact HCM space.

 

BTW, are you still awaiting for answer to this 3years old thread?

Re: Need to know Response time of ODATA in frontend apps

$
0
0

What's acceptable as per you Daniel ?

Viewing all 8594 articles
Browse latest View live




Latest Images