cancel
Showing results for 
Search instead for 
Did you mean: 

Incorporating a new field, please help me

Former Member
0 Kudos

Hi All,

I want to include item material number from EINA Table on a already existing Schedule Agreement Release Form.

Please give me the steps.

Thanks so much.

Praveen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In the print program, read the value form the appropriate table and store it in a field.

If it is a SAPscript, adjust the form to accept and display this field at the location which you need. Enter the field like &EINA-xxxxxxx&.

If it is a Smartform, pass it to the form through any variable and display it through a text element.

Regards

Subramanian.

Former Member
0 Kudos

Hi Subramanian,

Can I do it in this following way..

in the form interface declare parametre name is_eina type eina.

and give the value at &is_eina-XXXXX&.

is this the right way please suggest me.

Thanks,

Praveen

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

Yes. Try it and let me know if you have any further queries.

Subramanian

Former Member
0 Kudos

Hi Subramanian,

I tried it but no good.

Can I declare a structure in parameters Import section under parameters category as is_vbdpa type vbdpa, and write down the SQL Statements in program lines or writing SQL in the Form initialization.

If I do like this do I need to write any other initialization or .... is it enough.

Please let me know....

Thanks,

Praveen

Former Member
0 Kudos

Hi,

Declare a variable in the Form Interface of the smartforms and pass this value from the calling program.

This value is visible through out all pages.

You need not use any program lines, directly you can use this variable in any text element.

Regards

Subramanian

Former Member
0 Kudos

Hi Subramanian,

Thanks for your response.thanks so much.

I did declared under the Form Interface in the Import TabPage as IS_VBDPA TYPE VBDPA, if i do like this I need to give this program name in the print program under the call function lf_fm_name. Is this right????

or

do i need to declare in tables tab page in form interfaces.

which one is correct. please suggest me. I have to finish out by the end of today.

thanks very much,

Praveen

Former Member
0 Kudos

Hi,

If you are going to send as a single value, declare in Import tab, if you want to send multiple values declare it in the TABLES tab.

Hope this helps.

regards

Subramanian