Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Output - Transmission Medium 8 - Special Function Issue

former_member311223
Participant
0 Likes
10,196

Hi Experts,

I have created a Z-program and smartform fro Invoice print. This smartform should print based on the Output Type ZPDF. We have configured the program and the smartform in NACE for the Output type.

In Billing Header Output, Transmission Medium used as 8.Special Function is maintained for the Output type ZPDF.


But this Output type (ZPDF) is not getting reflected when i try to select it from the billing Tcode : VF03.

VF03-> Billing Document -> Issue Output to

Kindly guide.

Regards

Gopa

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
6,133

Hello Gopa,

If you are selecting NACHA = 8 then you will not get option output type Vf03 -> issue output type for print preview.

You can also check dispatch time(NAST-VSZTP), if its 3 then you can write code in your print program to perform your requirement. 

Regards,

Deepti

Hi Experts,

I have created a Z-program and smartform fro Invoice print. This smartform should print based on the Output Type ZPDF. We have configured the program and the smartform in NACE for the Output type.

In Billing Header Output, Transmission Medium used as 8.Special Function is maintained for the Output type ZPDF.


But this Output type (ZPDF) is not getting reflected when i try to select it from the billing Tcode : VF03.

VF03-> Billing Document -> Issue Output to

Kindly guide.

Regards

Gopa

3 REPLIES 3
Read only

Former Member
0 Likes
6,134

Hello Gopa,

If you are selecting NACHA = 8 then you will not get option output type Vf03 -> issue output type for print preview.

You can also check dispatch time(NAST-VSZTP), if its 3 then you can write code in your print program to perform your requirement. 

Regards,

Deepti

Read only

0 Likes
6,133

Hi Deepti,

Thanks a lot for you reply.

In my case the dispatch time(NAST-VSZTP) is getting updated as 1. And this value is getting updted into NAST table from Transparent Table  T685B.

SAPDV70A                       / DV70AI0D

MODULE (PAI)    / D0100_PRUEFEN

MODULE D0100_PRUEFEN.

  IF NAST-VSZTP = SPACE.

    NAST-VSZTP = T685B-VSZTP.

  ENDIF.

How to proceed in this case. Can you plz suggest.

Regards

Gopa

Read only

0 Likes
6,133

When you configure your output type in billing data header tab , select that row and choose further data option. There you can see dispatch time, you can change that value from drop down.

regards,

Deepti