cancel
Showing results for 
Search instead for 
Did you mean: 

text in the header of sales orde not print on picking slip

Former Member
0 Kudos

text in the header of sales orde not print on picking slip

1. va03, open an order, select menu "Goto" -> "Header" -> "Texts"

2. Select "Sold To Shipping Instr.Intl" in the left window, and you will see some text in the right window is maintained.

According to company's busienss process, the pick slip should print out the information of this text, but currently, it can not be print out in the pick slip output - WMTA.

In the step 2, I select "display log" at the bottom,

And check the log of "Z007 sold to shipping Instr. Int." , have following error information:

Text ty Z007 sold to shipping Instr. Int Access sequen 0112

|_Nr Object ID PARVW ALL Languag PARVW SORG. Req. Data Note

|_010 VBBK z007 x 001 101 Requirement is not met: text could not be obtained

|_ 020 KNVV Z007 X 110 Text does not exist

|_030 KNA1 z007 x 121 l texts could be obtained

double click the Req 001 in above display, and found such a code:

++++++++++++++++++++++++++++++++++++++++++++++++++++++

----


  • FORM - Routine for copying *

----


----


  • FORM BEDINGUNG_PRUEFEN_001 *

----


  • The following work areas are available: *

  • *

  • FTVCOM - Communications block *

  • FXTHEAD - Text header *

  • FXVBPA - Partner *

  • *

  • The messages are stored in table 100 with message id 'VX' *

  • *

----


  • Transfer parameters: *

  • BP_SUBRC = 0 - Text will be copied *

  • BP_SUBRC > 0 - Text will not be copied *

----


FORM BEDINGUNG_PRUEFEN_001 USING BP_SUBRC.

BP_SUBRC = 0.

IF FTVCOM-VBELV IS INITIAL.

BP_SUBRC = 4.

ENDIF.

ENDFORM.

*eject

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

it seems that the root cause is "FTVCOM-VBELV IS INITIAL." which lead to BP_SUBRC > 0, then the text will not copied.

Anyone know how to fix it? Really appreciated

Thanks

Edited by: Rick Guan on Sep 25, 2008 5:53 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rick,

Just check the access sequence for Sale order( VOTXN )and also see the access sequence order for Delivery(pick list will be printed after saving the delivery).

For both of them having the same access sequence, then it has to come.

Best Regards

SRI

Former Member
0 Kudos

Hi Sri,

Thanks for your input, but I can locate the fix method.

Following is the some pic for the configuratino:

1. Access sequence for text determination:

1) Text procedure:

http://p11.freep.cn/p.aspx?u=v20_p11_p_0809261114357864_0.jpg

2) Text ID's in Textprocedure

http://i3.6.cn/cvbnm/c2/32/f4/fef7620ec71c89b9b71233a643151152.jpg

3)Access Sequence for Text ID's

http://i3.6.cn/cvbnm/42/c8/0e/6ea2bce637e4ef51dccf102a67e99b91.jpg

And I am not sure how to find the access sequence for delivery - pick slip, Is it realted to the output type for the pick slip?

If possible, could you explain how the text link to the output type?

Cheer,

Rick

Answers (0)