Re: BASXML support for BGRFC
Hello Akriti, Some heads up - basXML - is a data format. bgRFC - is an RFC protocol.You can use bgRFC with "Classic data format" or with "basXML data format". As a summary, in transaction SM59, the...
View ArticleRe: bgRFC configuration
Hello Mark, There is _no programmatic/automatic way_ to restrict one application to use a particular destination. If you create a destination XYZ - any ABAP program can use that destination to create a...
View ArticleRe: BGRFC support BAPI's?
Hello Akriti, AFAIK, any function module that has "Processing type = ''Remote-Enabled module" under SE37 (Attributes tab) - can be used with bgRFC (CALL FUNCTION.. IN BACKGROUND UNIT) statement. Thank...
View ArticleRe: BGRFC advantages over trfc and qrfc
Hello Akriti, bgRFC allows you to do everything that you could do with "Classic tRFC and qRFC". But it does it faaar better. It is far more scalable and has far better performance. All these benefits...
View ArticleRe: Trigger outbound during SU01 Password change?
Kannan, I do not know any such IDOCs. But what is the business process which brings you to this requirement. It depends on the requirement if you need to send data in a periodic manner, as an Audit...
View ArticleRe: Trigger outbound during SU01 Password change?
Hello Kannan, There is no standard Idoc available for your purpose. You can create a custom idoc with the information which you need to send. Try by implementing the user exit SUSR0001 and do a check...
View ArticleRe: Formatting the spool output.
Hello Sathish, Loop at the buffer table and then using split command, split the lines and pass it to the required structure in the internal table. Regards,TP
View ArticleRe: Trigger outbound during SU01 Password change?
Take a look at the USECHANGE01 IDoc type, it carries a E1BPPWD segment. Regards,Raymond
View ArticleRe: IDOC to create from outbound delivery from sales order as INBOUND process
Good morning ! In the transaction WE20 to create the customer EDI KU with EM function. Output parameter: message type DESADV and basic IDOC DESADV01.I associate the IDoc message type to LAVA, you...
View ArticleIdoc export into wsdl format
HI Expats, I was trying to export the idoc into wsdl format using SRT_IDOC_WSDL_NS for C4C integration. Where in getting an error stating" Function call IDOCTYPE_READ_COMPLETE failed Structure of...
View ArticleWE09 run in background display spool
Is there a way to run the idocs in a collapsed form in the background (not expanding all the data segments) This is what I don't want:This is what I want, how it looks in the non-background processing:
View ArticleRe: lsmw, butch input RCPTRA01 , assignment of components to routings
try batch input instead of butch input. RCPTRA01 is used for creation as you can read in the docu: Data Transfer of Task Lists from External SystemsYou are actually looking for changing existing data,...
View ArticleError to GL LSMW using program RFBISA00
Hi, I need Help. I use the standard LSMW When I try to create the batch input I can't create the batch input because it shows the error. What I do to create the batch input in this situation?
View ArticleRe: lsmw, butch input RCPTRA01 , assignment of components to routings
I don't know, "butch input" has a certain ring to it.
View ArticleRe: Error to GL LSMW using program RFBISA00
Read the report documentation before coding -> Transactions allowed are FS01, FS02, FS05 and FS06. FS00 is not allowed, try FS01. Regards,Raymond
View ArticleRe: Implement ALE_RESERVATION_CREATE
Hi AD, This is what I want to know now.I configured WE20/BD64 as described by RK. But I don't get any outbound IDoc when I create Material Reservation with MB21. Is there any additional config or...
View ArticleSend file generated of SAP transaction to Filezilla FTP
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...
View ArticleRe: ALE Inbound GR - How to ensure SER03 updated from Inbound Delivery
Hi Kyle, I have similar issue to populate Serial Number (SER03) from inbound process of Idoc WMMBID02. Did you solve your issue ? could you please share your experience ? Regards,David
View ArticleHTTP Port | Test Connection | taking too long
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...
View ArticleConsume webservice from abap system using X509
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...
View Article