cancel
Showing results for 
Search instead for 
Did you mean: 

output options....

Former Member
0 Kudos

Hi All,

I want to create a generic form which prints the results according to the parameters.

I want to print sold-to-party address on a form along with a PO info and material info,on the other form I want to print supplier address at the same place.

how to make this possible.. is it by out put options or by creating a flow logic or some other.....

Please kindly help me out. answers will be rewarded.

Regards,

Praveen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi Praveen

declare a vrialble v_flag plcace a value 1 for sold to-part , 2 for supplier..

then

create two Templates differently.. for sold-to-party and supplier address.. then insert textelement (dont forget to insert the row number and colomn number in output optionof teh text element) then insert values.. goto "<b>condition</b> TAB" of the template.. ther give any flag.. v_flag = 1. like this..

so each template will trigger based on the value in v_flag.

<b>Please Close this thread.. when u r problem ise solved</b>

Reward if Helpful

Regards

Naresh Reddy K

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In that window, just use the simple IF conditions,

/: if it is a SOLD-TO

/: Write the Address and End Address

/: ELSEIF it is a Ship-to

/: Write the Address for Ship to

/: ENDIF.

So, based the success of the IF condition, the address will be printed.

Regards

Sudheer

Former Member
0 Kudos

Hi Praveen,

You can do it either ways.But if you want to have your own input parameters,then create your own program with a selection screen & create a T-code for the same for execution.