cancel
Showing results for 
Search instead for 
Did you mean: 

reg.script

Former Member
0 Kudos

hi experts,

i want to add two fields in main window one is contract no and second is storer. contract no is a test field . how i delclare this field in main window. what code should i write for this .

rewards are helpful answers.

Thanks & regards,

Narasimha Rao.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rao,

You declare the 2 fields in the internal table, which is printing the values in the Main window of your script.

Populate the fields with proper data and print them as follows...

/: &itab-contract no&,,&itab-storer&

thanks & regards

Kishore Kumar Maram

Former Member
0 Kudos

Hi

If you are using a standard driver program try to check for the new field which is available ovet there or not.

If it is available you can simply simply add the fields in the required places as you want.

If the fields are not available u have to write a routine to get those fields.

Hope this will helps.

Thanks and Regards

Arun Joseph

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

U need to declare two fields in the internal table contract no and storer ,which u want to print in the main window..

then u write the code in the sditoe as:

/E &itab-contract no&,,&itab-storer&

then u pass this text element in the write_form function module

of the print program.

it will work....

thnx

sravani

Plz reward points....