Proviiding F4 function for SAP Standard filed.

Hello Gurus ,
Can anyone help me in providing the solution in my issue.
The SAP Standard ID  field must be implement F4 fucntionality to search for Business partner.
Any help is greatly appreciated and point will be Rewarded.
Best Regards
Shaik

Hi..
Have you tried enhancing the GET_V method of the std. field ?
try this code:
DATA: ls_map TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,
lt_inmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,
lt_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.
CREATE OBJECT rv_valuehelp_descriptor
TYPE
cl_bsp_wd_valuehelp_f4descr
EXPORTING
iv_help_id = 'class_name'
iv_help_id_kind = if_bsp_wd_valuehelp_f4descr=>help_id_kind_callback
iv_input_mapping = lt_inmap
iv_output_mapping = lt_outmap
iv_trigger_submit = abap_true.
class_name is the class that you need to create which would implement the interface method retrieve_custom_values of interface IF_BSP_WD_CUSTOM_F4_CALLBACK where you write the code for retrieving the F4 help values.This is helpful in providing customized result set.
U can also search for std. value help views/std. search helps for BP in transaction se11 and pass it as param iv_help_id instead of classname .
Hope this may help you...
Thanks...

Similar Messages

  • Partner functions for SAP Customer Master

    I am in the MDM solution definition phase for SAP Customer Master at one of our Cients place. The requirement is to set up a central master data scenario where creation & modification of any customer record will be done via MDM. The following components of Netweaver are in the landscape - SAP MDM, EP, XI.
    I need clarification on the following points -
    -  Is it possible to set up the partner function in MDM, if so, how?
    -  Need to replicate the standard SAP functionality where the system can be configured to create Ship To, Payer, Bill To automatically when a Sold To record is created. Is this possible? Are there any work arounds?
    Regards
    Arvind

    Hi,
    Hi Arvind,
    -  Is it possible to set up the partner function in MDM, if so, how?
    Partner Function comes under Condition Technique in SAP ECC.here some config has to be done.
    For mapping it in MDM, First create a Qualified Table - Partner Function.Determine the Non-Qualifiers and Qualifiers.Then as said by Suresh, u need Java API stuff to complete this task and frontend being EP.
    - Need to replicate the standard SAP functionality where the system can be configured to create Ship To, Payer, Bill To automatically when a Sold To record is created. Is this possible? Are there any work arounds?
    It can be done using EP as front end and Java API to dertermine the partner based on the account group.
    Thanks,
    Felix
    Edited by: Felix on May 9, 2008 1:38 PM

  • BC 4.8 Migration for SAP e-filing

    Hello,
    We are planning to upgrade existing BC 4.7 to BC 4.8 on new hardware. I am bit concerened about SAP e-filing package for GB customer, How will it function when upgraded to BC 4.8. My basic queries are
    1. Is any newer release of BC Application Package for e-Filing from the Payroll GB customer?
    2. Is existing BC Application Package for "e Filing: 46C and above" fully compitable with BC 4.8. if yes, Is there any change required.
    3. We can transfer the complete packages and transaction data to new BC 4.8, do we still have to re-configure the setting for e-filing after setting up new BC 4.8 on new hardware.
    4. Has any coustomer migrated to BC 4.8 in UK/Ireland?
    5. Can testing of the above scenorio is possible in Project Test landscape. If yes, is there test environment is available.
    Regards,
    Rajesh

    Hello,
    I have no experience with that e-filing package. Best way is to install a test BC 4.8 environment and then test the functionality. Only that will give you certainty about your questions. But some hints:
    about 2) if that package is not using undocumented service calls (which may have been removed in 4.8 because not part of the public interface), there should be no problem.
    about 3) the package configuration normally is stored under the package folder itself, that means that configuration will be transferred automatically as well. So the answer depends on where the e-file package configuration is stored, please check
    CSY

  • Search functionality for SAP script

    All,
    I am looking some of kind utility or report like RPR_ABAP_SOURCE_SCAN for sap script.
    This is my requirement
    One of the country code has been hardcoded in various forms (sapscripts) i like to scan all custom sapscripts and find all these form names so that i can easily change.
    Is there any way to do this ?

    REPORT ztextscan.
    TABLES stxh.
    SELECT-OPTIONS:
      object FOR stxh-tdobject DEFAULT 'FORM',
      name   FOR stxh-tdname,
      id     FOR stxh-tdid DEFAULT 'TXT',
      spras  FOR stxh-tdspras.
    PARAMETERS text TYPE string.
    DATA gt_lines TYPE TABLE OF tline WITH HEADER LINE.
    SELECT * FROM stxh
      WHERE tdobject IN object AND
            tdname IN name AND
            tdid IN id AND
            tdspras IN spras.
      CALL FUNCTION 'READ_TEXT'
        EXPORTING
          id                      = stxh-tdid
          language                = stxh-tdspras
          name                    = stxh-tdname
          object                  = stxh-tdobject
        TABLES
          lines                   = gt_lines
        EXCEPTIONS
          id                      = 1
          language                = 2
          name                    = 3
          not_found               = 4
          object                  = 5
          reference_check         = 6
          wrong_access_to_archive = 7
          OTHERS                  = 8.
      CHECK sy-subrc = 0.
      LOOP AT gt_lines.
        SEARCH gt_lines-tdline FOR text AND MARK.
        CHECK sy-subrc = 0.
        WRITE:/ stxh-tdid, stxh-tdspras, stxh-tdname, stxh-tdobject, gt_lines-tdline.
      ENDLOOP.
    ENDSELECT.

  • How to Create Authorization Group for SAP Standard Tables

    All,
    I have 10 standard tables which are required to maintain by the user in Production environment.
    Is there any way to create a custom auth group for the standard table?
    Is it possible to assign same table in two different auth groups?
    Please advice
    Thanks,
    Kotesh

    Multiple tables can be linked to an auth group, but one table can be linked to only one auth group.
    You cannot link one table to more than one auth group.
    It is always advised to try to find an existing auth group having tables of same functinality and criticality, before creating a new auth group.
    In case you don't have any such auth group, I feel you can create a Z auth group using se16->tbrg.
    You can also create auth group using tcode se54.

  • Intellectual Property Management - Business Functions for SAP Customer Relationship Management - SAP Library

    To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English.
    You can also go back to the SAP help page.

    Hi,
    It is a CRM Addon: Desktop Connection for SAP CRM – SAP Help Portal Page
    Best Regards,
    Sigrid

  • Utilities - Business Functions for SAP Customer Relationship Management - SAP Library

    To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English.
    You can also go back to the SAP help page.

    Hi,
    It is a CRM Addon: Desktop Connection for SAP CRM – SAP Help Portal Page
    Best Regards,
    Sigrid

  • Can i know the copy controls functionality for on standard order to billing

    hi,
    sap gurus,
    can i know the copy controls to be set in for functioning standard order to billing document.
    plz say the config settings and t.code for that ie order to billing
    regards,
    balaji.t
    09990019711.

    Dear balaji
    If you can tell us in which scenario, you need the following, it will be easy to suggest.  Anyway you can try with the following which is for service (item category TAD)
    Go to VTFA and maintain the following settings:-
    Header Data
    Copying requirements::::::::001
    Copy item number::::::::::::::X
    Item Level
    Copying requirements:::::::::002
    Data VBRK/VBRP::::::::::::::001
    Billing quantity:::::::::::::::::::A
    Pos/neg.quantity::::::::::::::::+
    Pricing type:::::::::::::::::::::::A
    If it is a third party, then at item category (TAS) level, you need to maintain the following
    Copying requirements::::::::::028
    Data VBRK/VBRP:::::::::::::::000
    Billing quantity::::::::::::::::::::F
    Pos/neg.quantity:::::::::::::::::+
    Pricing type:::::::::::::::::::::::::G
    thanks
    G. Lakshmipathi

  • Unable to use the infographic function for SAP Lumira Personal Edition

    Hi All,
    Just to check, has the function "Infographic" been removed for the "free" account users?
    Thanks.

    We plan to remove this limitation in the free Personal Edition of Lumira before the end of this year.  In the meantime, as mentioned by Chris, you can initiate the 30 day trial option which you can activate from within the "Home" page of the Personal Edition of Lumira.
    Here's more info on accessing the 30 day trial of the Standard Edition:
    SAP Lumira, Standard Edition Free for 30 Days. Here's How!

  • How to get Transaction code for SAP standard report painter in FI

    Hi All -
       Please let me know, How to get the transaction code for Standard SAP report painter / report writer in FI module.
    These report painters are created thru GR51...
    Thanks,
    Kannan

    Please refer to [Creating Transaction Code For Report Painter Reports|http://www.google.com/url?sa=t&source=web&ct=res&cd=1&ved=0CAgQFjAA&url=http%3A%2F%2Fdap-consulting.com%2Fyahoo_site_admin%2Fassets%2Fdocs%2FReport_Painter_Reports.47142031.pdf&ei=MiWYS5ilCYeOlAfn4pCGDQ&usg=AFQjCNEZ0YO6vJ97K24MbU_NI5ROTb5vJA&sig2=Ke-svnqddqrz8RMcTuEnaw].

  • Procedure to adding a fields for sap standard script.

    hi guys please send me the process or   code for adding the fields to  a  standard script ......
      regards,
      karthik.M

    Hi Karthik,
    Please check this link
    http://help.sap.com/saphelp_47x200/helpdata/en/d1/803279454211d189710000e8322d00/content.htm
    Best regards,
    raam

  • How to fill data when call function of sap standard script form?

    Hi every experts,
    <Priority Normalized>
    In our system, when we log in 'FR', we can print purchase order in language Franch,in t_code:ME22N.  And when logging in 'EN', we can print it in language English, in ME22N. The English form is just only translated from Franch, with all same structure and frame.  The form is done by script form.
    And when logging in 'ZH', we create a new program, calling function smartform, instead of translating from EN language. Because of different structure and frame, I don't know the way to write script, so  I print puchase order by smartform, when logging in 'ZH'.
    But I have a new issue. Our MM module consultant needs me to print Chinese form if one condition, print English form in other condition.
    So I have no idea to solve it. Because in my program, I get data to fill smartform and call function of smartform. And I don't know how to get data to fill script form. I only know the function name, 'OPEN_FORM' 'WRITE_FORM' 'CLOSE_FORM'.....
    If I only call the several functions, I will get only frame without no data. So who can tell me how to do????
    <Urgency downgraded>
    Edited by: Suhas Saha on Jul 26, 2011 3:34 PM
    Edited by: Vinod Kumar on Jul 26, 2011 4:09 PM

    Hi,
    Normally if we look in NACE transaction, you can see that upto five different FORMS can be assigned to a single output type . i.e. for each form there will be a seperate routine through which it gets called. But it all start from the first form only.
    so you need to write your code in the ENTRY of the first form and if it does not satisfy do not go for processing of it but just exit of that form ENTRY. so that it will take you to next form.
    hope this helps.
    Thanks,
    Venkatesh

  • Adding our own function to sap standard function code.

    HI,
    My requirement is to add a functionality to icon(import) on alv application tool bar so that the customer get a popup message after data is transfered to excel.
    is that possible.
    else
    i want to know the procedure to pass header of my alv when i try to download using gui_download.
    here the problem is i am having 362 fields in my report.
    so passsing header for these many fields is immposible.
    when i use gui_download i am not getting header in my excel.
    i am not good at ASML_====.
    Pls help me.
    Any helpful ans will be rewarded.

    Declare two internal tables it_header for the header and it_downloads for data.
    data:begin of it_header occurs 0,
    string(100),
    end of it_header.
    <b>Perform Insert_header.
    Call Function GUI_DOWNLOAD
    exporting
    filename = c:xyz.xls
    filetype = DAT
    tables
    data_tab = it_download                 " itab with data
    fieldnames = it_header                  " itab with header info.
    exceptions
    if sy-subrc <> 0.
    endif</b>.
    <b>Form Insert_header.     " You can put some logic ie some loop here for    * all the fields.
    it_header-string = text-001.
    append it_header.Clear it_header.
    it_header-string = text-002.
    append it_header.Clear it_header.
    it_header-string = text-003.
    append it_header.Clear it_header.
    it_header-string = text-004.
    append it_header.Clear it_header.
    Endform</b>.

  • Developer key is not functioning for sap netweaver 2004s trail version

    hi,
    when i was creating a controller class in bsp..its asking for a developer key...i have also extended the license..and i have also used the key which is specified in this page below...kindly refer this link...give me a solution inorder to edit repository objects
    http://service.sap.com/sap/bc/bsp/spn/minisap/minisap.htm.

    Hi,
    check Developer key not valid for NSP ??.
    Peter
    Points always appreciated

  • Variant setup for SAP standard report SDRRAV01 for dynamic Posting Period

    Can someone please help with the process for setting up a variant for program SDRRAV01 so that we can get the Posting Period To ( Screen field PPOPER_H : T009B-POPER ) and Posting Year To (screen field name PGJAHR_H : T009B-BDATJ ) fields populate the values dynamically to current posting period and posting year.
    Thank you in advance.

    or else write a small program calling this report and passing the period and year to the selection screen using the submit option.
    hope it helps.
    award points if it helps.

Maybe you are looking for

  • OIM 11g R1 LDAP Synch with OID.

    Hi, We are doing an LDAP Synch with OID directly. The users from various organisations in OIM needs to be synched to different OU's in OID, instead of a single container. How do we acheive this? would it be easy if we involve OVD also?

  • HELP please: iphone won't open in itunes running OS X 10.5. so cannot get iTunes 11.1.3

    My iPhone 4s with 7.0.2 will no longer open in iTunes! HELP! It says that I need to upadate my iTunes to 11.1.3 but because I am running a Mac OS X 10.5.8 I cannot update my itunes. I need to be able to get into iTunes and I am not willing to get a n

  • How to send the mail with multiple file attachments ?

    Sending mails with multiple files as attachments.

  • Help!! Cannot install Garageband on my iphone4

    please help, i am using an iPhone4 with 5.0 running on it. i recently bought the Garageband app from the app store but its not getting installed on the phone! when i try to sync it using my laptop i get a message on the phone saying itunes could not

  • Wlc 5508 and wireless guest vlan

    Hi guys, I have a 5508 running(version 6). I have an adsl releasing public IP for guest users mapped into vlan 10. Now i want use this adsl only for wireless guest users how can i create an ssid and associate to vlan 10 without using ip address(dynam