‎2006 Jun 22 4:36 PM
Hi everyone,
I have a requirement to send an idoc. I have to populate a segment with signing authority . I have to create a custom table for that and call the function module. How do i do that ?
Thanks in advance,
Venkat
‎2006 Jun 26 3:31 PM
Hi!
When you have an outbound IDOC, then there is a function module to create the IDOC and fill the segments. Often the function name follows the form MASTERIDOC_CREATE_NNN with NNN = IDOC-name.
Inside this function module should be an user exit to add some own coding.
Regards,
Christian