cancel
Showing results for 
Search instead for 
Did you mean: 

sap script -very urgent

Former Member
0 Kudos

in sap-scripts to modify form form i have add a address window so i need to retrive the fields from stucture so for adding the field s what i have to do .

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

1) after desiging the ADDRESS window, in address window text editor write the

logic between ADDRESS and ENDADDRESS control command.

/: ADDRESS

here wite the text elements.

/: ENDADDRESS

2) in print program select and keep address related data in one element, and pass that element like this....

call function ''write_form'

exporting

window = <specifies the window name>

element = < specifies the element name> " it has the address related data.

3) now assign form to it's corresponding print program by using NACE transaction code.

regards,

Ashok Reddy