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

Anti Virus configuration for SAP Sourcing 10 SP07

$
0
0

Hi Team,

 

We have to configure antivirus SAP Sourcing 10 SP07. We are using SAP Netweaver 731 SP08. I have checked 2036784 - How to check if Virus Scanning is properly setup in SAP Sourcing  and 817623 - Frequent questions about VSI in SAP applications but not clear on this.

 

Can somebody please help with below ones

 

1) Is VSI configuration mandatory to get it worked on CLM side ?

 

2) We are using Bowbridge (ICAP). So is it mandatory to include/update the Symantec jar file during SCA generation and deploy that on Netweaver?

If Yes then from where we will get the jar file?

 

Thanks,

Mofizur


Re: Script for export to excel from Post processing invoices in SAP

$
0
0

Hi Abjac,

 

I just wanted to make sure...

 

Requirements:


1. The table to be imported is located in the first mode on the screen.

2. The pathc:\ tmpexists.

3. Excelis installed.

 

 

Now you cantry the following:

 

If Not IsObject(application) Then

   Set SapGuiAuto  = GetObject("SAPGUI")

   Set application = SapGuiAuto.GetScriptingEngine

End If

If Not IsObject(connection) Then

   Set connection = application.Children(0)

End If

If Not IsObject(session) Then

   Set session    = connection.Children(0)

End If

If IsObject(WScript) Then

   WScript.ConnectObject session,     "on"

   WScript.ConnectObject application, "on"

End If

session.findById("wnd[0]").maximize

'The following command should only guarantee that the table is at the top. Ifit does not work, you need to recordherethe commanditself.

'Perhaps similar as : session.findById("wnd[1]/usr/btnPB_FIRST_PAGE").press

session.findById("wnd[1]").sendVKey 80

 

Set xclApp = CreateObject("Excel.Application")

xclApp.workbooks.add

xclApp.Visible = True

xclapp.DisplayAlerts = false

myFile = "c:\tmp\test.xlsx"

 

k = 1

 

do

 

set myTable = session.findById("wnd[1]/usr/tbl/HOAG/AK_POSTPROCESSINGTC_BSID_MODAL")

 

if k = 1 then

  'rows = myTable.RowCount

  cols = myTable.Columns.Count

  vRows = myTable.VisibleRowCount

  for j = 0 to cols - 1

   xclApp.ActiveWorkbook.sheets(1).Cells(k,j + 1).Value = myTable.columns.elementAt(j).title

  next

  k = k + 1

end if

 

for i = 0 to vRows - 1

l = 1

  for j = 0 to Cols - 1

    on error resume next

    myVariable = trim(myTable.GetCell(i,j).Text)

    if err.number <> 0 then  exit for     

    on error goto 0

    if left(right(myVariable,3),1) = "," then

       myVariable = replace(myVariable, "." , "")

       myVariable = replace(myVariable, "," , "")

       xclApp.ActiveWorkbook.sheets(1).Cells(k,l).Value = myVariable/100

    else

       xclApp.ActiveWorkbook.sheets(1).Cells(k,l).Value = myVariable

    end if

    l = l + 1

  next

  if err.number <> 0 then  exit for      

  k = k + 1

next

if err.number <> 0 then  exit do      

myTable.VerticalScrollbar.Position = myTable.VerticalScrollbar.Position + vRows

Loop

 

xclapp.ActiveWorkbook.SaveAs myFile

'xclapp.ActiveWorkbook.Close

 

Set xclwbk = Nothing

Set xclsheet = Nothing

'xclapp.Quit

set xclapp = Nothing

 

Regards,

ScriptMan

Re: 'P' icon Missing in Persona 3.0 SP2

$
0
0

The current recommended kernel for Personas is actually 318!

 

Steve.

Re: Dimension Filter is not working on InfoChart (1.6)

$
0
0

Hi Tammy,

 

this is, what the configuration looks like:

DimensionFilter.PNG

InfoChart.PNG

The filter works on the Crosstab to the right, but not on the InfoChart:

Application.PNG

Best regards,

Daniel

Populating an object using a Complex Table

$
0
0

Hi,

 

Is it possible to populate an object with a complex table ?

 

I have a complex table with 10 records, I want to populate an  object with the data in the complex table and use it in a list screen. The list screen must have the data in its rows and the fields of this row will have data of the complex table.

 

 

Lets say i have a  list screen and i want to populate the data in the complex table to this list screen after when i login to the application i would like to see the data in the complex table in the list screen..

 

Is this possible in agentry ?

 

 

I tried to add a transaction which will take data from the complex table for all its fields, and called this transaction in a action as soon i login to the application and before i display the list screen. I get the rows but i dont see the data in the rows.

 

 

Please help,

 

 

 

 

 

Thanks,

Deepak.M

SAPUI5 in Portal iView

$
0
0

Hi Experts,

 

I have some sapui5 applications which are plugged into portal iViews. But problem is each time I call sapui5 from portal, it loads sapui5 libraries and application javascripts. How can I avoid the situation and performance can be tuned in by sapui5 library loading only once?

 

Kind regards,

Sanjoy

Re: Test Profile issue while executing CBTA

$
0
0

Hi Gaurav, go to Solar02 and in the Project change the System Role to Quality System, then verify if you have the RFC assigned in the SDC.

 

sdc.png

 

Best Regards,

Paul

Re: UK Pension Auto Enrolment - Migration


Re: Unable to write the file into application server "Open dataset....."

$
0
0

On linux executing a command like "ls -F" or "lsf" add a "*" at end of executable file "during the display", so an unaware user can think this is part of filename... I never worked on z/OS, left MVS / OS/390 when the first OS/400 travel atlantic "some" years ago, so wont' sat anything on it.

 

Regards,

Raymond

Re: Containing UI5 application within UI5 application

$
0
0

I think you can use the eventbus from the core.

Re: How do I fill the article in richtextedit programmatically?

$
0
0

thank you.I'm very appericate it.

Re: Powerbuilder 12.6 application crash after migrating from Powerbuilder 11

$
0
0

Hello,

 

To complete Armeen's response:

 

* Verify if the problem still exists with latest Patch Level (build 4088)

* Isolate your crash problem by removing unnecessary objects from your whole application and by creating a new test application using the involved objects

 

Regards,
Jacob

Re: How to link Sales and Delivery Datasource in One DSO/CUBE

$
0
0

Thanks for reply but in that cube sales order number ,Delivery number , 0DLV_QTY and order quantity

is not there

Re: How to solve order business close issue?

Re: Entries in DB table in Persona2.0

$
0
0

Check your role definitions in the Personas section of SPRO... there is a role maintenance option and you will probably find that there are two roles that have the same 1- value: FULL_EDIT_ACCESS and ADMIN_ROLE. Simply delete ADMIN_ROLE there.


Trying locate Crystal Reports redistributable compatible with Visual Studio 2013 application

$
0
0

Greetings,

 

I have developed a C# application in Visual Studio 2013 that renders pdf reports using SAP's Crystal Reports run time engine for .Net Framework (64 bit) version 13.0.15.1840.  The application will be run locally off a client's machine and I'm trying to determine which version of the Crystal Reports redistributable, assuming there is one, that I need to install on his machine so he will be able to successfully generate the reports.  Any help is greatly appreciated!

 

Thanks!

Re: ICMS partilha na NFe liberado na SAP Note 2251879

$
0
0

Oi,

 

Na Nota Writer a calculadora não faz o cálculo da partilha. Não existe previsão de desenvolvimento desse cálculo.

 

att,

Renan Correa

Re: Business area is not updated in process order creation

$
0
0

Hi Mathi.

 

 

Please check whether posting key field status (OB41) and field Status groups (OBC4) are set up as Opty. entry. If one these fields are set up as supress, the business area aren't updated

 

Best Regards

 

Jandoval Nascimento.

Re: MR11 Accounting Document Generation

$
0
0

Excuse me, what do you mean by that?

Re: CIN : J1IH Additional Excise

$
0
0

Thanks a lot for the post. I too have solved the same issue using this thread

 

Regards:

Jamshed

Viewing all 2803 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>