Quantcast
Channel: SCN : Unanswered Discussions - ABAP Connectivity
Viewing all 1115 articles
Browse latest View live

Error to GL LSMW using program RFBISA00

$
0
0

Hi, I need Help.

 

I use the standard LSMW

 

LSMW DI.PNG

 

When I try to create the batch input

 

create bi.PNG

 

 

I can't  create the batch input because it shows the error.

 

erro bi.PNG

 

What I do to create the batch input in this situation?


Send file generated of SAP transaction to Filezilla FTP

$
0
0

Hi,

 

I must to make a program to send out the generated file by a SAP FI standard transaction to an external Filezilla FTP. I know the server of this Filezilla FTP (it's a IP, not a URL), the user and the password.

 

I've checked the program RSFTP002, to check out the connection, but it says: "User has no authorization for computer". I've put the user, password, host (it's a IP, not a URL, I don't know if the issue is here..), and the RFC destination SAPFTP.

 

Could you know what's the issue?.

 

Thanks.

HTTP Port | Test Connection | taking too long

$
0
0

Hi Folks,

 

I have defined a HTTP port in WE21 (Connection Type G) and I am using this to communicate with external non SAP script (simple hello world sorts) running on a machine which is in the same network as SAP. However, when I do a simple Test Connection, it takes an unusually long time to get a response.  I am sure this is not a network issue since, if I do a tracert between the systems, its over within milliseconds.

 

Are there any parameters, settings or configurations which influence the If anyone has experienced this issue and has got a solution, kindly share it across.

 

Thanks a tonne for your help!

Consume webservice from abap system using X509

$
0
0

Hello abap experts,

 

I am having difficulties consuming a secure SOAP webservice in ABAP, and was hoping one of you could help me.

The webservice uses both SSL and X509 signing, The SSL connection part is working fine, the connection is accepted by the receiving party, but the SOAP messages are not signed by the X509 certificate. I have searched around, and never found a defenitive answer, wether it is even possible.

 

I created the logical port in the consumer proxy manualy (without wsdl), and get the option to select a certificate for the SSL connection, but I never see any settings regarding transport security (X509 signing). When i researched this I do see screenshots where this settings are available, but the screenshots are always of older versions of the SOAMANAGER.

 

The system I am trying to configure this on is 7.40 SP5

 

thanks,

 

Jorg

How to generate Outbound idoc for Material Reservation

$
0
0

Hi Experts,


I want to send outbound IDoc when a material reservation is created with tcode MB21.

I have been working on this issue and finding the solution in SCN for a week...

 

I found some messages similar to this but I could not find out the correct way how to do that.

 

At this moment, I configured BD64/WE20 referring the following topic which seems to be feasible solution but could not find any outbound IDocs created, unfortunately.

Implement ALE_RESERVATION_CREATE

BD64.PNGWE20.PNG

I appreciate if someone can help me how to create outbound IDoc with MB21 or advice some possibility of missing configuration or steps.

 

Best Regards,

Kenji

Setup classification interface

$
0
0

Dear guru's,

 

I'm looking for a document that describes step-by-step how to setup an interface for sending new/updated classification/characteristics from one ECC to another ECC.

 

Guess that there must be a How2-document, but cannot find it.

 

BR, Martijn

How system pick partner profile in order/invoice

$
0
0

Hello Experts,

 

In invoice [VF03], I could see system determine output type RD00 and partner function BP so system is taking Bill to party from invoice and putting there. I checked the output condition record for that invoice [VV33] there there partner number is not assign to partner function BP. I understand this.

 

BUT my questing is, How system is picking partner profile to create the Idoc for that invoice??

 

Partner profile and Bill to party both are different.

 

How Idoc creating process start when we save sales order/ Invoice ???

 

I want to know the triggering point from where system start idoc creating for sales order/ invoice ???

 

Thanks

get file from local system desktop to SAP application server

$
0
0

Hi,

 

Firstly, I need to check the connectivity of my SAP system and a local system which is in the local network...

Is there any standard program or can I have a program for the same?

 

 

Thanks

Madhukar


Not able to open the existing PDF files from Content Server in VL02N

$
0
0

Hi All,

 

In Delivery transaction VL02N, we are not able to open the PDF file attachments which were created in the Past (Ex. 01/01/2014) from the Content Server. Recently upgraded to Enhancement Pack 7 and not sure whether the issue is due to this upgrade.

 

Kindly check and do the needful.

 

 

 

 

 

Thanks,

Parasuram

RSFTP* programs

$
0
0

Hi,

 

Can I use RSFTP* programs to check connectivity between laptop in the local network and SAP server?

 

Thanks

Madhukar

TAG_ERROR in function IDOC_XML_FROM_FILE

$
0
0

Hi!

 

 

When I execute function IDOC_XML_FROM_FILE I received exception TAG_ERROR with error ID EA and nuber 725.

 

What is the reason of this error and how could I fix it?

 

I would like to import a order XML-IDOC from a customer in our system.

 

 

 

Regards

 

Markus

LSMW Error When Uploading file (Return Code 1)

$
0
0

Hi SAP peeps,

 

Just upgraded from ECC6 EHP5(SAPKH60507) to EHP7(SAPKH61707), and trying to copy over an LSMW into EHP7 using export/import Project...

 

The export/import works fine from eg. EHP5 to EHP5, but the import into EHP7 is getting an error... It's not even getting to the point where the .TXT file is even imported into the new system. It's getting stuck trying to select the damn file off the local machine...

 

I've debugged it and this is what it's doing in EHP7:

  • In FM /SAPDMC/LSM_PROJECT_IMPORT2, it's doing a call to CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG
  • This is supposed to return 1x row for the .TXT file I've selected for Import (file from prior Export)
  • The file entry resides in: CHANGING       FILE_TABLE              = l_filetable
  • However, in EHP7, it seems to have a bug in it such that there are 2x rows in l_filetable - the 1st of which is BLANK!
  • The subsequent read of this table and call to FM 'GUI_UPLOAD' is not very happy about this:     read table l_filetable index 1 into l_filename.
         CALL FUNCTION 'GUI_UPLOAD' EXPORTING FILENAME                      = l_filename  .......


Exporting/Importing from EHP7 to EHP7 also has the issue - so seems to be specifically related to EHP7 Import functions...


I've also debugged EHP5, and this BLANK row doesn't appear in the table l_filetable, and therefore the issue does not occur...


Could this be Unicode related somehow? If so, what to do and how to fix?  The EHP5 was made Unicode compliant before the upgrade started as it was a mandatory pre-req...


Any ideas? Anyone seen this before? Any thoughts appreciated... Can't find any SAP OSS notes related to this either... :\


Cheers,

Nick


get a file from FTP

$
0
0

Hi,

 

I would like to know the procedure in which we can get a file from an FTP server...

To check connectivity, we have RSFTP0002...

But how do I get a file after accessing the FTP server successfully?

Please help me on this as it is a highly needed requirement.

Thanks

Madhukar

Retrieve text file from ftp server every 15 mins

$
0
0

Hi guys,

 

We are able to connect to an FTP server with 5 text files. Every 15 minutes, we need to retrieve each of the 5 files. Please assist me with the coding logic to retrieve the file into the SAP Directory. Any suggestions would be greatly appreciated.

 

Regards,

Sid

Synchronization SAP ERP - Outlook

$
0
0

Hi,

 

I would like to know if there is a possibilty to synchronize for example vendor master data with outlook.

( not using Business in one, CRM etc)

 

Email addresses and contact persons are automatically updated in outlook.

 

Thanks a lot for your support.

BR

B


How to connect LTAP with EKPO or EBAN

$
0
0

Hello experts

 

On behalf of information from LTAP I need to print some labels (LT32). That itself is not a problem.

But I need additional information like who requested the item. This information is found in EKPO-AFNAM or EBAN-AFNAM.

 

I probably need to go via several tables, but I have trouble finding the way.

Can anyone help me find the way through the jungle?

 

Best regards,

Jeanette

ABAP Report Issue

$
0
0

Hello,

 

When I save my report in ALV report we are facing a issue: Secondary Cost element 900000 is not supported in primary cost element (Message No: GM024). So my query is whether its an Functional configuration or technical issue. Below is the screen shot attached for the reference.

 

ca.PNG

 

Regards,

Chanukya

Difference between trusted RFC and read RFC

$
0
0

HI,

 

I want to ask a question regarding RFC.

 

What is the difference between trusted rfc and read rfc?

 

Please give me more detail explanation.

 

Thanks.

get file from local system desktop to SAP application server

$
0
0

Hi,

 

Firstly, I need to check the connectivity of my SAP system and a local system which is in the local network...

Is there any standard program or can I have a program for the same?

 

 

Thanks

Madhukar

RFC connection fails when selecting DSO's containing many columns

$
0
0

Hi All

I apologize if this thread is not in the correct place.

I am facing a problem with sap data service and rfc connection towards sap BW.

I have successfully created a connection and can fetch all the DSO’s in my sap BW environment.

 

But I am dealing with some errors in the connection, when large DSO’s are chosen.

 

Error calling RFC function to get table data: <RFC_ABAP_RUNTIME_FAILURE-(Exception_Key: DATA_OFFSET_TOO_LARGE)- Invalid subfield access: Offset too large>.

 

Is there a natural limitation on how many columns which can be fetch without getting an error. Or what is causing this error?

Is there a rule of thumb on data size?

 

I am also currently facing an import, which previously was successful, but now is generating an error similar to above.

Error:

Error calling RFC function to get table data: <RFC_ABAP_EXCEPTION-(Exception_Key: DATA_BUFFER_EXCEEDED, SY-MSGTY: E, SY-MSGID: FL, SY-MSGNO: 046, SY-MSGV1: /BODS/RFC_READ_TABLE)>.

 

I find it very odd that it was successful previously, and now is failing.

In general should this kind of connection only be used for small table, or small amount of records? I am using this in relation to CRM service data, which is a fairly large datasets.

 

Thx for you reply.

 

BR

Lasse

Viewing all 1115 articles
Browse latest View live


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