Quantcast
Channel: SCN : All Content - All Communities
Viewing all 8914 articles
Browse latest View live

Sender file adapter - check files before transmission to PI

$
0
0

Hello!

 

Our partner puts 2 files on a ftp server:

 

123.txt

123.pdf

 

Our goal is only to transmit the files if both files (same filename with extensions .txt and .pdf) are available. Sometimes the printed version (.pdf) is available later and then the .txt file should not be pulled as long as the .pdf is not available.

 

Does anyone know how to solve this problem?

 

Thanks in advance for your help!

 

Best regards

Christian


Cannot use TABLE datatype in hybrid passes!

$
0
0

Hi Friends,

 

I have a standard From Custom pass (ReadABAPUser) and it used to work fine. I changed the table update option from "Delete Table Before Loading" to "Update Entries in Table" and then got this error message.

 

What's the best way to solve this problem?

 

screen.png

 

Thanks

Chenyang Xiong

SAP B1 Upgradation 9.0 PL8 Failed

$
0
0

Hello Everyone,

 

I am upgrading SAP B1 from 8.82 PL 4 to 9.0 PL 8.

While upgrading the common database and demo database the application shows the error that "The server machine does not meet minimal requirement"

I checked for solution on SAP note it says that OS >= 5.0 and RAM >= 1 GB.

I have microsoft windows version 6.3.9600 and RAM 1 GB.

still why I am getting the same error? stucked here... 

BOBJ 4.1 SP1 IDT connection to Linux repository fails

$
0
0

I'm seeing a similar symptom to the issue in thread 3436679 (connection failed with FWM20030 error), in my case I'm going from a Windows client to a Linux server.  I have checked the network, VPN tunnel, and firewall configuration and can confirm I'm getting a network connection to the repository server (I have a 'tcpdump' of the full interaction) and messages are exchanged, but the repository looks like its sending something to the IDT client that results in the error being issues before even a username and password are exchanged.  I too can login to the CMC (via a web session).

 

What gets exchanged from client to server looks like this in summary:

Client                  Server

  SYN                     

                              SYN+ACK

  ACK

  'aps' +PUSH  (3) 

                              ACK

                              0x00000178 +PUSH (4)

                              'IOR'... then hex data +FIN +PUSH (493)

  ACK

  FIN

                             ACK

 

The connection is made using an IP address, but one of the strings returned by the repository server in the "IOR" message contains a what looks like a domain name and port (corresponding to the address connected to) -- does the client verify this to prevent spoofing?

 

The desired action is to be able to push a relational connection to the repository.

 

Thanks in Advance,

Donn

MB90 calling a smartform

$
0
0

Hi Experts,

 

I have a requirement to revise a specific smartform in MB90.

I need to create a new smartform for document number starting with 5(ex. 5000000008)

 

But when I cehcked the program name of mb90 - MM70AMEA I cant find the line of code wherein it calls a specific smartform.

Does anyone know where I can edit the current smartform that is being called in MB90?

Set / Get Parameters for z t-code

$
0
0

Hi guys,

 

I posted this question yesterday after weeks of online searching and not finding an answer to my question.  Alas, this post was removed (for apparently being too simple a question) and I was pointed at the FAQ here which didn't answer my question either.

 

I am an SAP user and have requested from our ABAP team whether or not it is possible to get the 'User Profile - Own Data Prameters' populated into custom z t-codes when they are run.

 

They are telling me that it isn't and I would like verification of this as it seems to me that the relevant programming would just need to be added to the z-program (and provided the Parameter in question is in the TPARA table) then it should be an easy thing to do.

 

So please, is this possible or not....?

 

 

Thanks

Darrell.

Publishing using vb .net with Hana database

$
0
0

Hi guys,
can you teach me how to Publish a vb .net application with Hana database.

my scenario is, its successfully Published and i can install it without any error, but when i open the system, i get an error odf

this are the error:

 

Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.

 

 

The type initializer for 'Sap.Data.Hana.HanaConnection' threw an exception.

 

See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

 

 

************** Exception Text **************

System.TypeInitializationException: The type initializer for 'Sap.Data.Hana.HanaConnection' threw an exception. ---> System.IO.FileNotFoundException: Cannot find libADONETHDB.dll.

   at Sap.Data.Hana.HanaUnmanagedDll.SearchNativeDlls(String regKeyName)

   at Sap.Data.Hana.HanaUnmanagedDll.SearchNativeDlls()

   at Sap.Data.Hana.HanaUnmanagedDll..ctor()

   at Sap.Data.Hana.HanaUnmanagedDll.get_Instance()

   at Sap.Data.Hana.HanaConnection..cctor()

   --- End of inner exception stack trace ---

   at Sap.Data.Hana.HanaConnection..ctor(String connectionString)

   at UploaderV2.mdlConn.Execute(String action) in C:\Users\WEYN\Desktop\UploaderV2 TEST\UploaderV2\conn.vb:line 11

   at UploaderV2.frmMain.Form1_Load(Object sender, EventArgs e) in C:\Users\WEYN\Desktop\UploaderV2 TEST\UploaderV2\Main.vb:line 101

   at System.Windows.Forms.Form.OnLoad(EventArgs e)

   at System.Windows.Forms.Form.OnCreateControl()

   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)

   at System.Windows.Forms.Control.CreateControl()

   at System.Windows.Forms.Control.WmShowWindow(Message& m)

   at System.Windows.Forms.Control.WndProc(Message& m)

   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)

   at System.Windows.Forms.ContainerControl.WndProc(Message& m)

   at System.Windows.Forms.Form.WmShowWindow(Message& m)

   at System.Windows.Forms.Form.WndProc(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

 

 

 

************** Loaded Assemblies **************

mscorlib

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.34014 built by: FX45W81RTMGDR

    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll

----------------------------------------

UploaderV2

    Assembly Version: 1.0.0.0

    Win32 Version: 1.0.0.0

    CodeBase: file:///C:/Users/Norman/AppData/Local/Apps/2.0/TGECR74D.LWV/CAT6MHHG.7LD/uplo..tion_6c7140cd61e2f3a6_0001.0000_a33af8a316e8a752/UploaderV2.exe

----------------------------------------

Microsoft.VisualBasic

    Assembly Version: 10.0.0.0

    Win32 Version: 12.0.20806.33440 built by: FX45W81RTMREL

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll

----------------------------------------

System

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.34239 built by: FX452RTMGDR

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

----------------------------------------

System.Core

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

----------------------------------------

System.Windows.Forms

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

----------------------------------------

System.Drawing

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

----------------------------------------

System.Runtime.Remoting

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.34243 built by: FX452RTMGDR

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll

----------------------------------------

SAPBusinessOneSDK

    Assembly Version: 1.0.0.1

    Win32 Version: 1.0.0

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/SAPBusinessOneSDK/v4.0_1.0.0.1__c7c3cb60e45d119f/SAPBusinessOneSDK.dll

----------------------------------------

System.Data

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll

----------------------------------------

System.Xml

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.34230 built by: FX452RTMGDR

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------

System.Data.DataSetExtensions

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Data.DataSetExtensions/v4.0_4.0.0.0__b77a5c561934e089/System.Data.DataSetExtensions.dll

----------------------------------------

Sap.Data.Hana.v3.5

    Assembly Version: 1.0.80.0

    Win32 Version: 1.0.80.0

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Sap.Data.Hana.v3.5/1.0.80.0__0326b8ea63db4bc4/Sap.Data.Hana.v3.5.dll

----------------------------------------

System.Transactions

    Assembly Version: 4.0.0.0

    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL

    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll

----------------------------------------

 

 

************** JIT Debugging **************

To enable just-in-time (JIT) debugging, the .config file for this

application or computer (machine.config) must have the

jitDebugging value set in the system.windows.forms section.

The application must also be compiled with debugging

enabled.

 

 

For example:

 

 

<configuration>

    <system.windows.forms jitDebugging="true" />

</configuration>

 

 

When JIT debugging is enabled, any unhandled exception

will be sent to the JIT debugger registered on the computer

rather than be handled by this dialog box.

 

 

 

 

 

 

PLease help

Thanks guys.

Localized RunTime Files

$
0
0

Hi guys

 

Can you please provide any hints to reach a place where I can download the spanish localized runtime file ?

 

Thanks a lot


ERP RSMIPROACT2 for GR - sending duplicate GRs which update Due qty

$
0
0

Hello,

 

We are implementing SNC and we are running into an issue regarding rupdating the ASN multiple times when using report RSMIPROACT2 from back end. As an example...

 

Lets say an ASN is created for 100 qty and send to our ERP system... We see the ASN and receive 90 qty of it (partial) via MIGO_GR..., We run RSMIPROACT2  and based on the SNC configuration of allowing partials, the ASN is updated with 90 received and partial GR status.

 

We then perform a GR on the remaining 10, and rerun the report - The ASN status is updated as GR complete, but the issue is the RSMIPROACT2 report send again the 90 and also the 10... So the GR received now is 190, and the due list is directly impacted with wrong quantities.

 

I understand that we would have to change the start time the 2nd time we run this to avoid this specifically, but this isn't practical in that we would be having this program run in the background every 10 minutes, and this could cause issues with missing a GR (because a GR could be done inbetween the first time and last run).

 

Does anyone have a best practice or solution that will help prevent this from happening? What also is concerning is we make the configuration to close out an ASN after 1  GR, this issue still happens (even with ASN being GR Fully Complete) and will still double update this.

 

Any help or guidance would be great.

 

Thanks

PTARQ delete documents, what happens if i deleted document in the Tcode

$
0
0

Hello gurus,

 

I have deleted the workflow document from PTARQ delete documents option, could anyone tell me what would be the risk associated with it. I have done it in production and doesnt know if it is a best practice.

 

When i checked back the status in SWIA, the workflow status was showing it is logically deleted. Is there any risk involved with this, as i done in prod got worried now.

 

Please suggest.

 

Regards,

Gupta

%CT not giving expected results

$
0
0

Hi All,

 

We have a BEx query where we are using %CT in a calculated key figure. The values for %CT are not getting properly calculated.

 

Example as below:

 

PlantMaterialEntity Group
Net Demand
Actual

Ratio
PL0012345ABC G02A52328.26 %
G14B1,82298.49 %
G17C683.69 %
Result1,850100.00 %


The ratio column uses %CT function.

It is equal to %CT of Net Demand Actual.

 

Note that summation of Net Demand Actual is coming incorrect which causes the issue. The sum is 2413 but it shows 1850 and according %CT gets calculated as per 1850 and not 2413.

 

Also, net demand actual is a calculated key figure.

 

Kindly help.

 

Regards,

Bhushan

Object class name does not exist in IDM

$
0
0

Hi Team

 

We are process of Integrating GRC 10.1 to Enterprise Portal.Followed accordingly as per the SAP Note No. 1977781.

 

While running the Schema Job, we get a message Schema Imported Suxcessfully. While running the Job : GRAC_REPOSITORY_SYNC_JOB, the job

shows successful, but a Warning Message : User Adaptor Empty in SLG1 T.code.

 

I have checked the Path suffix,connectors,data source and all are maintained but no sure about this warning message.

 

Secondly,I tried for test creation of user on Portal via GRC 10.1.I am getting below error

 

"Object class name does not exist in IDM" Please see log below

 

Image 1.jpg

Request gets closed stating Auto Provisioning failed.Please advice if someone has faced same issue and the steps taken to rectify it.

 

Thanks

Nitesh

Posting Date Variable

$
0
0

Hi Guys,

 

Is it possible at all to create a posting date variable as a single value and not value ranges?  If yes, can someone please give me a direction.  This is a new one for me.

 

Thanks,

 

Recca

MF50 - Configuration help

$
0
0

In MF50 we can see two tables

 

one on the top with "Total capacity data" where I see workcenter name and capacity category and workcenter description

 

Is the above layout fixed in mf50? can i change it to show what ever I want? if yes where is the config node to change this one?

 

I know that I can change the cm25 layout using cy38/cy39, but not able to find teh layout change for this mf50 total capacity data..appreciate if someone can help me with this one..

 

thx

ME57 - Wrong purchasing group between PR and PO

$
0
0


HI all,

 

when using ME57 to convert multiple PRs to POs continuously, the purchasing group from the individual PRs are not populated correctly in the respective POs.

 

Example:

 

1st and 2nd PR has purchasing group ABC and 3rd and 4th PR have purchasing group= DFB

 

Using ME57, the 1st and 2nd PO will adopt ABC as the purchasing group (correct behavior). However 3rd and 4th PO will also adopt ABC as the purchasing group. This is wrong behaviour as the correct purchasing group should be DFB. Am i missing out on any configuration?

 

Please advise.

 

Thanks in advance.

 

Regards,

SW


Error CK820 - Cost component split was not found in controlling area currency

$
0
0

Hi gurus,

i have following problem during cost estimate calculation (CK11N).

Cost component structure is not available in controlling area currency, only in company code / object currency.

Through FM BAPI_COSTESTIMATE_GETDETAIL the error is CK820 - Cost component split was not found in controlling area currency.

 

Somebody can help me?

 

Thank you in advance!

Marco

Planned revenue to flow during sales contract

$
0
0

Hi,

 

Want to post this question on what is the correct setup to get plan revenue to flow during sales contract. Currently it is flowing after sales order are created. Is this standard limitation?

 

Thanks

 

Ary

DTW - Unable to Access SBO-COMMON database

$
0
0

Bom dia pessoal,

sei que este assunto já foi bem comentado aqui no fórum, mas ainda não encontrei solução em nenhum post anterior. Estou tendo problemas para fazer o DTW conectar ao meu SERVERSAP.

 

Já tentei de várias formas a conexão, pelo nome do server, pelo IP, diretamente no server e por cliente, com a porta 30000 e sem porta, não consigo fazer o DTW conectar ao server, sempre retorna o erro: "Unable to access SBO-COMMON database".

 

Verifiquei novamente as permissões do sa para o SBO-COMMON e está tudo certo.

 

Alguém já passou por esse problema e conseguiu resolver?

 

Se eu conseguir resolver fecharei o chamado com a solução correta para ajudar outros participantes.



Att.

Jackson Vilela

What is Person number (PERSNUMBER)

$
0
0

Hi Everyone,

 

I'm a MM consultant and am seeing some value of ADR6-PERSNUMBER being assigned to a user. I need to understand from where the PERSNUMBER is coming from? Is it maintained somewhere, e.g. in PA30? Or is it randomly allocated? Is there any way to link PERSNUMBER to PERNR in PA0001 table?

 

Thanks in advance for your help.

 

Regards,

Gaurav Sharma

Label print after TO confirmation

$
0
0

Hi ,

 

I have specific requirment and wonder if there is a standard way to trigger labels after TO is confirmed? Requirement is that we validate SH to from a custom table on staging. If SH matches then we print lable otherwise not.

Thanks

Viewing all 8914 articles
Browse latest View live


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