Re: Customer Creation through RFC
Hi Yogesh, As Ulrich suggested , you can use BAPI_CUSTOMER_CREATE which internally calls XD01but if you want to create a RFC without calling a transaction. Then 1.) Create a FM with importing paramters...
View ArticleRe: Customer Creation through RFC
I'd agree with the above suggestion to create your own RFC and then potentially use cmd_ei_api=>maintain_bapi for customer creation. There are a number of threads with sample code for this method...
View ArticleRe: AL11 view data folders on another server
Hello jamison j. This question is Assumed Answered.Please help me to clear your solution.Many Thanks.
View ArticleALE / HR->CRM / HRMD_ABA UPDATE mode bad person (CP) name
Hi to all, we were using the update mode in PFAL transaction to synchronize the data between HR->CRM systems (ALE interface). In this scenario, the customer found out that when PFAL was run to...
View ArticleHRP1017 ALE Inbound validation
Hi everyone, I am sending the IT1001 Subtype AG (Role) and the IT1017 (PD Profiles) from ECC to Recruitment enviroment using ALE. When the IDOC arrives to Recruitment if the Role (IT1001 Subtype AG)...
View ArticleRe: Create/change sales deal using IDOC
Hi Jason, Please refer to the following article for the details of creating IDOC.Regarding which segments should be post, I guess this should be answered from application side.If you met any errors...
View ArticleHow to synchronize the changes to our application documents to other systems?...
How to synchronize the changes to our application documents to other systems?I have checked BDCP table, but no changes updated. Why?
View ArticleRe: ABAP Push Channel under huge load. Any best practices?
Hello Masoud,I have tested the following scenario using qRFC. 1. I check how many entries are in TRFCQOUT for my channel.- If more than 2, i do nothing.- If not, i trigger an outbound qRFC, i.e....
View ArticleRe: How to synchronize the changes to our application documents to other...
Hi David, First , when an application transaction makes changes to an object ,the application writes change documents , which are stored in theCDHDR and CDPOS tables. Next , the SMD tool checks the ALE...
View ArticleWhat are the Mandatory input parameters for FM HR_INFOTYPE_OPERATIONS to...
Hi All, I am using FM HR_INFOTYPE _OPERATIONS to update the table PA0001, i am passing inputs pernr,begda,endda . But KOSTL (cost center) is not updating. My question is to whether we need to pass all...
View ArticleORDERS05
Hi All, I am trying to create a sale order through IDOC ORDERS05, which is with reference to Contract. and my XMl file have two line items. I am using Qualifier 058 for create sales order with ref to...
View ArticleBAI2 file having multiple account statement
Hello folks, Need your help in below query: We have to process bank statements (BAI2 format file) via FF_5.BAI2 file has multiple bank accounts statement in single file but I need to process it only...
View ArticleRe: INVOIC02 Idoc error ME708
Hi I can delete the segment for a free item in the IDOC. ok... Did anybody found a "customizing-solution" or something similar?
View ArticleStop IDOC processing and leave NAST-VSTAT as 0
Hello Experts I need help understanding how I can stop the processing of a LAVA output if a certain condition is not met (I can manage that condition check in Userexit ZXTRKU02) and leave the output...
View ArticleRe: POACCOUNT fields cleared in BAPI_PO_CREATE1
Hi Verona, Did you get a resolution on this issue.. We are facing similar issue and any input will be appreciated. Thanks!
View ArticleIssue on exporting pdf via RFC for external system to consume.
Hello, We are currently working in an integration with SAP and SAP is providing a RFC where we can retrieve a PDF. They claim this PDF is being exported in OTF format, we tried some research on the...
View ArticleGetting error CX_ST_REF_ACCESS:XSLT exception.Error accessing the ref. node...
Hi Team, We have developed Web service to create sales order in SAP. While testing the web service in SoapUI, we get below response however order gets created in SAP. It works fine in development but...
View ArticleRe: Issue on exporting pdf via RFC for external system to consume.
OTF is not PDF. Moreover the OTF data is based on occidental characters. So Chinese is a problem here.if the requirement is to send PDF, ask them to do the necessary (tell them that SCN exists and they...
View Articlebapi_objcl_change_key Issue change characteristics of batch
Hi Expert, I am using bapi "bapi_objcl_change_key" to change the existing characterstics of batch.I am able to update it required characteristic but rest all characteristics are getting deleted and...
View ArticleRe: Issue on exporting pdf via RFC for external system to consume.
Hi Mohammad, can you also let us know the name of the function module being used here? Important is also the datatype of the field PDF_CONTENT-TDLINE. I would expect that this field has a binary type...
View Article