Modify IDoc and save to DB
Hi Experts, I have come across to modify an existing IDoc data via RFC program. In IDoc they will provide only some information and I have to fill up the remaining IDoc segments. The modified IDoc...
View ArticleRe: Modify IDoc and save to DB
Hi Sabareesh, There are a number of functions that you call to open an IDoc for editing, change the contents of segments, close the IDoc, and then you have to do a db commit of course. Functions are...
View ArticleRe: EDI Partner profile not maintained
Hi, How did you solve it? Readers in the future want to know. thanksPaul
View ArticleRe: ALE Matmas - Delta only on specific fields
Hello Daniel, You can write a code in CUSTOMER EXIT, compare the IDOC data with the existing data in the system, if the data is not matching then update the data of that particular field. Regards,TP
View ArticleBilling creation Tax condition need to reclaculate and split should not happen
Hi Experts, At the time Biling creation VF01 need to calculate tax based on the given date,so i did the changes in the exit USEREXIT_PRICING_PREPARE_TKOMK -> RV60AFZZ -> -> SAPLV60A I have...
View ArticleRe: CREMAS, ADRMAS and data filters in BD64
Hello Steve, I have ALE configured to send vendor master data to an external system. Serialization is setup so that I always get an ADRMAS Idoc with each CREMAS Idoc. This is all working fine. I have...
View ArticleRe: CREMAS, ADRMAS and data filters in BD64
I have only implemented the outbound end of this process. The system I was sending idocs to was (a) not mine and (b) not an SAP system, so I'm afraid I can't help with the inbound end of the process....
View ArticleRe: CREMAS, ADRMAS and data filters in BD64
I still haven't found a solution to this, but we've decided to live without the filtering so I've stopped looking. I'd love to know how to do it, though, if somebody finds a way:-) Steve.
View ArticleRe: CREMAS, ADRMAS and data filters in BD64
Steve, have you seen OSS note 354107 - ALE: Customers or vendor-dependent distribution
View ArticleRe: CREMAS, ADRMAS and data filters in BD64
No, I hadn't seen that. Jürgen, you are a genius:-) I'm not in a position to test this right now, but reading the note it sounds like exactly the problem I'm having. If somebody else tests this and...
View ArticleWhat is the Difference between SMT1 and SMT2?
Recently i had to do a few steps for a system which is made a HADR system ?As part of this steps i had to create entries in SMT2 Tcode. But the process followed is similar to SMT1 steps. So i want to...
View ArticleRe: How to activate Services for Objects in transaction SU10?
Hi Daniel, Check this doc http://scn.sap.com/docs/DOC-33485 Regards. JCD
View ArticleCustomer Reference in BAPI_CUSTOMER_CREATEFROMDATA1
Hi All,I need help about using BAPI_CUSTOMER_CREATEFROMDATA1,in import parameter, PI_COPYREFERENCE, we must fill data of REF_CUSTMR (Customer Reference). When we send parameter without Cust. Reff, the...
View ArticleDocumented Function RfcInstallBgRfcHandlers Not Available
Hello community, in the actual Interface documentation of SAP NetWeaver RFC SDK you can find the function RfcInstallBgRfcHandlers. But the function is not available in the actual SAP NetWeaver RFC...
View ArticleRe: Function RfcGetRowType in SAP NetWeaver RFC SDK DLL
Hello community, the function RfcGetRowType gets the type descriptor of the table rows and has the following signature: DECL_EXP RFC_TYPE_DESC_HANDLE RfcGetRowType ( RFC_TABLE_HANDLE tableHandle,...
View ArticleIDOC of large size
Hi Experts, I have a customer query.They are sending IDOC ARTMAS and LAYMOD01ARTMAS = 30 MBLAYMOD01 = 90 MB. This is a single IDOC document and not a batch.They are sending from SAP to ADAPTER . They...
View ArticleRe: IDOC of large size
Hi Akriti, It depends on the Hardware config of the system, also you may need to do performance tuning as suggested in following:...
View ArticleRe: IDOC of large size
Hi Azhar, I want to split the IDOC.Suppose IDOC has 100 segments then it want it to split in 5 IDOCs with 20 segments each.How can i do this? ThanksAkriti
View ArticleRe: IDOC of large size
Hi Akriti, From your post I understand that its just a Single IDOC...or are you grouping the IDOCs at sender side? If its just a single IDOC, I am not sure if there exists some std function to split it...
View Article