Quantcast
Channel: SCN: Message List - ABAP Connectivity
Viewing all 3125 articles
Browse latest View live

Debug of Idoc error handling

$
0
0

Hi guys, I am debugging an issue related to an inbound interface posting MBGMCR iDocs to ECC. The situation is that the iDocs that get posted correctly by the external application work well. However some of the inbound MBGMCR iDocs do not work. The idea is that the incorrect MBGMCR iDoc should get posted to the Workflow inbox of the administrator. This does not seem to work but the configuration looks correct for me:

 

1. The partner profile is setup correctly i.e. certain post processing agents are setup for the message type for the particular logical system. These agents work well for other iDoc errors so this setup is probably not at fault.

2. I am able to reproduce the error i WE19 and I can see that the correct function module IDOC_INPUT_MBGMCR is triggered and does indeed produce an error.

 

However, I cannot seem to find where in the process an error should be triggerede and sent to the adminstrators inbox. Any ideas?`

 

Best regards,

Anders


Re: Debug of Idoc error handling

$
0
0

Can you please let us know what is the error that you are getting ?

outbound Idoc Attachments

$
0
0

I'am working on ERP and ARIBA integration using PI. I have a requirement where im replicating Sales order from ERP to ARIBA. i want to send the attachments also with this PO to ARIBA. What are the required steps in ERP to allow attachments in outbound idoc ORDERS05.

 

Thanks,

Ruthwik

Sending multiple idoc's for 1 outbound message

$
0
0

Hello,

 

We are currently in a migration project with our BizTalk system that generates our EDI messages based on IDOC's from SAP.

 

It would be nice if we could create 2 idocs on for instance 1 invoice.

So an invoice is made, 2 IDOC's should be created, IDOC 1 being send to old Biztalk, IDOC 2 send to the new Biztalk. Is this in anyway possible?

 

We want to perform this action for every type of idoc, not only for Invoices, also WMTOORD, DESADV,.... and so on.

 

thanks for any feedback

 

regards,

 

Dimitri

Re: How to create sales order using BAPI.

$
0
0

SD_SALESDOCUMENT_CREATE instead of SD_SALESORDER_CREATE

RFC enabled Function Module to retrieve configuration parameters

$
0
0

Hi All,

I am currently writting a simple python scirpt that should retrieve values of all configuration parameters on all SAP systems in our environemnt and do some checks on them. However, I am struggling to find a suitable FM that will allow me to retrieve configuration parameters through the RFC connection.

 

Is there such module? Does anybody know its name or link to its description?

 

Thanks a lot

IDocs are going to 75 since they are using the same queue of 51 status ones

$
0
0

Hi Experts,

 

The inbound IDocs are received via qRFC[in a queue] to SAP ECC from SAP PI. Earlier a week back IDocs are failed with 51 status due to issues on functional team[SAP SD] side but once all of the issues have been resolved by functional team today most of the IDocs are getting processed but some of them are going to 75 status since they are using the same queues which are earlier used 51 status IDocs and hindering the processing of these IDocs to proceed further. Please find the below snippet of WEINBQUEUE showing the IDocs in 51 status[earlier] & 75 status[latest].

 

weinbqueue.JPG

 

I have gone through note 817939 - IDoc: IDocs remain in status 75 and it states "reports RSEINBQUEUE_PARTNER and RSEINBQUEUE also trigger inbound processing for IDocs that have the status 75 and can be scheduled as jobs (transaction SM37) ". But after trying to execute the reports manually the waring says 1 of 2 IDocs are processed in case of above but when I check the status in we02 still the status is unchanged. Please guide me to solve this.

 

 

Thanks,

Naveen.

Re: RFC enabled Function Module to retrieve configuration parameters

$
0
0

Hi Martin,

 

with "configuration parameters" do you mean "profile parameters"? For reading profile parameters there is the TaskHandler function module TH_GET_PROFILE_VALUE. But there are two "problems" with it:

 

  1. It's not RFC-enabled. So you would have to create your own RFC-enabled wrapper FM around it.
  2. It does not give a "list" of all profile parameters defined in the system, but reads only one parameter at a time. So either you are anyway only interested in a fixed set of parameters, then you call the FM x times for the x parameters you would like to read, or you look around a bit in the other TaskHandler FMs: there is quite a few of them, all starting with TH_ and some give quite interesting details about the current system state, like status of the work processes, logged in users, ressource usage of the app servers, etc. Perhaps there is also one that returns a full list of current profile parameters?!

 

Best Regards, Ulrich


SAP integration with SFDC directly from ABAP

$
0
0

Dear Friends,

 

My client does not have PI/XI.

They want to send the data using BAPI directly to SFDC. I have developed ABAP program and Custom BAPI which can send the data at HTTP server and can retrieve the data from HTTP server in TXT/XML/XLS format. SFDC is taking and updating the data from same.

Can we send the records directly SFDC using ABAP?

 

You help will be appreciable.

 

Thanks

Ramesh P.

Re: Sending multiple idoc's for 1 outbound message

Re: SAP integration with SFDC directly from ABAP

Re: Problem with BAPI_QPMK_SAVEREPLICA

$
0
0

Hello,

 

I've got the same issue, did you have resolved this point ?

 

thanks

Re: Problem with BAPI_QPMK_SAVEREPLICA

Access File From Shared Network / Folder.

$
0
0

Hi,

 

My Requirement Is to Access the Shared Folder(For Eg: \\192,168.0.1\test) to Read and open files from that shared folder  .

1 . Need FM to Get List files which are avaliable in the shared folder .

2.  FM which can read and open files from shared folder.

 

Kindly let me know if any one knows any FM or any weblink which can be helpful.

 

Regards ,

 

Saumil.

HRMD_A09 idocs status

$
0
0

Hello all,

 

I am processing multiple pernr's via HRMD_A inbound idocs using basic type HRMD_A09 and HRMD process code.

 

I observe that FM IDOC_INPUT_HRMD is just processing valid pernr's( those having correct entry in all infotypes ) and not showing any logs for unsuccessful ones.

 

Idoc status always comes  as 53 irrespective of successful or unsuccessful update/insert.

 

Even if there is single invalid pernr entry , idoc status will come as 53 but pernr would not get created.

 

Any idea how to get the unsuccessful pernr's logs?

 

 

thanks in advance

 

regards,

Lokesh


Create/change sales deal using IDOC

$
0
0

I am trying to create/change sales deals using an IDOC. So far I believe that I should be using IDOC type COND_A01, but no luck getting it to work. Can someone please post which of the segments and fields I need to use to post a sales deal? please show a complete IDOC example.

 

Thanks!

Re: Error:Problem with SOAP Class while sending IDoc from ECC to HCI

$
0
0

Hi Shankar,

 

I face the same issue. I unchecked SOAP Protocol, but the issue still same.

for my XML-HTTP Port, content type is text/xml selected and HTTP Version is enabled by default to version 1.0.

 

can you please give any other suggestions to check.

 

BR,

Murali

Fill PO application log from server proxy

$
0
0

Hi

 

I have generated a Server Proxy (Asynchros) who receives data from PO. I would like to add some information to the Message log which can be read from the PO side (like "Data received and stored on xxx place")

 

I have tried  cl_proxy_fault=>fill_log

 

But no succes. Anybody knows how to?

Re: Documentation on LAE Contract import program FILA_MIGRATION_IMPORT

$
0
0

Hi,

 

current I am configuring the LAE in my project. In the process needs to transfer any data from CRM to LAE. Have some doubts on it. May I ask if you can help on them.

 

Thank you.

 

Regards,

vishal

Re: LSMW Routing upload problem (Activity codes LAR01 to LAR04)

$
0
0

Mitu Razvan,

 

Your reply solved the exact same problem I faced.  Even thought it works fine in dialog, in LSMW (even in foreground), the activity type fields were suppressed.  My work center Costing view was valid later than my routing header, so I change the work center costing view to be valid from the same date as my routing.  Now it works.  Bizarre, but I will take it.

 

Thanks!

Tom

Viewing all 3125 articles
Browse latest View live


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