Application Development 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: 

adding F4 help on SGTXT field.

Former Member
0 Kudos

hello all,

i want field SGTXT(DATA ELEMENT SGTXT) to accept the value given by in using F4 helpkey. For this i have created one Ztable to create my own text. then i have created one search help for it. Ialso changed the standard SGTXT data element and attach the search help created with its parameter.

still the F4 help is not implemented there?

can any one suggest me the proper solution for it....?

7 REPLIES 7

Former Member
0 Kudos

Make sure that custom opertions on standard objects does not effect other dependable objects which is being used.

Try filling the value table in the domain of the data element.

Former Member
0 Kudos

Hi darshan,

You first create elementary search help and then give some short desc for that. Then in Selection method, give the table from which you want to display the SGTXT field ( here you created one ztable . so give ztable name in the Selection Method and in Search help parameter, give the field of the ztable which gets the SGTXT value). Also dont forget to give IMP EXP checked and give value ' 1' for LPos and SPos and press enter.

then save the search help and activate.

The ztable also should be in active status.

Hope this will solve your problem.

cheers,

Murali Krishna T.

former_member434229
Active Participant
0 Kudos

Hi,

If you want field SGTXT to accept values only from your <ZTABLE> then you have add the tablename as Check Table at field level.

To refer the values from your Ztable (on F4 search), either you have create a search help in your program that refer the table values or change the Domain to provide te table as Value table.

Regards,

Ni3

Edited by: Ni3 on Mar 15, 2010 6:20 PM

Former Member
0 Kudos

Hi Darshan,

For the field SGTXT to accept values only from your <ZTABLE> then you have add the tablename as Check Table at field level.

To do this we have two methods:

1) create a search help in your program referring the table values

2) change the Domain to provide the table as Value table.

Try this link for further assistance

http://help.sap.com/saphelp_nwpi71/helpdata/EN/63/1b70b9c32111d1950600a0c929b3c3/content.htm

If you have not found this solution useful to you then please revert if any clarification is required.

Thanks and Regards

Srikanth.P

Former Member
0 Kudos

i have done many changes but still it's not done.

i have made changes in the functional module 'F_VALUES_SGTXT'.

with this i am able to get the desired POP-UP window on field SGTXT. but when i select the value from the POP-UP window it is not being accepted. value dosent apper on the text (SGTXT) field. may be data is not transporting on tat field.

can anyone suggest the remedy for the same?

thanking you.

former_member418469
Participant
0 Kudos

Use the following function modules:

POPUP_GET_VALUES_DB_CHECKED -

Give table name and field name. The return value is stored in tables parameter

POPUP_GET_VALUES - Give table name and field name

Former Member
0 Kudos

Similar Issue : [F4 Help for RACCT field|;

Hope this helps.

Regards,

Chandravadan