Re: SAP NCO: How to display the RFC trace level 4 data payload hexdump?
Bernd Sonderkötter wrote: Any idea in which case the dump is readable and in which case not? Hi Bernd,sometimes it is simply the size of the data: for certain parameter types (especially tables) there...
View ArticleRe: SAP NCO: How to display the RFC trace level 4 data payload hexdump?
Hi Markus, sorry for the name confusion. I cannot confirm this for the sapnco.dll version 3.x, where the hexdump (= rfc data) is only shown in trace level 4 (as documented in the SAP documentation of...
View ArticleRe: SAP NCO: How to display the RFC trace level 4 data payload hexdump?
As I found out now, probably the ignorance of ParameterData is a problem of my custom code which does not parse all possible trace options: string traceDirectory =...
View ArticleRe: SAP NCO: How to display the RFC trace level 4 data payload hexdump?
Hi Ulrich, so I think it is the compression or the serialization format which made the hexdump unreadable in level 4. The ParameterData option does not work, but this is probably due to my custom code...
View ArticleRe: SAP NCO: How to display the RFC trace level 4 data payload hexdump?
Hi Bernd, see the API doucmentation of the RfcTrace fields. They refer to RfcTracing enumeration, which lists all supported and allowed tracing options. In app.config you need to use the enum name...
View ArticleDirect input using RFBIBL00 with multiple files and dynamic filenames
Hi, We want to switch an interface using RFBIBL00 from BTCI to DI, but we are facing some issues with the handling of background jobs for DI programs. DI background programs must be executed as...
View ArticleRe: BDC for AC01
Hi, Try to record Tcode AC02 instead of AC01, you will find create icon
View ArticleIT 0302 not sent in HRMD_A message type
Hello!! I have already set everything to send HR Master Data from one system to another partner. Instead of using the standard type HRMD_A, I ended up making a copy of it. Everything seems to be fine...
View ArticleRe: Unable to distribute the distribution modell
Ranjith - Looks like you have open the session close them and then retry to distribute in BD64 it worked for me . With Regards , Sri
View ArticleRe: Finding LOGO name
Place a break point in the form routine GET_LOGO_NAME in PROGRAM ZQ_CH_COA_R26.Alternatively turn debugging on in the sapscript and step through it to the point shown in your screenshot. Che
View ArticleCreate Employee using a FM
Hi, I'm looking a way to create employees in SAP without using tcodes pa30, pa40. I was loooking some FM like HR_MAINTAIN_MASTERDATA and HR_PAD_HIRE_EMPLOYEE but i haven't succeed with it. If you could...
View Articleippe access information IE02 using BAPI
i am trying to make ippe access information using BAPI 'BAPI_EQUI_CHANGE" . i am using ppeguid key which i got during manual upload from IE02. value pass to bapi - equipment, ppe guid and Function...
View ArticleRe: LSMW Templates
Hi Jurgen,It s very bizarre but SAP in it's ASAP focus methodology refers to customized LSMW objects in order to accelerate the implementation, but later, in the Best Practice 3.607documentation, sends...
View ArticleRe: ippe access information IE02 using BAPI
I also checked that these fields are not available in BOR .I try to make an LSMW and all these fields are missing in structure.
View ArticleCreate a measurement document of the data from an opc server via PCo 2.3
Hello everybody, I want to transfer data from an opc server UA to a measurement document. I allready have the data in the sap system via rfc connection, I can browse the namespace etc. Is it...
View ArticleAbap Development
Hello, My functional analyst configured our sales order creation to create a sales order from an inbound idoc and then creates a stock transfer order (STO) in the background. Following the successful...
View ArticleMDM API - Search on Integer value?
Hi Experts. I have been working with the MDM API for some time now, but I cant seem to figure out how to set up the search criteria for searching on an Integer field. In MDM table...
View ArticleRe: Create a measurement document of the data from an opc server via PCo 2.3
Hi Till, there is a framework in NW-layer that could be used to read data from data sources like OPC UA via SAP Plant Connectivity (PCo). Please have a look at the following SCN links that describe in...
View ArticleRe: Create a measurement document of the data from an opc server via PCo 2.3
Dear Hans-Jürgen, thank you very much for your answer. I´ve read these documents. Especially I wanted to know, how to automatically create measurement documents from the data I get from the test...
View ArticleRe: Create a measurement document of the data from an opc server via PCo 2.3
Hi Till, there isn't an out of the box solution for applications that are going to use SAP Plant Connectivity. The connectivity framework in ABAP is located in package S_PCO. There you find all classes...
View Article