Add records using table T_DTAMUSADD

Add records using table T_DTAMUSADD

I am using the RFFOUS_T program to create a DME file for ACH in CTX format. I need to add some additional data in REF and DTM segments but when I use the userexit RFFOEXIT_104, I can look the value but not able to add the segments. Any input?

    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

I've done something very similar what you are trying to do at a previous client and have not experienced this problem. What version are you using? It seems to me from looking at the source code that you should be able to add records using table T_DTAMUSADD which has a structure of DTAMUSADD. It looks like you would need to set I_MAX_ADD to be the number of records being added as well but I currently do not have access to a box where I can run a test on it. It has been a while since I have used these exits but I remember them being very flexible. There are 5 of them so make sure you are using the correct one for what you are trying to accomplish. This can be seen through debugging.

This was first published in December 2003