Check Values....F4 functionality

Hi all
PARAMETERS:code LIKE bkpf-bukrs  OBLIGATORY .
PARAMETERS:year LIKE bkpf-gjahr OBLIGATORY.
PARAMETERS:pernr1 LIKE zissue_master-pernr OBLIGATORY.
PARAMETERS:bookn LIKE zissue_master-bookno OBLIGATORY.
PARAMETERS:new LIKE zissue_master-pernr OBLIGATORY.
In the above code am getting the F4 functioanlities(list of values) only for code the remaining values am not having the F4 functionalities and i have to enter the values manually.....

Hi,
there are 3 methods to approach this for custom fields
a)zissue_master-pernr/bookno
1)Using tables
Please check if the search help is assigned at table level for fields
zissue_master-pernr/bookno
in se11 -> Table name->Execute -> Tab entry help/check you can see that for most of the standard tables either
search helps/check tables/source of input are assigned
so assigning these for your custom table can give you a feasible output on F4
2)Using Code
for module pools
Write a code to get the F4 search help and write in on (Process-On-Value)POV for module pools for that particular field
for reports
AT SELECTION-SCREEN ON VALUE-REQUEST FOR pernr1/bookno
3)Try using satndard field for selections like try
PARAMETERS:pernr1 LIKE PA0001-pernr OBLIGATORY
since they already have an attached search help or check tables
This is the best option for field pernr1..it works
for others the corresponding field needs to be searched(in standard or custom tables)
b)For the field year (there are no check tables or search help provided in BKPF table for BKPF-GJAHR)
So the only option left as suggested by previous reply to this query is through coding
AT SELECTION-SCREEN ON VALUE-REQUEST FOR year.
The same can be followed for custom fields also but once assigned to tables they are reusable and avoids large volume of coding
Hope the suggestions proved valuable
Regards
Byju

Similar Messages

  • How to check if a function module has been called dynamically in programs

    Hi,
    I wanted to know if there is a way to check if a function module has been called dynamically in any programs. In SE37, if you click on where used list for a FM, it shows FM not found in programs (Possibly dynamic calls).
    I am checking if the function module /SDF/RBE_EXECUTE_SQL_WRAPPER has been used in any of SAP programs. Your help is greatly appreciated.
    Best regards,
    Siva

    one way will using program RPR_ABAP_SOURCE_SCAN search for complete source codes with a find string RBE_EXECUTE_SQL_WRAPPER .
    PS But it the function module name comes from a table ( Table entry value) then it is difficult to find

  • How to execute Se30(performance check) for a function module

    can anyone please let me know hot to execute perofrmance check for a function module.

    In SE30 below the program option you have Function Module option.
    Give the FM name there >execute, It will lead to the SE37 for Function Module execution screen, enter the values>Execute.
    The ctrl will return back to SE30.
    Press Evaluate to know the analysis.
    Hope this answers.
    Regards
    Vinayak

  • Check value from Backend and update SC

    Hi,
    I am using SRM 5.0 and I have an requirement where I need to check value of SC or PO with backend system and accordingly update one custom field in SC/PO .
    Can anybody let me know exact place to perform this coding ?.
    Thanks,
    Sachin

    To update SC/PO at transaction time, you should use BADI "BBP_DOC_CHANGE_BADI" (Vadim is right). Indeed this BADI is called very often. It is recommended to filter your code using table sy if you are executing complex coding or remote call. You can use sy-ucomm, sy-tcode...
    Try to identify the right moment to call your remote function and check sy table in debugging.
    Axel

  • How to check for a function module with its description and functionality

    Hi all,
    How to check for a function module,with its description and its functionality,in detail how can I know the purpose of a particular function module,how to search for a function module which suits my requirement .

    Hi,
    You can search a FM of your requirement by putting in the Key words and searching for a FM. Like * KEYWORD * and then pressing F4.
    Say for example you need to search something regarding converstion.
    Search for * CONVERT * and press F4.
    If there is something specfic like converting date to something you can give
    DATE * CONVERT *
    OR
    CONVERT * DATE *  and press F4.
    Once you narrow down your search you will have a Function module documentation inside the Function module. Please note that all the FMs willl not have documentation.
    Regards,
    Pramod

  • MM-Check Double Invoice functionality for Vendor Invoices

    Dear All,
    How Check Double Invoice functionality for Vendor Invoices can be implemented in SAP?
    We have implemented Check double invoice with the standara sttings for it however if i give my referenece text differently it will aloow me to post double invoices and against vendor open items are shown for payment?
    Is there any other efficient way to do it?
    Thanks and Regards
    Shrinivas

    dear SAPian friend,
    go through the below link and you will find the solution with the screenshots.
    http://sapfunctional.com/MM/Duplicate/Invoices.htm
    U can also do the setting using the SPRO t-code:-
    path is
    >>SPRO
    >>SAP Reference IMG
    >>Materials Management
    >>Logistics Invoice Verification
    >>Incoming Invoice
    >>Set check for duplicate invoices

  • What is use of Acquisiton value in functional location in PM module?

    Hello,
    what is use of Acquisiton value in functional location in PM module?
    Regards,
    Ram Rathode.

    HI Ram,
    You can  do an F4 to get the description of a field.
    Please go through following for your reference:
    Acquisition Value of an Asset
    Assets table for Acquisition value and Equipment number
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/01/d544ef4ab311d189740000e8322d00/frameset.htm
    http://help.sap.com/erp2005_ehp_05/helpdata/EN/c1/376976449a11d188fe0000e8322f96/frameset.htm
    Please award if useful.
    Thanks,
    Ravi

  • How to check if a function exists in Flex?

    Hi,
    I am wondering if there is any method to check if a function exists in Actionscript/Flex.
    The same way as we do isdefined in javascript.
    Thank you
    Mayank

    On instances - use Object hasOwnProperty method - all objects in AS3 inherit from Object:
    var mc:MovieClip = new MovieClip();
    var s:Sprite = new Sprite();
    trace(mc.hasOwnProperty("play")); // true
    trace(s.hasOwnProperty("play")); // false

  • Export/Import the mapping value used in Value Mapping Function

    I used value mapping function, so I defined some mapping data at Integration Directory. now I need migration from development xi to production xi, so How to export the data I input at development xi and later import it? or anyone could provide other solution for replacing value mapping function?
    Hope from your helps
    Thanks
    Spring
    Message was edited by: Spring Tang
    Message was edited by: Spring Tang
    Message was edited by: Spring Tang

    Hi Spring Tang,
      You can export your mapping object in .mte format.
      For this press ctrl+shift and right click in the
      mapping editor. Then go to tools and export the same.
      Similarly you can import the mapping object.
      Hope this will solve your problem.
      Thanks and Regards
      Vishal Kumar

  • [Insert in to table with the values of function]

    Hi,
    I was written the following procedure in my DB to get the values of bonuses and id from the table employee_290512
    create or replace procedure ins_desc is
    cursor i1 is
    select id, decode (description,'Tester',salary*15,'Programmer',salary*30,'Manager',salary*30) bonus from employee_290512;
    v_id employee_290512.id%type;
    v_bonus employee_290512.salary%type;
    Begin
    open i1;
    loop
    fetch i1 into v_id,v_bonus;
    exit when i1% notfound;
    dbms_output.put_line (v_id || ' '||v_bonus);
    end loop;
    close i1;
    end;
    I written the following function by calling the above procedure inside the function to achieve the result like this
    create or replace function bon_chk return number
    is
    v_result number;
    begin
    ins_desc;
    return v_result;
    end;
    I written the above two stuffs to insert the output values of function in to the table called bonuses_proc having the values (id,bonus)
    To achieve the above I executed the following query
    insert into bonuses_proc (employee_id,bonus) select bon_chk from dual;
    During the above it throws the error ORA-00947: not enough values
    i understand the function return the v_result as onve value so it throws the above error
    Could any one please clarify me on this?
    Regards
    Thelak
    Edited by: thelakbe on Jun 5, 2012 12:00 PM
    Edited by: thelakbe on Jun 5, 2012 12:01 PM
    Edited by: thelakbe on Jun 5, 2012 12:01 PM

    Hi,
    yes we can do like above too, but i dont want to give the insert permission to the table to all the user,so is there any possiblities do it with ouput of function?If you would use the output of the function (if it had two values) you also need to do the insert as you tried to do in the initial post:
    insert into bonuses_proc (employee_id,bonus) select bon_chk from dual;If you do not want insert permisions on a table for a user then you can put the whole SQL in a procedure in a schema with insert permisions and give the user exec rigth to that procedure.
    The procedure can be like:
    create or replace
    procedure insert_bonus authid definer as
    begin
    insert into bonuses_proc (employee_id,bonus)
    SELECT
      id
      ,DECODE (description, 'Tester', salary*15, 'Programmer', salary*30, 'Manager', salary*30) bonus
    FROM
      employee_290512;
    end;regards,
    Peter

  • How to check if my function is MT-safe?

    I wrote some functions in a multi-thread program.
    I can check if a function is MT-safe by man it.
    But I'm not sure, if a function calls only MT-safe functions means this function is MT-safe too?
    Any help is appreciated.
    Jenny

    Hi Jenny,<br><br>
    This is a difficult subject and I don't think there would be<br>
    a tool to give you a definitive answer. However, have a look at<br>
    the lock_lint tool. It is part of the Sun compiler distribution<br>
    in /opt/SUNWspro/bin and is used to verify the use of locks in<br>
    multi-threaded programs.<br><br>
    Hope this would be useful.<br>
    <br>
    Caryl<br>
    Sun DTS<br>

  • Fields in Value mapping function

    Hello,
    I am trying to use value mapping function in XI.
    I don't know how to input values from data type fields directly to agency or schema.
    Company "ABC" -> Agency "ABC"
    Code "XXX" -> Schema "XXX"
    There are too many different types of values to link.
    It is for not inputting those manually in value mapping function.
    Thanks in advance.

    Hi,
    See the below links
    value mapping - /people/sreekanth.babu2/blog/2005/02/23/value-mapping-replication
    value mapping help - http://help.sap.com/saphelp_nw04/helpdata/en/2a/9d2891cc976549a9ad9f81e9b8db25/frameset.htm
    Value mapping /people/sukumar.natarajan/blog/2006/10/23/accessing-value-mapping-defined-in-directory-using-java-functions
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=value%20mapping%20in%20xi&cat=sdn_weblog
    /people/community.user/blog/2007/01/08/valuemapping-using-the-graphical-mapping-tool
    /people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=value%20mapping%20in%20xi&cat=sdn_weblog
    Regards
    Chilla

  • What is KCV (Key Check Value) in 3DES used for?

    Hi Friends..
    I want to know what is KCV (Key Check Value) used for?..
    i found that 3DES operation (2Keys length or 3Keys length) sometimes needs KCV (Key Check Value)..
    As far as i know the KCV itself computed as Follows :
    3DES(Keys, IV(all zeroes), Data (8byte zeroes)
    Please correct me if i'm wrong..
    Thanks

    Leonardo Carreira wrote:
    sabre150 wrote:
    Leonardo Carreira wrote:
    Could you suggest me what is the good book for "learning the concept of cryptography"?..Errr ... I thought I had done that!Yes you're right, you had suggested the book for me..
    And i don't found the KCV (Key Check Value) usage in the book..
    So, i ask this question, sorry if my question is sounds boring to you, sorry for this inconvenience.. :(
    thanksKCV has at least two different meanings. I suspect you are interested in the one outlined in http://www.cryptographyworld.com/key.htm.

  • FI13 - 'Check' value in SU24 appearing in PG

    Hi Experts,
    FI13 tcode has been included in a role. We find that auth. object S_TABU_DIS has 'CHECK" value in check indicator(SU24). But in PG S_TABU_DIS value is appearing with values 02,03 for the activity field.
    My query is eventhough the value of auth. object S_TABU_DIS is maintained as check in SU24, how is it appearing in PG. Please provide me details of the logic behind it.
    Version: SAP ECC 5.0
    Thanks for your time in advance.
    Regards,
    Nagendran

    Hi,
    Transaction FI13 is a parameter transaction which calls transaction SM34, which is used to maintain tables. Object S_TABU_DIS is a checked (value yes) for SM34. Hence it is appearing in the role. Also that is the reason it is not showing any values in authorization group field. If you would like to use FI13, then you should have object S_TABU_DIS with below values
    Activities: 02,03
    Authorization group: VC
    Please goto transaction SE93 and click on display. You can see the details for FI13 which has been using transaction SM34.
    Regards,
    Gowrinadh

  • Need Basic Materials for Value Mapping Function

    Hi  all,
               Can any one provide Basic Materials for Value Mapping Function???

    Hi Ragu,
    u can chk out this :
    http://help.sap.com/saphelp_nw70/helpdata/en/13/ba20dd7beb14438bc7b04b5b6ca300/frameset.htm
    Hope ths was helpful.
    kanan

  • Bad check value found during dbv on Datafiles

    Hi,
    We just received new DB, that return a "Bad check value found during dbv" on DBVerify.
    So, we can Open & Use this DB... perhaps until crash if we use the "bad block", but we can't save it by Rman (ORA-19566: exceeded limit of 0 corrupt blocks for file xxx) !
    And best thing is... Previous DB owner don't have any save (Rman or other) of this DB !!!
    Are there solution(s) about this problem... or this DB is definitively dead ?
    Sorry for my english,
    Thank for your help,
    J Sourti.

    Hi;
    What is DB version?
    Please see below note(also referance part) and below link which at least show u some way
    Rman Reports An Ora-19566: Exceeded Limit Of 0 Corrupt Blocks From Backup [ID 457422.1]
    http://oraclespin.wordpress.com/2009/07/03/how-to-find-and-fix-block-corruption-using-rman/
    Regard
    Helios

Maybe you are looking for

  • New C310 - Wireless working FAIL - Printer's wireless network seems to be dead

    Product: HP Photosmart Premium C310 OS: Windows Vista 64 bit and Windows 7 64 Bit Error: Wireless working: FAIL Changes: No changes since this is the first install of this printer ever Description: I've just unpacked my new C310 as a replacement for

  • What are most commonly used BADIs for Opportunities and BPs?

    Dear all, What are mostly used BADI's for Oppotunity Management and Business Partner Maintenance, and what is the use of those BADIs. what is the use of BAPI's in CRM, suggest me BAPI names and their usage Your suggestions will be highly appreciated

  • PL SQL Grouping and Edit the Oldest Row in a Group

    Event Table CREATE TABLE "EVENT" ("EVENT_ID" VARCHAR2(36), "EVENTTYPE" VARCHAR2(110), "WHEN_OCCURRED" TIMESTAMP (6),"DESCRIPTION" VARCHAR2(255), "CURRENCY" VARCHAR2(3), "AMOUNT" NUMBER(38,8), "TRANSACTION_ID" VARCHAR2(255) ) Insert into EVENT (EVENT_

  • Workprotect feature for R/3 or SEM backend systems

    Hi All, I think the workprotect mode within the portal can be used only for CRM backend systems... We have R/3 transaction iViews and SEM transaction iViews written in BSP's and want to implement workprotect feature for all these transaction iViews..

  • USB Option modem error when plug in

    Hi, I just upgraded my laptop OS from Leopard to Snow Leopard but I found problem while upgrade succesfully. The problem came when I plug in the usb modem, the laptop cannot read the modem and error notification showed up on screen asked for restart.