Using SAP IDocs to update "further dates" information in an SAP transaction

Using SAP IDocs to update "further dates" information in an SAP transaction

I am trying to find out how we update the "further dates" tab information in a shipment (transaction VT02N) through an SAP IDoc. What is the best way to do this?

    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.

There are generally two ways to do this. You can try finding a way to inject the data by using one of the SAP user exits (enhancement points) in the IDoc processing function, or the better option is certainly to write a new IDoc function that does the following:

  • Call the original IDoc function module
  • Add code logic to do the update in a second step after a successful call transaction and commit work

Making a wrapped call is usually much easier to implement.

This was first published in May 2010

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.