Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

F4 Help

Former Member
0 Likes
883

Hi experts,

If I create a Z table by copying a table MARA, will the F4 help work in the Z table if I do not create search help explicitly for it?

Thanks,

Mohit.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
839

Yes definitely the F4 help will work .

Reason

F4 help is not attached to the table but it is attached to the domain.

The table that you copied has the data elements whos domains will have standard

search help attached to it. Please check it out you will find.

Regards,

Lalit Mohan Gupta.

9 REPLIES 9
Read only

Former Member
0 Likes
839

Hi,

Yes all standard search help attached to it will work.

Read only

Former Member
0 Likes
839

HI,

If you copy the MARA table using the Copy option then for what ever fields the F4 help is provided in MARA will be refelected in ZTABLE.

If you manually created the ZTABLE looking at the MARA fields then you need to use the same data elements as used in the MARA table for the corresponding fields and if any search help is provided for particular field then you need to maintain the same in Ztable.

Read only

Former Member
0 Likes
839

Hi:

F4 help depends on the Data element and if you copy the mara, the F4 should be available,

for details have a look

[F4 help|http://www.erphome.net/pdf/tech/m07.pdf]

Regards

Shashi

Read only

Former Member
0 Likes
839

Yes u willl get the standard f4 help with ur table fileds , if u copy thefields and elements from the stnd. table.

Regards

Read only

0 Likes
839

Hi friends,

F4 help will automatically gives when u r copying,

whereas while creating a z table u need to follow the steps as given below:

Step1: give the standard filed name and dataelement then press 'entr'

step2 : Goto from standard table select the field u r using and click on the tabstrip 'Entry help/check'

u can see 'srch help' field copy the value in the field against ur require d field.

step4: Goto ur ztable and select copied field , then click on 'srch help' button u will get a popup

in that popup simply entr the value copied from the standard table

eg: for matnr the value will be 'MAT1'.

follow the next popup click on 'Generate praposal' and 'Copy'

then the search help will be copied .then Ur problem be solve.

I have faced the same problem , then i have resolved in this manner,

Hope this will help u out,

Thanks & Regards,

rajesh S.

Read only

umashankar_sahu
Active Participant
0 Likes
839

Yes all Search help (F4) functionality will work for copied table also, because in table MARA all are standard fields and all standard fields are using standard Data element (and data element contains the technical as well as semantic attributes) so it will support F4 help, F1help, An input check all the things. For verification you go to the table and check in Entry help/check tab of your table. If suppose in your table you have customized field also and with those fields search help is attached than better to verify in Entry help/check tab whether its mapped properly or not .

Read only

Former Member
0 Likes
839

hi Mohit,

the F4 fucnctionality works as per the data element..

if you do not wan to use the standard help and you want to get the values from z custom table which you created.

follow thre below procedure


at selection-screen on p_value

 Call Function 'HELP_VALUES_GET'
 DISPLAY               = 'Title'
 FIELDNAME          = 'Field name in custom table
 INPUT_VALUE      = "default value or variable
 TABNAME            = 'Table name
Exporting
 SELECT_VALUE  = "The selected value stored

regards,

Prabhudas

Read only

Former Member
0 Likes
840

Yes definitely the F4 help will work .

Reason

F4 help is not attached to the table but it is attached to the domain.

The table that you copied has the data elements whos domains will have standard

search help attached to it. Please check it out you will find.

Regards,

Lalit Mohan Gupta.

Read only

shadow
Participant
0 Likes
839

Hi ,

Yes ,

Standard Search Help will work , if u create z table by copying a predefine database table.

Regard's

SHAIK.