Alternate function of lead

Hi,
what is the alternate function of lead in oracle
thanks

Please, refer to:
http://docs.oracle.com/cd/B19306_01/server.102/b14200/functions074.htm

Similar Messages

  • Any alternate function for FLD in NW7.5

    Hi All
    Is there any alternate function for FLD in NW7.5.
    I can't use FLD in NW.
    In one my script logic i need to get value from property and multiply with an account.
    Edited by: satish193 on Mar 29, 2011 2:15 PM

    Hi,
    You can try using something like:
    <member ID>.<property name>
    Hope this helps.

  • Any alternate function to EDIT_TEXT?

    Hi!
    is there any alternate function to EDIT_TEXT?
    I want to change the text length of a standard text/long text, which function module to use?
    Also, which function module SAP standard progam used to display a text and change a text length?

    REPORT ZTEXT .
    TABLES: PBIM.
    stxh, stxl, stxb - trans tables for text
    ttxit - text on text-ids
    ttxot - Short texts on text objects
    Transaction MD63
    SELECT-OPTIONS: S_MATNR FOR PBIM-MATNR,
                    S_WERKS FOR PBIM-WERKS.
    DATA: BEGIN OF HTEXT.
            INCLUDE STRUCTURE THEAD.
    DATA: END OF HTEXT.
    DATA: BEGIN OF LTEXT OCCURS 50.
            INCLUDE STRUCTURE TLINE.
    DATA: END OF LTEXT.
    DATA: BEGIN OF DTEXT OCCURS 50.
    DATA:   MATNR LIKE PBIM-MATNR.
            INCLUDE STRUCTURE TLINE.
    DATA: END OF DTEXT.
    DATA: TNAME LIKE THEAD-TDNAME.
    SELECT * FROM PBIM WHERE WERKS IN S_WERKS.
      MOVE PBIM-BDZEI TO TNAME.
      CALL FUNCTION <b><b>'READ_TEXT'</b></b>
           EXPORTING
              CLIENT                  = SY-MANDT
              ID                      = 'PB'
              LANGUAGE                = 'E'
              NAME                    = TNAME
              OBJECT                  = 'PBPT'
            ARCHIVE_HANDLE          = 0
         IMPORTING
              HEADER                  = HTEXT
         TABLES
              LINES                   = LTEXT
         EXCEPTIONS
              ID                      = 1
              LANGUAGE                = 2
              NAME                    = 3
              NOT_FOUND               = 4
              OBJECT                  = 5
              REFERENCE_CHECK         = 6
              WRONG_ACCESS_TO_ARCHIVE = 7
              OTHERS                  = 8.
      LOOP AT LTEXT.
        IF LTEXT-TDLINE NE ''.
          MOVE LTEXT-TDLINE TO DTEXT-TDLINE.
          MOVE PBIM-MATNR TO DTEXT-MATNR.
          APPEND DTEXT.
        ENDIF.
      ENDLOOP.
    ENDSELECT.
    LOOP AT DTEXT.
      WRITE:/ DTEXT-MATNR, DTEXT-TDLINE.
    ENDLOOP .
    regards
    vinod

  • Rpad alternate function

    Hi All,
    Can anyone tell me is there any alternate function for rpad in pl sql.I am using rpad in my application but there seems to be some problem as the query is returning some data but in the front end , it is showing as null.

    REGEXP is available from oracle 10g , its not present in 9i.
    Please check out for the alternative here -
    Possibility of installing regexp for 9i
    Hope this helps -
    tempdbs :)
    www.dwforum.net

  • Any alternate function for FLD

    Hi All
    Is there any alternate function for FLD in NW7.5.
    I can't use FLD in NW.
    In one my script logic i need to get value from property and multiply with that account.
    EX:
    Account                                     Tax
    A    -
                   50%
    B      -
                  60%
    Any idea

    Hi,
    You can try using something like:
    <member ID>.<property name>
    Hope this helps.

  • User define function-remove leading zeros

    Hi All,
    i want java coding for mapping function rule "remove leading zeros" early.
    kindly give me response as early as possible.
    regards
    Peera

    Hi  Mahaboob
    Write UDF to parse data .
    String dataVal="0230";
    int parseVal = Integer.parseInt(dataVal);
    System.out.println("parseVal is "+parseVal);
    result.addValue(parseVal); or return parseVal;
    Have a look at this thread...
    Re: User-defined function in multiple Message Mappings
    http://help.sap.com/saphelp_erp2005/helpdata/en/e2/e13fcd80fe47768df001a558ed10b6/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/22/e127f28b572243b4324879c6bf05a0/frameset.htm
    Thanks !!!

  • Multiple Partners with Same partner Functions in LEAD

    HI Experts,
    we have maintained in partner determination procedure -> partner functions in procdure -Channel Partner-> Maximum as 1 . it means that system willl allow only one channel partner to be determined or only one channel partner will be allowed in a txn.
    However when we create a Lead, system is allowing to add multiple channel partners under Parties involved AB with error message which is fine, but it allows the user to SAVE it which we dont wont .
    any thoughts.
    thanks
    Smita

    Dear Raju,
    You may have different Bill-to-Parties and Payers, in a single Sales Order, at Item level (for different Line-Items);
    BUT
    You may not have multiple Bill-to-Parties and Payers, for a single line-item, for a Particular Sales Order Line-Item.
    Best Regards,
    Amit,
    Note: Haven't experienced, but might be achieved the requirement with Customization (not sure).

  • Pass BP number through partner function in Lead

    HI,
       We are creating lead from BP screen. when we click the new button in the Lead Assignment block a list of lead types appear whrn i select one type the lead opens with the BP as sales prospect in the lead.
    We have a requirement to validated the lead. We have a source field in the bp. If the Soucrce is 1 then the lead type 1 should be created and if the source is 2 then the lead type 2 should be created.
       We tried to validate but we are just able to open a new lead type 1 screen for BP source 1 but the sales prospect is not picking automatically. can any one suggest any possible solution.
    If any one worked in the lead validation based on a field in BP pls help us.
    With Regards,
    Selvam T

    Closed. Used FM

  • Alternate Function Module for ARCHIVELINK_URL_GENERATE in ECC 6.0

    Please suggest the alternate functiuon module for ARCHIVELINK_URL_GENERATE as this is obsoleted  IN ECC 6.0.
    Helpful answers would be rewarded.
    Thanks ,
    Rajesh.

    Hello Neeraj,
    I hope that you could help me with one question regarding the use of the functon module ARCHIVELINK_URL_GENERATE. We are on the very old 4.7 , the solution we have stores incoming invoices as doc class fax to an http content server. The end users are currently viewing the images using the abap viewier...
    What I want to archieve is a way to read the URL of the invoice and pass it as a link within an email message to approvers. This way, when they receive thier message, they could click on the link and it would open the image directly from the content server. Am I on the right track with this FM or do I need to re.think the approach a little?
    BR,
    Lola.

  • Calling Remote function tool leads always to a logon screen

    Hello,
    I run an remote function tool in system A. In System B I run a report calling this function module.
    Each time, I execute the report, a remote logon screen appears. It looks the same like the one you logon the system. You have to specifiy client, user and password.
    I know one possibilty to avoid this logon screen appeaering.
    System B (holding the function module) must declare System A as a trusted system. Thus, the user does not need to logon system B, each time calling the func. module. I processed this in correspondence with the help data, but the screen still appears.
    Is there any other possibilty to avoid appearing the logon screen or does anybody know wheter I did something wring??
    thanks, holger

    Hi Holger,
    1. This has to do with tcode SM59 (Maintain RFC Connections)
    THE CALLING SYSTEM HAS NOT DEFINED
    USER ID / PASSWORD TO LOGON TO THE TARGET SYSTEM.
    HENCE, IT SHOWS BLANK LOGIN SCREEN
    2. Under the node RFC Destinations ---> R/3 Connections,
       various systems are defined for RFC Purpose.
    3. Lets say ur system(which u want to connect) is PRD.
    4. Double Click PRD and go the the details.
    5. There are 3 Tabs. Goto LOGON/SECURITY TAB.
    6. In the logon information , enter the
       USERID and password and client.
    7. Save.
    Then try your program.
    Hope this helps.
    Regards,
    Amit Mittal.

  • Function buttons/alternate functions

    I don't know exactly how it happened, but the functions of my buttons changed. Whenever I want to change my volume or pause a song and have to hold down the "Fn" key and then hit volume up or whatever. With the new functions of these keys it will jump to Spaces, or show all my open windows or show my desktop. So I actually kind of like the shortcuts my keys give me now, but I was just wondering how exactly they got switched and how to switch them back. Thanks

    Open Keyboard preferences in System Preferences. If you have the option to reverse the function key use checked then uncheck it to return to the "normal" usage.

  • Invoking function PDDocAcquirePage Lead to process residues

    invoking this function:
    PDDoc pddoc = AVDocGetPDDoc( AVAppGetActiveDoc() );
    PDPage  page = PDDocAcquirePage( pddoc, 0);
    When I return this function before  is no process residues.
    After they have.
    (win8 32 + acrobat 10)

    THIS  acrobat.exe process residues.
    I use PDDocRelease() and PDPageRelease API
    But the process still remain.
    If there is problem this API?
    Or are there other apis can replace this api?

  • Need a function module to get IT0001 details for a pre-selected set of empl

    Dear All
    We are faced with a requirement of getting infotype 0001 record details for a pre-selected set of employees, based on a date selection (BEGDA and ENDDA). The existing function module HR_READ_INFOTYPE provides this functionality on per employee number basis. This will lead to performance issues in the context in which we have this requirement. Therefore, would appreciate any input on alternate function modules which can act like HR_READ_INFOTYPE with multiple employee numbers selection (like the facility available in function module HR_PERSON_READ_WORK_SCHEDULE).
    Kind Regards,
    Karthik

    Hi Santhosh,
                             Thanks a ton for the reply,your reply actually helped me,but I also checked the FM HRCM_EMPLOYEE_INFO_TABLE_GET
    which was simple and fits to the requirement.
    Regards,
    Karthik

  • Function Module CALL FUNCTION 'SO_SPLIT_FILE_AND_PATH'

    Hello All,
    While using CALL FUNCTION 'SO_SPLIT_FILE_AND_PATH' to download to Unix file in GLD (Version 4.5b) the F.M is working fine, but in KLD(Version ECC 6.0)  CALL FUNCTION 'SO_SPLIT_FILE_AND_PATH' is not working & the error message is displayed saying incomplete filename.
    Could you let me know any alternate Function Module/ Method in this regard.
    Thanks

    Hi,
    In ECC6 also Its Working fine only.
    1. Go to SE37 -> Enter FM Name  -> Test(F8).
    2.  Give any file path and test it.
    Thanks,
    Reward If Helpful.

  • Unicode Error in DOWNLOAD function module

    Hi ABAPpers,
    I am getting the unicode error in using
    CALL FUNCTION 'DOWNLOAD'
           EXPORTING
             bin_filesize = v_bytecount
             filename     = v_download_filename
             filetype     = 'WK1'
           IMPORTING
             act_filename = v_download_filename
           TABLES
             data_tab     = i_download.
    If i try to use GUI_DOWNLOAD, it doesn't have importing parameter act_filename.
    What alternate function module should i use to rectify this unicode error?
    Regards,
    Rahul

    Hi,
    The answer is similar to the one for your previous post. You need to use both CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG and GUI_DOWNLOAD
    DATA: PRC_WINDOW_TITLE      TYPE STRING,
          PRC_DEFAULT_FILE_NAME TYPE STRING,
          PRC_INITIAL_DIRECTORY TYPE STRING,
          PRC_FILE_NAME         TYPE STRING,
          PRC_PATH              TYPE STRING,
          PRC_FULL_PATH         TYPE STRING,
          PRC_USER_ACTION       TYPE I.
    PRC_INITIAL_DIRECTORY = FILENAME.
    PRC_DEFAULT_FILE_NAME = FILENAME.
    PRC_WINDOW_TITLE      = 'Debitoren-Saldenliste'.
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG
      EXPORTING
        WINDOW_TITLE         = PRC_WINDOW_TITLE
        DEFAULT_FILE_NAME    = PRC_DEFAULT_FILE_NAME
        INITIAL_DIRECTORY    = PRC_INITIAL_DIRECTORY
      CHANGING
        FILENAME             = PRC_FILE_NAME
        PATH                 = PRC_PATH
        FULLPATH             = PRC_FULL_PATH
        USER_ACTION          = PRC_USER_ACTION
      EXCEPTIONS
        CNTL_ERROR           = 1
        ERROR_NO_GUI         = 2
        NOT_SUPPORTED_BY_GUI = 3
        OTHERS               = 4
    IF SY-SUBRC = 0 AND PRC_USER_ACTION NE
    CL_GUI_FRONTEND_SERVICES=>ACTION_CANCEL.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
         FILENAME                        = PRC_FILE_NAME
         FILETYPE                        = 'ASC'
         WRITE_FIELD_SEPARATOR           = '#'
        TABLES
          DATA_TAB                        = TAB_EXCEL
       EXCEPTIONS
         FILE_WRITE_ERROR                = 1
         NO_BATCH                        = 2
         GUI_REFUSE_FILETRANSFER         = 3
         INVALID_TYPE                    = 4
         NO_AUTHORITY                    = 5
         UNKNOWN_ERROR                   = 6
         HEADER_NOT_ALLOWED              = 7
         SEPARATOR_NOT_ALLOWED           = 8
         FILESIZE_NOT_ALLOWED            = 9
         HEADER_TOO_LONG                 = 10
         DP_ERROR_CREATE                 = 11
         DP_ERROR_SEND                   = 12
         DP_ERROR_WRITE                  = 13
         UNKNOWN_DP_ERROR                = 14
         ACCESS_DENIED                   = 15
         DP_OUT_OF_MEMORY                = 16
         DISK_FULL                       = 17
         DP_TIMEOUT                      = 18
         FILE_NOT_FOUND                  = 19
         DATAPROVIDER_EXCEPTION          = 20
         CONTROL_FLUSH_ERROR             = 21
         OTHERS                          = 22
    ENDIF.

Maybe you are looking for