Thanks a lot every one!
I have "half solved" my problem changing my Output Type, from Shipping Point to Carrier.
This is a brief description when I use Shipping Point Partner:
In "Mantain Output Files" into my "Partner functions" for my Outupt Type I have:
Medium = 01 Print output
Funct = 01 Shipping Point
My problem happens when, in VT02N, when I try to print the next FORM is called: CHECK_PRINT_RELEVANCE (Report RVADTR01).
T
his FORM chek this:
IF ( LEG-TDLNR = NAST-PARNR ).
FLAG = TRUE.
If my partner is Shipping Pont, then LEG-TDLNR = CARRIER NUMBER but NAST-PARNR = Shipping Point, therefore FLAG = FALSE and then I have my Error Mesage.
When I changed my partner from Shipping to Carrier then I got print.
Anyone knows how can I use partener = Shipping point and pull this event?
Regards
EC