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

Documented Function RfcInstallBgRfcHandlers Not Available

$
0
0

Hello community,

 

in the actual Interface documentation of SAP NetWeaver RFC SDK you can find the function RfcInstallBgRfcHandlers.

 

RfcInstallBgRfcHandlers.JPG

But the function is not available in the actual SAP NetWeaver RFC library PL 31.

RfcInstallBgRfcHandler_lib.jpg

Is this function in a later patch level available?

 

Thanks and cheers

Stefan


IDOC of large size

$
0
0

Hi Experts,

 

I have a customer query.

They are sending IDOC ARTMAS and LAYMOD01

ARTMAS = 30 MB

LAYMOD01 = 90 MB.

 

This is a single IDOC document and not a batch.

They are sending from SAP to ADAPTER .

 

They are sending IDOC of such a large size. Is there any way to get a more better process for sending such a large data.

Also , can someone brief me about ARTMAS and LAYMOD01.

 

Thanks & Regards,

Akriti

Looking COR6 user exit to set the Expiry date/Manu. date with default date...

$
0
0


Hi All,

 

There is any  user exits available in 4.7 version  to set the system date  to expiriy date/Manu.date  field for avoiding manual input.

 

Please find attached below screen shot for your informatioin and needful.

 

thanks in advance.

 

Capture.PNG

 

 

 

Thanks & Regards

Sudheer

Consumer Client Proxy for multi-operation Web Service [PROBLEM]

$
0
0

Hello everyone,

I created a client proxy and a logical port for multi-operation Microsoft WCF service. Everything was ok with the generation.

When I call an operation with a particular logical port, I get the  LO_SYS_EXCEPTION :

     SoapFaultCode:1  The message with Action 'http://tempuri.org/DispatchAppointmentsLogin' cannot be processed at the receiver, due to a      ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and      receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same      binding (including security requirements, e.g. Message, Transport, None).

 

I introduce the same wsdl in SOAP UI and I get connection to the service. Also, when I call .asmx services from SAP everything works fine.

I understand that the problem is caused due to a name-binding mismatch. Do I need to define a different access path for every operation or make custom settings?

 

Any ideas?

 

Thank you and Regards,

Kostas

AS01 Asset Master Upload by BAPI_FIXEDASSET_CREATE1

$
0
0

Hi All Currently Client requirement to upload Asset Master through BAPI.So is it the right bapi for use in AS01 Transaction??If so then can you share me the coding for that.I tried but there is required field named No of Similar Assets NASSETS but there is np such field in this bapi so hw can develop this code for Asset Master Updation??Please Share!!

Send special character through EDI X12

$
0
0

Need help from EDI experts.

We are now implementing EDI 850 to send PO from SAP ERP to vendors (ECC->PI->3rd party subsystem->vendor).

In the PO text there can be some special characters (¼, ×, ©, etc.) and they will appear in outbound IDOC.

3rd party EDI subsystem rejected our IDOC, giving reason that these characters are not supported by X12 standard.

We were also told that any character out of below scope cannot be processed by EDI.

Valid Characters.PNG

It doesn't make sense to me that all business documents transmitted throught X12, have each of their characters limited in this set, considering this is a global EDI standard.

So I would like to be clear about following questions, before raising this issue to our client.

1. Can special characters in a business document, be sent through X12 standard?

2. If it's possible, how is it acheived technically? In SAP or EDI subsystem? (Just some explanation in brief, please.)

3. How do these special characters look like in the final EDI message? (as it is? encoded)

 

Any information is appreciated. Thanks!

write data stored in test data dictionary

$
0
0

Hi ,

 

I want to get the data that is stored in the test data directory.

I tried the below code:

data : d102n_exportkey like functdir.

data : begin of te_datadir occurs 10,

         dataid like eufunc-nummer,    "Schlüsselnr. für Testdatenimp.

         stepid(3),                    "PBO/PAI-Eintrag

         seqid  like eufunc-seqid,

         datum like sy-datum,

         uzeit like sy-uzeit,

         title(40),

       end of te_datadir.

te_datadir is a internal table

d102n_exportkey-area = p_file.

  d102n_exportkey-progid = p_fname.

  d102n_exportkey-dataid = dataid.

IMPORT te_datadir                                  

       FROM DATABASE eufunc(fl) ID d102n_exportkey.

 

But i want to write the data that is stored in there in test data dictionary.

for eg: if i have created test data with the name 'testing' , then i have to write the data that is there in 'testing'.

Please help if anyone knows how to do this,

I also tried table EUFUNC. But as mentioned in othere threads it is cluster table and i am not getting how to get data from here.

 

Thanks

Akriti

Make the fields editable in module pool program

$
0
0

Hi Experts,

 

I have a requirement in a table control in that I have to display several record with selection button. And if I select a particular record and press edit button one particular column should be made editable for that particular record.

 

I used loop at screen and made that particular column editable. what is happening is if I press edit button that particular column is made editable for all the records.

 

Kindly let me know how to solve this.

 

Thanks in Advance

 



Connect 2 SAP servers in a single C# service application?

$
0
0

Hi,

 

We are using the .net connectors 3.0 to connec the SAP server and there is no issues when sent/receive data in RFC. But now we have received the new requirement some of the RFCs need to connect one SAP Destination server and some RFCs need to connect the another SAP Destination server.

 

That's 2 different SAP servers has to connect in a single C# service application. Could it possible to connect the 2 SAP destination servers in a same service application by using .net 3.0 SAP connectors?

 

Regards,

Sathish.S

Status X_MUSS of the user interface ZSFDC_OPP_PROCESS_NEW missing

$
0
0

Hi Experts,

 

Even when I had set the  SET PF-STATUS 'PF_STS_CRE' I am getting the following message can any one tell me how to solve this.

 

Status X_MUSS of the user interface ZSFDC_OPP_PROCESS_NEW missing 

Message no. 00264

Diagnosis 

The specified GUI status either does not exist or was not generated.

Procedure 

Use the Menu Painter to check whether the status required actually exists. If it does, then generate the interface ZSFDC_OPP_PROCESS_NEW (using the Menu Painter).

 

 

My Program type is Report. But I am not using any selection screen I am just calling module pool screen. Please tell if the program type is causing the issue.

 

Thanks in Advance .

 

Srivedha

What is the threshold for Spool Work Process

$
0
0

We want to setup a SOLMAN alert for long running spool work process but we're not sure on the threshold to be set. Kindly advise.

 

Thanks!

RFC-Call with SNC from a AS 400

$
0
0

Our company policy only allows SNC enabled RFC calls to our SAP Systems. We have an external vendor, that needs to connect from an AS
400 application to our SAP system. However we could not find an installation guide for just installing the SAPCRYPTOLIB for securing an RFC call. All guides seem cover only the installation with a SAP system existing on the AS 400.

In our case the external vender does not have a SAP system on AS 400. He simply needs to do a RFC call from an AS 400 application via SNC secured RFC-call.

Any help regarding the installation of the SAPCRYPTOLIB on an AS 400 and how to execute an SNC secured RFC call would be greatly appreciated.

 

Thanks

Axel

TYPE L and type X rfc destinations

$
0
0

Hi ,

 

What is the usage of Type L (Logical coneection) and type X(ABAP driver connection) in RFC destinations. ANd also can anyone tell me how to use them

 

Thanks & Regards,

Akriti

Idoc posted successfully but bank data not updated

$
0
0

Hello,

 

I am trying to post an Idoc via we19, I am successfully able to post the Idoc but the Vendor bank data does not gets updated.

 

Idoc structure:

 

Idoc sturcture.png

 

Segment E1LFBKM contains the bank data.

 

I tried debugging and found that the bank address is correctly passed but still the bank data is not updated.

 

 

Regards,

Ankit

XML for BAPI/RFC

$
0
0

Hi ,

 

Is there any way i can create XML  for a BAPI/RFC with input data added in it?

If possible, please tell.

 

Thanks

Akriti


Table BDCP2

$
0
0

Hello Experts,

 

I would like to ask if performing Archiving on documents will also create a Change pointer entry in table BDCP2?

 

Thanks in advance!

Please answer me guys!!!

$
0
0

I have created an internal table with work area, and when i try to add that internal table in to table control using  Dictionery/ program field icon

it is showing an error that no internal table exists.. ( Error Message no. 37528).. Please help me out...

How to create UPCA and EAN13 barcode and use for thermal label printing

$
0
0

As I am new for ABAP . please help for UPCA and EAN13 barcode

FIle port and XML port

$
0
0

Hi ,

 

Can anyone provide me steps or any documentation on how to use file port and XML port in SAP.

The full scenario to achieve this functionality.

 

Thanks

Akriti

Need help in Error encountered during job Run

$
0
0

Hi Experts ,

 

 

Can anyone suggest Plz , whenever I am running a Job to do the auto Goods Issue via a customized z prog. , I am getting the given error in job log .

What shall I need to do or how can I check whats the issue from this error log .

Please help .

 

 

Error msg in joblog

 

 

"No batch input data for screen SAPLYSD_OIB_QCI 0500"

Viewing all 1115 articles
Browse latest View live


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