Transfer of values between segments

Hi,
I have a scenario where a wrong segment was derived from a profit center. This movement to the wrong segment can not be reversed and the profit center that this segment had already been disabled. I can not stay with the balance wrong in this segment. Is there any transaction in which I can transfer the balance of that wrong segment/account for the correct segment/account?
regards,
Leandro

hi
u can do this by using itext.jar or jasperReport, iReports,
if u are a beginner go for jasperReports. u ll have GUI to design ur reports,
and easy to intergrate into your application
u can get jasper report from SourceForge.org along with the tutorial
regards
-venkat

Similar Messages

  • How to transfer a value between two view in Web IC

    Hi all,
    I'm trying to enhance the Partner contact creation view by adding in this view the language. This works fine but now i want to set a default value based on the customer language. But i don't understand how i cant retrieve the customer language from my contact view.
    Can somedy help me on the subject ?
    Thanks in advance.

    Hi,
       To transfer data from one view to other, we always use component controller. But one easy approach is to store the value as a static variable of a class. The the user can access it in the same session always.
    Regards,
    Manas.

  • Transfer variable values via ABAP betweenn planning areas

    Hello,
    I'm using an ABAP-coding (BPS How-To 'variables type user-exit) for transferring variable values between planning areas. It works fine for single-, multi- and interval-selection, but not for single hierarchie nodes.
    I don't want to transfer the values beneath the nodes but the node itself. Has anyone experience with that or changed the ABAP-Coding.
    Note, I'm using a variable type hierarchie as destination and get always a dump, when the ABAP is executed.
    Appreciate your help, thanks in advance...

    Hello,
    I am having the same problem. Can the function module Z_VARIABLE_GET_DETAIL from the "How to...BPS Variables of Type Exit" be modified to get the node value of a hierarchy node variable so it can be used as a global variable?
    Thanks, Linda

  • Transfer price mechanism between profit centers

    Hi friends,
    My requirement is how to maintain Transfer price Mechanism between Profit Centers with in the Plant.  If the transfer price mechanism is between the plant we should activate MATERIAL LEDGER our client not require Material Ledger concept.
    But here we are having 3 profit centers with in one plant only so they require Transfer price mechanism between profit centers to show the dept wise profits in Financial Statements between the Departments (profit Centers) this postings should be done automatically in the respective profit centers.
    So friends my Q is how to configure Transfer Price mechanism between the profit centers.  Please suggest me.

    Hi,
    You need to to maintain Conditions in the basic settings.There you need to maintain for Material, Overhead etc and need to maintain access sequences.
    You need to assign accounts with T.Code 0KEK.
    While doing transfer from plant to other plant the system generates value based on the condtions you maintained.
    Thanks and regards.
    S.Subbiah.

  • Transfer of Goods between Center (2 Steps MM-SD)

    Hi Friends;
    I have a little problem to which I have done several tests and did not have much success to complete the activities related to the transfer of goods between centers using the procedure I describe below:
    - ME21N -> Creation of Purchase for transfer using the category UB (Stock Transport Order);
    - VL10B -> Process documents for Shipping (using Purchase Order);
    - VL02N ->  To Process Delivery  (Picking and deposit);
    - J1B3N -> Issue of the tax document (invoice);
    - MB0A -> Entry of Goods to Purchase Order;
    The problem is that when I am doing the PO (First part of the process) I notify the PO type, in the field I meet the supplier center provider, I meet the item and the center of will receipt the goods. After all information completed on the screens of Purchase Order (ME21N) the system displays the following message.
    u201CNot possible to determine shipping data for material 9999999u201D
    u201CMessage no. 06280u201D
    As this is the beginning all of process, I am not able to continue. I already made several checks which I will describe below, and still am not successful in completing the process.
    u2022     The material is already expanded to the Center Supplier and Receiver;
    u2022     The material is already expanded to SD View, with the sales organization, distribution channel and sector of activity properly;
    u2022     Customer (center) already expanded to the Organization of Sales and Channel Distribution properly;
    u2022     On the table is expanded KNVV you both for the organization's sales center provider for the center as recepitor;
    u2022     On IMG:
        o     It was the assign of the sales organization of the center (Materials Management -> Purchasing -> Purchase Order -> Set up     
            Transport Order -> Define Shipping Data for Plants);
        o     It  was assigned to the Shipping Points (Logistics Execution -> Shipping -> Basic Shipping Functions-> Shipping points and
            Good Receiving Point Determination -> Assign shipping Point). Therefore the u201CShipping Conditionsu201D is properly linking to
            Custumer Data Master and  Loading Group is properly to Goods Master Data.
    Even with all these settings made, I am not having success in the process of creating of PO  and start the procedure for transfer of material between centers and so I ask the help of colleagues to help me find what is still missing or set up in process that can make it flow.
    Beforehand, Thanks a lot.
    Vinicius

    Hi ,
    GOTO IMG -> MM->PURCHASING ->Purchase Order ->Set up Stock Transport Order->Define Shipping Data for Plants-
    here for both receiving and supplying plant give the same sales org , distridution channel and division .
    And in receiving plant maintain the customer no .
    And one more thing do the PO as document type NB (standard order ) , then maintain delivery type NLCC against NB in customizing (GOTO IMG -> MM->PURCHASING ->Purchase Order ->Set up Stock Transport Order ->Assign Delivery Type and Checking Rule )
    Regards,
    Anupam
    Edited by: Anupam Halder on Jul 28, 2009 7:07 PM

  • How do you get your old scores on your games when you transfer the games between devices ive signed into game center and my scores are there but when I open the games Im at 0 again

    how do you get your old scores on your games when you transfer the games between devices ive signed into game center and my scores are there but when I open the games Im at 0 again

    Did you do this?
    iOS: Transferring information from your current iPhone, iPad, or iPod touch to a new device

  • Transfer app purchases between accounts

    Hi all,
    Is it possible to transfer app purchases between two different accounts?
    I trashed my old account as my iPhone was stolen. Recreate the account with the exact same information. Unfortunately I cannot update my apps as it says that I'm on a different account.
    Any idea how?
    Thanks.
    Cheers, JS.

    :"Is it possible to transfer app purchases between two different accounts?"
    No.
    "I trashed my old account as my iPhone was stolen. "
    Why would you do that?  Just change your password.
    ". Unfortunately I cannot update my apps as it says that I'm on a different account."
    because you started a new account.  not sure why you would do that.
    "Any idea how?"
    You would have to sign into the old account in order to upgrade.  This is why you don;t go creating new accounts when you can just change your password.

  • In BADi , How to pass the values between two Method

    Hi Experts,
    We have two methods in BADis. How to pass the value  between two Methods. Can you guys explain me out with one example...
    Thanks & Regards,
    Sivakumar S

    Hi Sivakumar!
    Create a function group.
    Define global data (there is a similiar menu point to jump to the top include).
    Create one or two function modules, with which you can read and write the global data.
    In your BADI methods you can access the global data with help of your function modules. It will stay in memory through the whole transaction.
    Regards,
    Christian

  • How can I share values between different jsp pages?

    Hi,
    I'm doing a jsp, bc4j application (JDeveloper 9.0.3), and I need to share some values between different jsp pages. To do this,
    I have used the tag <jsp:usebean.....></jsp:usebean> in this way:
    on pageone.jsp
    <jsp:useBean id="param" scope="session" class="MyPackage.Parameters" ></jsp:useBean>
    on pagetwo.jsp     
    <jsp:useBean id="param" scope="session" class="MyPackage.Parameters" ></jsp:useBean>
    and so on, in order to refer to the same instance of the class "Parameters".
    After deploying, the application works well only if the client is the same pc where the AS resides, otherwise the variables of "Parameters" are null.
    Please, could you help me?
    Thanks
    Nunzio.

    I am seeing an indication on 9.0.3 that static includes are not static, but instead always dynamic. The compiler generates a call to the included page, and doesn't include the content in the calling page as it should.

  • Problem to transfer Variable value to Dashboard A to Dashboard B

    Hi,buddies:
         I have a scenario that I have to jump from Total Dashboard(we call it A) to Detail Dashboard(we call it B),I work with Xcelsius directly connect to BW through SAP NetWeaver BW connection ,I can transfer Variable values to B through URL with command like this:
         http://hqbd6.sinopec.com:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?DASHBOARD=R2JN_DASHTESTB
    &BI_COMMAND_1-BI_COMMAND_TYPE=SET_VARIABLES_STATE
    &BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE=G1CALMONTH_DZ_MIS
    &BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE=VARIABLE_INPUT_STRING
    &BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE-VARIABLE_INPUT_STRING=2011.07
    But at this condition,The variables of Dashboard B are not bound to any cell because they will be set at run time with values passed in the URL.
    My question is can I get the Variable value from the URL in the Xcelsius Designer and put it into a specified cell and link this cell with the query,so that even jump to Dashboard B I can still change the variable values.
    Best Regards
    Martin Xie
    Edited by: Martin Xie Ai Hua on Mar 9, 2012 7:48 AM

    Let me explain the issue in detail.
    In Query Designer, both the year and  month variables are defined by user exit function to read current year and month and can be modified  during the query runtime.
    In WAD, Query1 is  used  to be a table with a table interface to hyperlink a chart which is defined by Query2 with the same variable value of Query1.
    During the runtime of template, if I change the variable value of Query1 , I want the variable of Query2 to be changed automatically with the same new value.
    So in the table interface of Query1 , I write the ABAP code in "SE24" and related source code to the variable is following:
    concatenate
    'function fire_urlJGSP_Col(filter) {'
    Cl_rsr_www_renderer=>c_lf
    'chart_url="' url '" + "&CMD=LDOC'
    '&TEMPLATE_ID=GCCHART_9' "WEB ID of the work book
    '&PAGEID=Graphics'       "Name of the view
    '&CMD=PROCESS_VARIABLES&SUBCMD=VAR_SUBMIT&VAR_NAME=Z2MYEAR&VAR_VALUE_EXT=" + filter'
    Cl_rsr_www_renderer=>c_lf
    'openWindow(chart_url,"chart_window","dependent=yes","600",'
    '"450","true")'
    Cl_rsr_www_renderer=>c_lf
    into l_coding.
    In this way , I can only transfer the year variable value from Query1 to Query2 and not two variables .
    So , how  shall I do to transer the two variable value in the same?

  • Process efficiency: transfer of stock between 2 sites

    I'm looking for some input/experience concerning the comparison of user workload "in minutes" for WM Transfer of Stock between (2 storage types) (process in 2 steps: step1: transfer "issue"- Step2: validation of transfer) and Shipping between 2 SAP plants in the same company code based on MM SA - SD SA + Goods receipt.
    Thanks

    Hi Umesh,
    It would be a business decision i suppose. If those 5 nos. are lost / damaged in transit & needs to be scrapped, then the ownership needs to be decided first. If it lies with the sender, then reverse the 5 nos. (MB1B mvt is 314) & then proceed with your scrapping or if it lies with the receiver then receive the 5 nos & then proceed with the scrapping.
    Posting in system is one aspect, but a clear business rule is the key factor. So discuss with your materials mgmt personnel to define the process flow.
    Hope the above helps.
    Regards,
    Vivek

  • Transfer field value from one screen to another screen

    hi gurus,
    I am using field exit in mm02, i want to transfer field value from one screen to another screen. I am using Export, Import, Some FM like DYNP.......
    but not getting the value.
    can any one give idea about this.
    Thanks in Advance,
    Sudheer.

    I THINK IN FIELD EXITS SOME RESTRICTION IS THERE YOU CAN NOT USE CALL TRANSACTION OR CALL SCREEN. I DONT KNOW WHAT IS YOUR ACTUAL REQUIREMENT. BUT YOU ARE TRYING TO CALL TRANSACTION USING MEMORY ID OR SOMETHING THEN I THINK IN FIELD EXIT YOU CAN NOT DO THAT. PLS CORRECT ME IF I AM WRONG
    REGARDS
    SHIBA DUTTA

  • What's the difference between segment filtering and reduced message type

    Hi gurus,
    What's the difference between segment filtering and reduced message type? It seems they have the same functionality: Reduce the segment while idoc is generated.
    Thanks in advance.

    Hi,
    BD53 is for IDoc Reduction.
    this allows you to create a reduced message based upon a standard message type.If you want see mandatory fields. go to T-coe BD53 and give one standard messege type name and eg: matmas
    there mandatory fields will be in Green color..
    And BD56- This transaction is used to filter out segments of IDocs for combination of sender and receiver. This is usefull in scenarios where a standard IDoc with many segments is used but the receiving partner is only interested in some of the segments
    the table related to this transation is TBD20
      please go through below blog you have an idea abt that,
    http://wiki.sdn.sap.com/wiki/display/ABAP/ReducedMessageTypes
    http://saptotal.com/IDoc%20Segment%20Filtering.html
    regards,
    ganesh.

  • Transfer of values from one recon to other recon account

    Guru's,
    I wanted to change the recon account of a vendor from 8050001 to 8050002.
    Few entries are already posted in the vendor with the recon 8050001. I know that FAGL101 can be used to transfer the values from 8050001 to 8050002.
    In the OBBW I did the configuration like this
    Reconciliation account : 8050001
    Adjustment Account : 9000014(Clearing account)
    Please advise me if I need to do any other settings in Config and also tell me the procedure to run that in FAGL101.
    Thanks in advance and points will defnitely be assigned.
    Deepak

    Hi,
    I dont think you can update members. However, you can definitely send transactional data from one application to another using the DESTINATION_APP statement.
    You have a good example available in BPC 320 on beforerange and afterrange.
    Lets say that there are 5 columns in the report after the EVDRE expansion is done. Then in the beforerange or afterrange, you can use EVRNG function with a range of 5 cells. Lets say that you define EVRNG(J1:N1). In these cells, you can use formulas like EVSUM etc, and these formulas will be taken by the rows in your EVDRE report. If you define afterrange, then you will have additional row at the bottom. If you define beforerange, then you will have additional row at the top.
    Hope this helps.

  • Difference in value Between BW and R/3

    Hi,
    We are in the process of validating reports .We have observed difference in value for  credit and debit amount fields in BW and for the same data is coming from standard data source 0EN_JVA_2 (Joint venture: Actual line item using delta extraction) we have done full data load. In the data source the data coming from a single field and that is spited based on debit/credit indicator in R/3.
    I need your valuable input on where the problem is for the difference of value between BW and R/3.
    Regards
    Deva

    Hi,
    Is there any filterations in the IP?
    Any data packet deletion activity in the start rountine?
    Any update rule for the key figure is having routine with modifiying the value?
    Kindly check.
    In case if you are seeing number of records, always aggregation happens.
    If the difference is in terms of quantity of the key figure values, kindly check the above three.
    Kindly come to us so that we can suggest
    Hope this helps
    Janardhan Kumar

Maybe you are looking for