Transport BRF expressions of expression type SAP Formula Interpreter

Hi Experts,
How can i copy BRF expressions of expression type SAP Formula Interpreter to one request for transport to another client?
When we copy using tcode FKKBRFTRANS, the formula appear empty on the new client.
Best regards,
Renato Tasso

Hi Renato,
So I'm guessing that's really BRF then and not BRF+ ? Most of the forum participants in this space are BRF+ or BRM users, and most of us keep very clear of BRF itself...
You might need to search on that Tcode and see if there's a functional forum that's aware of it or else report it via SAP Message.
Rgds,
Jocelyn

Similar Messages

  • Expression is wrong type

    Hi all
    Please find where i am wrong
    function F_4FormatTrigger return boolean is
         a varchar2(100);
         b varchar2(100);
    begin
         A:='On Hold';
         B:='Go Ahead';
      if :performa_type = 'N/A' then
           return(False);
      elsif
           :performa_type ='PERFORMA' THEN
           return('A');
      ELSIF
           :performa_type ='PERFORMA PAID' THEN
           return('B');
      ELSE
           return (TRUE);
      end if;
    end;ERROR 382 at line 11,column 10
    expression is wrong type
    WRROR 0 At line 11, column 4
    Statement Ignored
    ERROR 382 at line 14,column 10
    expression is wrong type
    WRROR 0 At line 14, column 4
    Statement Ignored
    Thanks And Regards
    Vikas Singhal

    hi,
    I saw u r coding.
    The format trigger only returning the boolean value true or false.
    so u have the remove declaration part and elsif condition statement of retur(A) and upto return(B) statement .
    function F_4FormatTrigger return boolean is
    begin
         if :performa_type = 'N/A' then
         return(False);
    ELSE
         return (TRUE);
    end if;
    end;
    otherwise if u want to print the value of A abd B u can write the same code in formula column.

  • Arithmetic overflow error converting expression to data type int

    Hi
        iam creating on sp for  the  database total size , used mb and  free size .  percentage free . 
     in  this purpose i was creating on sps, with in the sp iam was writing  one select statement . it  statement is    
    SELECT [Drivename] ,[DataSizedUsedMB],[DriveFreeSizeMB],DriveTotalSizeMB,
      CAST( (DriveFreeSizeMB/DriveTotalSizeMB)*  100 AS NUMERIC(5,2))
       As
      [PercentFree] ,[DateRecorded] FROM 
    SELECT SUBSTRING([physical_name],1,1) AS Drivename,
      CAST(((SUM(COALESCE(size,0)))*8)/1024 AS NUMERIC(20,2)) AS DriveTotalSizeMB,
      CAST(((SUM( COALESCE( FILEPROPERTY( [name],'SpaceUsed'),0)))*8)/1024 AS NUMERIC(20,2)) AS DataSizedUsedMB,
      CAST(((SUM(COALESCE(size,0))-SUM(COALESCE(fileproperty([name],'spaceused'),0)))*8/1024)AS NUMERIC(20,2)) AS DriveFreeSizeMB
      ,SYSDATETIME()  AS [DateRecorded]
    FROM sys.master_files 
    GROUP BY SUBSTRING([physical_name],1,1))  AS Data
      it was executive one  server with out error  but the same select  statement is writing antoher server iam geeting  belo error.
    "@ErrorDesc: Line 24 - Line 13- Arithmetic overflow error converting expression to data type int." 
      how to slove this issue..
    please help me...

    Change 8 to 8E0, to make it a float literal. The data type of
    SUM(COALESCE(size,0)))*8)
    is int, since all components are int, and it can easily overflow the size for an int. If you use 8E0, you get a float, and the entire expression will be float.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Arithmetic overflow error converting expression to data type int. Why in this case?

    Hi guys, it is Friday and I am really tired but..
    WITH CTE AS (
    SELECT LEN(CONS_ID) AS PROCA FROM TryCons)
    SELECT SUM(PROCA) FROM CTE
    Why I retrieve
    Arithmetic overflow error converting expression to data type int.
    Len should returns a number and so sum should work. It can be because I am trying to read  500 millions rows? But it wouldn't make sense.. 

    Len should returns a number and so sum should work. It can be because I am trying to read  500 millions rows? But it wouldn't make sense.. 
    If the average length of the field exceeds 4.29, that statement will explode. Since I don't know what's in CONS_ID, I can't say whether it makes sense or not. Although, I will have to say that from my uninitiated position, this seems like an
    accident to happen.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Types of Formulas

    Hi All,
    Can I have the details of Formulas to be used in BEx & Query Designer.
    The type of formulas to be used and can somebody give some examples also with the formulas.
    Regards
    Arun

    Hi......
    You can try this:
    create a structure in columns.
    create 3 selections, in each of them put the 0plant restricted by ZV, ND and PD accordingly and a KF that you want to play with. Hide all of them.
    The selections will not equal to zero for values conforming the restrictions.
    Create a new formula. Here you can use a formula like
    (Selection1 0)* (Calculation1) + (NOT (Selection1 0)* (Calculation2))
    Check this link :
    http://help.sap.com/search/highlightContent.jsp
    Hope this helps you....
    Regards.,
    Debjani..........

  • Error in ABAP Mapping (type SAP-ABAP, kernel error ID UNCAUGHT_EXCEPTION)

    Hi ,
      Scenario:  Manually Purchase Order is created, automatically Sales Order should be created in the Target System through PI,
                       I have used Message Mapping which is working fine for single Customer and Vendor,
                       For Multiple Customers and Vendors i am using one ZTABLE, Only Message Mapping is not  sufficient to my requirement.
                      Now i am using both Message Mapping and   ABAP Mapping  at a time in Interface Mapping. I created the class and                done  the   development., whene  i run the scenario i am getting the error as below,
    *<SAP:Stack>Error in mapping program ZCL_SD_IDTO_POSO (type SAP-ABAP, kernel error ID UNCAUGHT_EXCEPTION) An exception with the type CX_SY_REF_IS_INITIAL occurred, but was neither handled locally, nor declared in a RAISING clause Dereferencing of the NULL reference</SAP:Stack>*
      *<SAP:Retry>M</SAP:Retry>*
      *</SAP:Error>* 
    Please let me know.
    Best Regards
    Vamsi

    Have u seen the ABAP mapping guide?
    Refer this series to the ABAP mapping section.https:///people/sravya.talanki2/blog/2006/12/26/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-ii
    It will be very handy and useful.

  • Info Callable Object of type SAP R/3?

    Hi Friends,
    I have designed a Business Process using CAF GP, in which, in one of the actions I have inserted an Info Callable Object of type SAP Transaction, though the callable object is working fine with the process,
    I can see callable object in a limited area only,
    <b> I am not able to maximize it, neither I can any scroll bars to scroll up and down,
    so that I can see full R/3 window within the GP window,</b>
    Can anybody help me doing that?
    Thanks
    Deepak

    Thanks David,
    I got the solution
    I have rewarded for the same,
    Thanks once again,
    Best Regards,
    Deepak

  • Pricing on PO - Condition type with formula

    Dear friends,
    I've one condition type with calculation type (KRECH) set as Formula.
    For the calcutation of this condition I need to set this formula: Value = (Gross Price + Freight) * 0,0035
    Can you please tell me how can I se this condition as required?
    Thanks in advance,
    Afonso Pereira

    Hi
    I have never tried this calculation type - G formula,
    But in the pricing procedure config, there is a field Caclulation type whcih is used as Alternate calculation type.
    You can createa new routine ( nothing but a logic based formula) for caclutaion and assign that to the new condition type.
    This will ensure that if your gross price condition and freight are present then this condition type gets automatically calculated and get populated in the PO conditions.
    For routine creation you need to take help of Abaper.
    Routines are craeted in transaction VOFM
    Thanks & Regards
    Kishore

  • Where can i download personal express and express analyzer?

    Hi all,
    I tried to find oracle personal express and express analyzer on oracle software downloading page, but with no lucky. Do you know where i can download these two softwares?
    thanks
    XG

    These products are still available on Metalink as part of a patchset
    2378248 Express Server Client Kit 6.3..4
    Regards,
    Frank

  • Transports between 2 different versions of SAP

    We are developing a product on ECC 6.0 (IDES) system and I'm trying to figure out how we can delivery the product to our customers.  We have our own development namespace in SAP.  Some of our customers are on ECC 6.0 and some are still on 4.7.  Can we send a transport that was created in ECC 6.0 to a 4.7 system?
    Thank you,

    Hi,
    It is possible to transport between 2 different versions but it is dangerous : you have to know exactly what you are transporting and the dependencies with standard SAP code.
    So, it is much safer to recreate your source code in a developement system of the new version and create new transport orders from there...
    Regards,
    Olivier

  • CUP Connector type SAP EP LDAP

    Hi Experts,
           I noticed the connector type SAP EP LDAP the other day when setting up some new ABAP connectors.  Does anyone know what this type of connector is used for?  I couldn't find any documentation on it.

    Hi Christopher,
    this is what I got told - I'm not sure whether this made it into the doco yet:
    "  SAPEP  LDAP is used for LDAP Group provisioning. It will have 2 LDAP connectors mapped.  Internal and External.  In CUP you can import the  groups form these two ldaps and provision them using Access Request. "
    Cheers,
    Dominic

  • Formula interpreter logical operator

    Dasylab 10
    I'm capturing voltage from a daq, using formula interpreter to make calculations and then generating a XY graph. As the values are being generated I am wanting to display in a digital display the Y peak value and the corresponding X value. I therefore thought of writing to a variable each time the new value measured is greater the last one and then transmitting this to the display...
    Problem: I don't know how to use the formula interpreter and the logical operators
    e.g. IN(0)>=${VAR1}
    When true, I'm expecting to see the output of the formula interpreter to go high and then I can trigger an action event. However whatever I have attempted so far hasn't worked, so I'm guessing there is something I don't understand
    Can anyone show me an example of how this works?
    Thanks

    Sorry, wrong forum !!

  • RE: Setting up the Express Delivery Company in SAP

    Hi,
    We had engage a company to perform delivery services.
    I wanted to set it up as a EXPRESS Delivery partner - Forwarding agent.
    I want to make use of the transportation planning in the system.
    Can any SAP guru guide me what I need to configure and what data do I need to maintain?
    Any references or BLOG that can helped me?
    Thanks

    The main configuration is in VTRC by creating a vendor master for the forwarding agent.It's been a  while I worked on this.
    So cannot give you the exact details but I have found a lot of articles relating to setting up express delivery company.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1b17c690-0201-0010-17b1-a362e172a094
    http://www.sapfans.com/forums/viewtopic.php?f=5&t=318640
    http://www.erptips.com/Snippet1/pohgynlevs.pdf
    Hope this helps.Please try it in the sandbox and let me know if you have any more issues

  • Expressions that commonly used Sap bods

    Hello Guys,
    I am new to the sap ds <can you please assist me to write the expressions in case transformation and other transformations that we use like Date and look up

    Vasudev..Go through the following Links...Hope this may helps you...
    How to use Case Transform
    Date Transforms:
    Date Generation Transformation in SAP Business Objects Data Services (BODS) | SAP Simplified 
    http://sapsimplified.com/sap-bods/effective-date-transformation-in-sap-bods/
    Look Up Function:
    SAP Data Services: Data Services - Types of Lookup Functions
    Functions - BODS:
    Functions - Data Services

  • Search server express Content Source Type for file download

    Hi All
    We have recently installed Search Server Express 2010 in our organization. Now we want to create content source to search from our file server files.
    Have used “File Shares" as "Content Source Type", and now this is working perfectly fine. But whenever we try to download the
    files which are there in search result we wont be able to do that.
    As well as search result shows the complete path of the file on file server.
    Please let me know how to resolve this issue.
    Thanks in advance.
    Regards
    Somnath

    1. Should be much faster than that. Make sure you have an index on the KEY column (or, if a view, on the underlying column that the view is created on). Otherwise it will do a full table scan for each row it fetches.
    2. 40 threads sounds a little high - we found the optimum level was between 10 and 15 threads. Have you checked the memory usage on the system? Perhaps all your threads are causing your system to page.
    3. The column returning "LastModifiedDate" determines whether the content for that row needs to be reindexed. If LastModifiedDate is unchanged since the last crawl, the row will not be reindexed.

Maybe you are looking for

  • SAP std pgm to re-trigger selected output types associated with sales order

    Hi, Can anyone help me providing the standard SAP Program which will do repeat output action for different output types associated to the sales order. Output Type ZA00 ZA01 ZA10 ZA11 ZML0 ZRN0 ZSA0 ZSA1. Thanks, Ramya Sanjana

  • Hiding and showing columns in JTable

    Hi When I use removeColumn on a JTable I see that it also disapears from the tablecolumnmodel. (I thought that the jtable was the view and the data would remain in the tablecolumnmodel) So how do I show the column again ? //I used the following Table

  • Help! I am trying to decide between the Macbook Air and Pro.

    If I got an air I would get the largest screen/processor combo but with the Pro as the price is a bit more I would go with the smaller. Which would you recommend?

  • Access fields in a Rowtype variable

    Hello! Is it possible to access dynamically to the fields of a rowtype variable? For example, I have the following code : CURSOR cursorName IS SELECT field1, field2,field3, ..., fieldN FROM myTable; myVar cursorName%ROWTYPE; myString := myVar.field1

  • Slow client access

    We are running Groupwise 8.02 on Netware 6.5 sp8. The Groupwise client access recently has been very slow (people have complained particularly about Calendar Access). This is our busy time of year where network use spikes normally but this year Group