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.

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

  • Is there any alternate solution for MDM setup without following Device Enrollment Program (DEP) ?

    Hi,
    Is there any alternate solution  for setting up the MDM Process, without following the Device Enrollment Program (DEP) and managing the devices by creating our own setup controlling through the server, Please let me know.
    Thanks for the help.

    Finally I found the solution for the MDM, after doing some research work with the Apple Configurator, iPhone configuration utility and came across with the Profile Manager after installing Mac OS Server and able to manage, configure, remote access and send the commands using push notifications.

  • Is there any alternate transaction for ME05 ?

    Hi All,
              In ME05, i will have to input material and plant data. Is there any alternater transaction where the input data would include - Vendor as well as purchasing organisation ?
    Thanks & Regards,
    PSS

    Dear PSS,
    ME01 if you want to maintain Source List
    ME11 if you want to maintain Infor Record
    <b>Source List</b>
    A source list specifies the possible sources of supply for a material over a given period of time. It shows the time period in which a material may be ordered from a given vendor or under a certain long-term purchase agreement.
    The source list supports the user in answering the question: "Which vendors or internal suppliers can supply a material at a given point in time?" It is also used in the automatic selection of vendors for a material.
    <b>Info Record</b>
    Info record is short for information record. The info record contains concise information about a vendor and a material that Purchasing already procures from that vendor. An info record thus represents a material-vendor relationship.
    For example, the info record indicates the units of measure in which materials are ordered from the vendor, and the applicable reminder levels. It also shows price changes affecting the material in question. This information can be useful in the process of evaluating quotations to determine the successful bidder.
    Info records are created automatically when you order a material. You can also create, change, and delete info records.
    Hope this will help.
    Regards,
    Naveen.

  • What is the programmed Logarithm or any other function for arc segment tool options in illustrator ?

    Hello Dears ,
    If you please, i need to know the basic function which the arc segment tool options programmed and used in this ARC TOOLS AS IT IN PHOTO:
    I THINK THAT IS Logarithm FUNCTION SO I NED HELP IF ANY HAVE ANY IDEA AND EXPLANATION
    THANKS 

    Thank you very Mr. Mylenium
    because i have not enough knowledge in mathematics , i was think that is options have Logarithm function ,for example 
    1= cartesian coordinate quadrants
    2+3= Describe Interval Type of the subset of real numbers represented by X and Y Axis
    4= the direction of the curve or indpentent and dpentet varibles  X or Y
    5= THE RADIUS FOR THE CURVE
    SORRY FOR THIS SUPPOSED IF THAT WRONG
         ANY WAY IF YOU PLEASE MAY YOU TELL ME HOW I CAN APPLY THIS Bezier formula IN AUTOCAD 2014 COS I NEED TO USE IT THERE .
    FINALLY THANK YOU VERY VERY MUCH

  • Any alternate functionmodue for MASTERIDOC_CREATE_SMD_BATMAS?

    Hai All,
    I am using the function module 'MASTERIDOC_CREATE_SMD_BATMAS' to generate outbound Idoc for message type BATMAS.But this fm is not released by SAP.
    is there any other function modules which works like the above one(Realesed by SAP)?
    Regards,
    Bhaskar...

    Hi Bhaskar
    Check James answer in the thread
    Re: Exit for extended batmas02.
    might be helpful to you
    Regards
    S@chin

  • Disco -- Any analytical functions for comparisons

    Hi:
    I'm wondering if there are any analytical function to help me out with comparisons? Users often need to displays totals based on date ranges, and show the difference between the two totals, as well as percent change.
    For example, a workbook would show the comparison of cases and dollars, for 2002 vs. 2003. Currently, my solution for this is to create DECODE calculations based on year and type (cases or dollars), and perform the
    comparisons in separate calculations. I'd like to know if Discoverer already has a function that would handle some of this, and reduce the number of DECODES and separate calculations the users have to create...
    Thanks,
    Subramanyam
    Sr. Technical Consultant
    Oracle Direct

    Hello
    You can use the Oracle database SQL analytic function to perform comparison and window based calculations. Example: LAG, LEAD, RANK, etc...
    Please consult the Oracle 9.2 database documentation as well as Discoverer documentation for examples and syntax.
    Regards
    Discoverer Product Management

  • Any search function for notes in iPhone

    Hi, Apple Fans:
    Does anybody knows how to search in "notes" section in iPhones?  I really need the search function to look up the notes I jut down there.
    Right now the notes are arranged by dates but no search function.
    if it hasn't be invented, it should have.
    BIgApple1980

    Use the Spotlight search function on the phone. You activate this from the home screen by swiping downwards from the middle of the screen. All you need to do is make sure that you have Notes checked in the Spotlight search options in Settings. Go to Setting>General>Spotlight Search and make sure there is a checkmark by Notes.

  • 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

  • Alternate BAPI for BAPI_SALESDOCUMENT - Mass creation

    We are trying to mass create Schedule lines for the SD contract items through the BAPI "BAPI_SALESDOCUMENT_CHANGE". The performance is very slow for bulk items.
    This scedule line creation is equivalent to creating scedule lines through the transaction VA42.
    Is there any alternate function module or BAPI for mass creation of schedule lines for the SD contract?

    Depends on your release: in ECC 6.0 i have BAPI_SALESORDER_CREATEFROMDAT2
    Nevermind: it's contracts not salesorder.
    Try BAPI_CUSTOMERCONTRACT_CHANGE or do a F4 on BAPICONTRACT
    Edited by: Maen Anachronos on Sep 16, 2010 1:19 PM

  • Additional functionality for vendor evaluation in ECC 6.0

    Hi folks,
    Can any one help me in getting the information below.
    Is there any additional functionality for vendor evaluation in ECC 6.0  when compared to ECC 4.7
    Pls let me know the functionality and the difference.
    Thanks
    Vasanth.

    Hi
    Is there any additional functionality for vendor evaluation in ECC 6.0 when compared to ECC 4.7
    The Solution Browser lets you enter start and target releases for functional areas, and provides you with the information about the new functionalities.
    You find the tool from our homepage at http://service.sap.com/erp (see the tool box on the right hand side).
    regards
    Andreas Rudolph

  • ABAP Functions for creating vendor

    Hello,
    I would like to create a program for creating vendor automatically by uploading a text file, where the text file contain the vendor information.
    Can I ask are there any ABAP function for creating vendor? I have searched a function BAPI_VENDOR_CREATE, but I don't know how to use it.
    Can anyone give me some ideas?
    Many thanks
    Sunny

    Hi,
    BAPI_VENDOR_CREATE is a online BAPI which calls the XK01 screen internally. There wont be any import or export parameters for this BAPI. If you have to upload from a text file, you can try with either of the options
    1) Use the standard program RFBIKR00 to upload the vendor from the flat file. check the documentation of the report for details
    2) Create a BDC recording on XK01 and upload the vendor from the flat file
    Vikranth

  • Is there any alternative logic for this issue

    Hello all ,
    I have a  program which is executed as a background job for every 15 minutes . Now my requirement is If this batch job is successfully finished, i have to capture that time and date at which the batch job is successfully finished and update the corresponding time and date in a ZTABLE .
    In order to achieve this , i have created a separate program which will also be running in background.in this program , using the table TBTCO, i m getting the last date and  last time at which the batch job is successfully finished and modifying the ZTABLE accordingly
    Is there any alternate solution for this ?
    thanks&regards,
    G.Pavan

    Hi gpavansap,
    When you define background job in SM36, your first step should be the program which you have scheduled now.
    Create a second step in the same job with another program which would just update system date and time to the ZTABLE. No need to read TBTCO and all.
    The second step would immediately execute as soon as the first step ended successfully.
    If you don't want to create a separate program. you can have a check-box "Update ZTable Only" in the selection screen of the first program itself. If this check-box is selected, the program should only update ZTABLE and do nothing else. Create a variant of your selection screen with this check-box selected and schedule this variant as "Second Step" of your back-ground job.
    Regards
    Suresh

  • Credit Management Function for Japan

    Is there is any specific functionality for Japan in Credit Management,
    We heard some of the functionalities used in Japan in the area of credit management is not covered by SAP, is that true?

    No replies, so marking as answered.

Maybe you are looking for

  • How can i detect if the picture or swf file is produced from legal flash?

    I have recently bought images and swf files from a student for my website. I've just realized that the images and swf might be from pirated flash product because i found out that the original flash is really and i mean really pricey! I don't believe

  • Sun LDAP to IDM synchronization issue

    Hello friends, I am trying to synchronize all the new accounts created in sun LDAP to IDM. It runs every 10 minutes as configured but does not pick the new user from LDAP. Here is the brief configuration detail. (1) I have switched on the "Retro Plug

  • Alias for Cursor ROWS  in DBMS_XMLGEN

    Gurus, I have following sample function to generate XML content ========================================== create or replace function getxmldata return clob is mysql DBMS_XMLGEN.ctxHandle; begin mysql := DBMS_XMLGEN.newContext(' select cursor(select

  • Can multiple audio levels be adjusted simultaneously in AE7 Pro?

    Very often, I'll be doing audio editing in AE7Pro, and even though each sound clip isn't clipping, the combined volume of them all does cause clipping. Is there a way to select a number of audio layers and uniformly bring the volumes down simultanesl

  • Getting the SessionID?

    I'm trying to get the current session id from an applet and I keep on getting NULL as the session id. Here's the code that I've wrote: // Define a URL                url = new URL(queryParam);                // Get a URLConnection Object