‎2014 May 19 1:53 PM
i have created one custom f4 using F4IF_INT_TABLE_VALUE_REQUEST and want to remove standard sort functionality . Please check screen shots attached here for more details.
‎2014 May 21 7:48 AM
Thanks Edger for your reply, The structure is mentioned below
Types: BEGIN OF ty_f4,
txt TYPE char7,
END OF ty_f4,
mt_input_f4 TYPE STANDARD TABLE OF ty_f4.
i concatenated the quarter and year value to the txt fied of the structure.
Gernally in place of f0001 text the Window title displays. It is first time i am countering and cant able to figure out why it is coming.
if disappearing sort funtionality is not possible i just want to change the text f0001 to some other values.Please reply if it is possible.
‎2014 May 20 9:35 AM
HI,
You can check whether the value table "mt_input_f4" type is of sorted internal table or not.
If it is sorted, then sorted order shall come automatically.
Regards
Gangadhar
‎2014 May 20 4:24 PM
Hi Shehzad,
I haven't figured out what F00001 is since you haven't post the mt_input_f4 structure (I suppose it's the name of the field?) but I can give some advice:
I don't think you can make sort disappear in F4IF_INT_TABLE_VALUE_REQUEST.
regards,
Edgar
‎2014 May 21 7:48 AM
Thanks Edger for your reply, The structure is mentioned below
Types: BEGIN OF ty_f4,
txt TYPE char7,
END OF ty_f4,
mt_input_f4 TYPE STANDARD TABLE OF ty_f4.
i concatenated the quarter and year value to the txt fied of the structure.
Gernally in place of f0001 text the Window title displays. It is first time i am countering and cant able to figure out why it is coming.
if disappearing sort funtionality is not possible i just want to change the text f0001 to some other values.Please reply if it is possible.
‎2014 May 21 8:09 AM
Hello Rizvi,
Please paste your code releated to F4 help.
Thanks
‎2014 May 21 8:16 AM
Hi Edger,
Your above post gave me an idea andi checked the data element. Actually it is coming from data element char07. I created my custom data element and gave proper description under Field Label tab.
It is now coming correctly. Thanks Alot!!!
Please refer to the screen shots attached.