2008 Oct 01 2:52 PM
I have a requirement to verify the language keys of the header and items texts of a sales order at order save time, and change the language keys if applicable. Where is there an exit in this process that I can manipulate this, it does not appear that any of the sales order exit will help me. I think that I need to add my exit code into function module V70T, possibly in include RV70TNNN. However if I try to put any code in this include it will not syntax check, it fails with the error "Statement is not accessible".
Thanks
2008 Oct 01 3:02 PM
The include program RV70TNNN is the part of the main program SAPLV70T.
You have to use the VOFM transaction to create your own code into this include. In VOFM follow:
Data Transfer > Text names
Here you need to create your new routine in the customer namespace. (Routine number must be more than 600).
Check this document on VOFM
http://saptechsolutions.com/pdf/InsideVOFM.pdf
Once you create your routine here, you need to attach it into the text determination of your text in the customization.
Regards,
Naimesh Patel
2008 Oct 01 3:02 PM
The include program RV70TNNN is the part of the main program SAPLV70T.
You have to use the VOFM transaction to create your own code into this include. In VOFM follow:
Data Transfer > Text names
Here you need to create your new routine in the customer namespace. (Routine number must be more than 600).
Check this document on VOFM
http://saptechsolutions.com/pdf/InsideVOFM.pdf
Once you create your routine here, you need to attach it into the text determination of your text in the customization.
Regards,
Naimesh Patel