cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in description field in webdynpro form

mohammadaamir_khan
Participant
0 Kudos

Hi All,

I have created form for user input for article creation. Data is directly mapped to z table. In z table there article description (data element MAKTX, input help deactivated in webdynpro)  and Pack type ( data element MVGR2 with input help H_TNM2 in webdynpro) and pack size ( data element MVGR3 with input help H_TNM3 in webdynpro) fields are there, apart from other data.

Issue is when user uses f4 for pack type (MVGR2) or pack size (MVGR3), corresponding description is automatically getting populated in MAKTX field.

How to resolve the issue as article description supposed to be user filled.

Thanks in advance for your valuable suggestions.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Either remove the import parameters of the corresponding search-help on the structure level (most probably your context is mapped to the structure of your z-table directly), or

create another "encapsulating" structure, which will not inherit the search-help from it's parent (in this case the child more likely). Map your context to the structure, which will not have importing parameters other than the ID of the material.