cancel
Showing results for 
Search instead for 
Did you mean: 

To Handle Dynamic Headers in SMARTFORMS

Former Member
0 Kudos

Hi Gurus,

I have a scenario in smartforms:

I have an internal table to hold Form Header data, i need to print the Form Header based on certain conditions.

Form Header in the sense - like Delivery Header Information or Shipment Information which are printed before the Main Window.

Ship-From: Ship-To:

Shipment No: Master BOL No:

Shipment Date: Sequence No:

Carrier Name: Shipping conditions:

The above two windows have to be printed based on certain conditions from Item level data.

Here Ship-To and other details can be different based on item level details.

Please suggest me some ideas to go forward.

Thanks,

Madan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

you have 2 possibilites,

1. build some (abap) program logic in your smartform to select the extra data you need to print

2. Select in the printerporgram also the extra data to be printed and pass this with an interface to the smartform.

hope it helps.

Gr., Frank

Former Member
0 Kudos

Hi Frank,

Thank you for your response.

Could you please elaborate on 2nd suggestion.

I have collated the entire data in print program. But I am unable to proceed in the Layout.

I need to print layout dynamically so that based on item level details, i can print different Header format i.e. both Form Header and Item Level details.

Kindly suggest some ideas to go forward.

Many Thanks,

Madan