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

Issue in adding the sapnco.dll and sapcno_utils.dll - reg

$
0
0

Hi,

 

We have SAP .net connectors dll sapnco and sapcno_utils (64bit) and added the reference the C# .net application. We can able include/see the namespace "SAP.Middleware.Connector" inside the application. I craeted the code in page load "RfcConfigParameters parms = new RfcConfigParameters();" and it added without any errors.

 

Our problem when build the source it shows the below error :

 

Error 2 The type or namespace name 'RfcConfigParameters' could not be found (are you missing a using directive or an assembly reference?)

 

After when i refresh the solution it's show the reference in the page and again it's removed while build the source.

 

Please suggest on this. How to solve this reference problem while build the source.

 

Regards,

Sathish S


RFC SAPXPG_DBDEST_ fails

$
0
0

Hi,

 

In my system RFC SAPXPG_DBDEST_<SAPDBHOST> is getting failed. I have maintained all the entries correctly in sm59, still it is getting failed. When I checked dev_rd file I am getting error like "remshd: Account is disabled - see Account Administrator". Can any one tell me is this error related to my RFC fail?

No batch input data for screen SAPLKEAK 0300

$
0
0


Hi All ,

 

I am getting "No batch input data for screen SAPLKEAK 0300 "  error while Posting a parked document.

When I checked the Park Document , I saw that Profitability Segment was missing.

Document is parked using standard FM  "PRELIMINARY_POSTING_FB01" after that BDC is executed to fill Profitability segment.

Both FM and BDC are written in a custom FM. This FM is scheduled in a Job to run everyday and Park all the available Documents .

Everything used to work fine for last 2 years but suddenly since last month I am starting getting this error.

It does not happen for all the documents . And for the document for which it happens, if I try to park and post it again using the same process . It works fine.

It looks as if something obstruct the normal parking process when SAP job is running but I am not able to find out the reason.

 

Any pointers would be appriciated.

Thanks ,

Rahul

Data Dictionary details

$
0
0

Hi There,

 

Is there any way to take the filed name from SAP data dictionary during run-time . I mean if i will execute a TA the field name , program name (like what shows pressing F1) all the details.

 

Any help is appreciated.

 

Regards,

Khagendra

How to maintain segments for PORDCH03 (IDOC)

$
0
0

Hello Expert.

 

I need to be able to create and change PO data from text file. For this i parse data from files, then I manually maintain segments for idoc, and then I send it by CALL FUNCTION 'IDOC_INBOUND_ASYNCHRONOUS'. So, for PO create I have no problem it is working right. But for PO change i have an error 'Document does not exist'. I tried to maintain PO_NUMBER field of header segmet manually.

For example:  e1bpmepoheader-po_number = 'XXXXXXXXXX'.

 

Where 'XXXXXXXXX' - number of already existing PO in EKKO table. But I stell have this problem. Maybe you know what I am making wrong?

 

Best Regards,

Mikhail.

running a DOS program before an ABAP program

$
0
0

Hello

we have Z_Order  ABAP program which load order to SAP, we need to run a DOS program to get file to the correct folder.

Is it possible to run this DOS program every time user run Z_Order program

Thanks

Sreen gets cut in production client after sending a transport

$
0
0


Good Day,

 

after taking a transport to production the screen cut other columns but  on Development and qas is fine and the transport pass throught those client.

 

4-11-2014 9-37-30 AM.png

 

Please see production screenshot below.

 

4-11-2014 9-41-44 AM.png

 

 

Thank in advance

Process code for /DSD/HH_CREDITDATA

$
0
0

Good day gurus,

 

I am trying to load the credit master data for customers using the IDoc /DSD/HH_CREDITDATA but I cannot find the correct process code to assign in WE20 to get my IDocs processed.

 

Could you please advice?

 

Many thanks


User-Exit/Badi for MD14 (At Save)

$
0
0

Good  Morning

 

i want to  an exit or badi for md14 when save planned order

User Profile Parameter ID KVS not work

$
0
0

Hi,

I've got some troubles with parameter id KVS. I set it in my user profile,

parameter = KVS    

value = B2   

description = Version (CO)

 

when I call report GPCQE53LSADXCC16KZ1R96N5156001, there are two fields with this parameter,

and their value remain "0" instead of "B2".

I need to put the parameter value on one of this two fields, how can I do?

 

Could someone help me?

 

thank you in advance,

Fede

Multiple iDocs in a single file

$
0
0

Hello,

I'm working on some integration to send a purchase order change file into SAP from BizTalk.  Everything works when we send every change as its own iDoc, or when we send all changes for a single PO in a single file, but when we try and include multiple iDocs in a single send, we get an error that it has to many elements.  The definition below is of the idocData element which indicates it can send more than one:

<xs:elementxmlns:q2="http://Microsoft.LobServices.Sap/2007/03/Types/Idoc/3/PORDCH03//711"minOccurs="1" maxOccurs="2147483647" name="idocData" nillable="true"type="q2:PORDCH03">

A sample of the file:

<?xml version="1.0"?>
<ns0:Send xmlns:ns3="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:ns2="http://Microsoft.LobServices.Sap/2007/03/Types/Idoc/Common/" xmlns:ns1="http://Microsoft.LobServices.Sap/2007/03/Types/Idoc/3/PORDCH03//711" xmlns:ns0="http://Microsoft.LobServices.Sap/2007/03/Idoc/3/PORDCH03//711/Send">
     <ns0:idocData>
        <ns1:EDI_DC40>
        ....
        </ns1:EDI_DC40>
        <ns1:E2PORDCH000GRP>
        ......
        </ns1:E2PORDCH000GRP>
    </ns0:idocData>
    <ns0:idocData>
        <ns1:EDI_DC40>
        ....
        </ns1:EDI_DC40>
        <ns1:E2PORDCH000GRP>
        ......
      
     </ns1:E2PORDCH000GRP>

    </ns0:idocData>
</ns0:Send>

LSMW Vendor CIN Update

$
0
0

Dear Experts,

 

In our setup we are only using FI-AP (No MM) we have enhanced field CIN in general section of vendor. Currently we wanted to update CIN information on all the vendors for which I created LSMW. I noticed that when batch map is created there is no information about CIN field. In recording I have selected this field. Not sure where I am going wrong?

 

Looking for your assistance. Thanks in advance!

 

B/R

Prashant Rane

 

Vendor Master - CIN Field

 

 

Method used in LSMW

 

Recording steps

 

Conversion data steps

 

No information on batch map

BDC Source Field

$
0
0

HI Experts

 

I have a BDC programme, how I can know the source field. of BDC Programme. Please guide.

 

 

Regards

Parkash chand

Document for troubleshooting ALE and EDI errors

$
0
0

Hello expters,

 

Please provide relevant links and documents for troubleshooting errors in idocs sent from or received in SAP R/3 .

 

Thanks & regards,

Monami.

Generation of IDOC from xml content present in XSTRING format

$
0
0

I have a requirement to create an IDOC with the XML content coming from an external system. I don't have the option to put that XML content in the file and then call EDI_DATA_INCOMING.

 

I get the IDOC XML content in an XSTRING and using this content I need to create the IDOC.

 

Any inputs or suggestions on how to achieve this?


Show a dialog message while Consuming a Web Service

$
0
0

Hi pepople..

 

I am consuming a WevService in ABAP succesfully but it takes a long time to get the data.
The application get stuck for a while ( about 2minutes).

 

My question is:
Is there a way to show a DIALOG . (wait, loading, progress_indicator) to show the user.

 


This method takes too much time.

 

CALL METHOD obj_prxy->OBTENER_MICROS_VENTAS_DETALLE1

          EXPORTING

            input    obj_input

          IMPORTING

             output  obj_output.


Regards

Thank you

Read from inbound IDOC

$
0
0

Our WMS kicks off IDOCs  SHP_OBDLV_CONFIRM_DECENTRAL and these are inbound to SAP (our WMS does the Goods Issue).

 

These inbound IDOCs trigger user exit MV50AFZ1  -->  userexit_save_document.

In that user exit, I have been given a requirement to SELECT from VEKP for the handling unit header for the delivery number. (Ultimately, we are looking for the tracking number from VEKP).

 

This would work fine, except through debugging the user exit, I can see that VEKP doesn't get updated until after the user exit is finished. (It is updated from the E1BPDLVHDUNHDR segment from the IDOC).  Therefore, there is a timing issue; I can't access the data from the VEKP table b/c it isn't updated prior to the user exit.

 

Could I instead access the IDOC directly through some function / BAPI that I can call from the user exit?  (Rather than selecting VEKP?)

 

If so, what FM/BAPI could be used?

 

Is there a better design?

 

Thanks

Jeremy H.

IDOC Configuration Error

$
0
0

Hello there,

We have a requirement to configure IDOC's for Cost Center (COSMAS) and Projects (PROJECT). We need to be able to generate IDOC files (CSV format) and drop them under a specific folder under AL11. My Basis team says that since we are only dealing with one system and not sending out IDOC files to an external system, we don't need to use the Transactional RFC port under WE21 T-Code. Attached are the instructions we followed to configure the IDOC's but I feel like something isn't correct. Can anyone please let me know how I can configure these two IDOC files?

 

-Rohit

IDOC filters in BD64

$
0
0

My scenario is to send SHPORD idocs to 2 different systems based on shipping point and sales org.

 

For this i created filter groups in BD95 and BD59.

 

When i run program 'RSNAST00' for the delivery, it is failing with error

"

Too many recipients found for message type SHPORD in the ALE model

Message no. B1130

Diagnosis

In the ALE distribution customer model several recipient systems for IDOCs with message type SHPORD and filter object type 'KUNNR' with value '117033' have been modeled from this system, but only one recipient system is allowed.

 

Procedure

Please change the ALE distribution customer model so that it allows only one recipient system for the message from this system.

 

 

I created only one model view for these 2 systems, and the SHPORD message type does not exist in other models.

 

 

Appreciate your help.

 

Thanks

Srinivas

How to create a proxy to retrieve the xml file from web services

$
0
0

Hi Every one,

 

We have a requirment where we receive a xml file from Kenexa, a third party HR tool using a middleware tool. from SAP side We have to create a proxy to retrieve the xml  file from web services by initiating call through middleware tool i used earlier.


these are the steps i intend to follow to accomlish the requirement.  

 

1) middleware tool has to initiate the call to kenexa web services to  receive the xml file when it is available.

2) On SAP we need to create a ABAP Proxy service provider to middleware where this file can be received.

 

Can any one guide me how i can create a proxy to retrieve the xml  file from web services by initiating call through other middlewre (its not PI). 


Any help would be really great, i am not a ABAP developer, so please help me with this. Thanks.

Viewing all 1115 articles
Browse latest View live


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