Application Development 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: 

Sales Order output type???????

Former Member
0 Kudos

My requirement is Sales Orders created have the option of printing a Sales Order Confirmation output report; this is controlled by condition records. The user may alternatively choose to re print the document by selected the output and printing.

Its for condition type ZB00. The new format should be as below,

Here could please give me the delivering plant , how we get the below bold color info? what is relation between plant code and name 1,name 2 and city field? possible give me the info for all beow fields and their relationship

<b>Delivering Plant:<Plant Code></b>

<b><Name 1> <Name 2>

<City> </b>

Message was edited by:

sanjana K

3 REPLIES 3

Former Member
0 Kudos

Hi,

The following fields refer to the description of Plant i.e. Plant description, City, Country etc.

U can find the information in table T001W.

Regards,

Himanshu

Former Member
0 Kudos

Hi,

With the help of VBAP-WERKS go to the table T001W and fetch the Plant, and its address and use them .

Create a Character format 'B' for bold(if it is not there) and use that for the fields to display in bold.

reward points if useful

regards,

ANJI

Former Member
0 Kudos

using palnt from VBAP table get the corresponding details of the plant using T001W table.

For bold display, create a Character format 'B'. Use this at the fields where ever u need to display the field in BOLD.