MBVR---Use of t-code

Experts in PM forum.
Please explain me the purpose and use of the T-code "mbvr" for manually created transactions...
What is the usage of this t-code??
Thanks in advance
Murad...

Hi,
  It can be used to manage reservations.
Short text
Manage Reservations
Description
Use this program to manage reservations.
You can process reservations with selected account assignments. Limit the latter on the selection screen by entering an interval of reservation numbers.
The base date exerts an influence on the selection. Only those reservations whose headers contain a base date that is earlier than or equal to this date are taken into account.
Furthermore the computation of the NUMBER OF DAYS for 'deletion' or 'allow movement' is carried out using this base date. The values for NUMBER OF DAYS are defined for each plant in table T159L.
You can make the following pre-settings for the start of this program by means of the appropriate entries in table T159L:
Report name   BatIn   Log
RM07RVER      X       X
If you have placed a checkmark against the field "BatIn", the program starts in a test run. In each case (regardless of the indicator 'Log'), the system will produce a list of all reservations having a base date earlier than or equal to the selected base date. Those reservations that are to be changed can then be selected using the select functions. You can then initiate the changes to the data base by pressing F11.
The menu option 'Goto -> Reservation items' gives you a list of all reservation items. You process this in the same way as the list of reservations.
If the field 'BatIn'/'Test run' is initial, the data base changes are made immediately.
Requirements
You can only carry out this program if you have authorization for the activities 65 (reorganize) and 70 (manage) in the authorization objects Reservations: movement type (M_MRES_BWA) and Reservations: plant (M_MRES_WWA).
If all items for a reservation can be deleted, the system suggests the whole reservation for deletion.
If only individual reservation items can be changed, the system suggests only these items.
Output
Use the fields 'Log' and 'Issue log' to decide whether a log is to be issued in the event that the data base is changed immediately ('BatIn'/ 'Test run' is initial).
If the system finds that the reservations to be changed are blocked from other transactions, it always issues an error log with the reservations that are not to be blocked.
For the blocked reservations, you must start the report again.
Example
Delete reservation:
Select the parameter 'Set deletion indicator/delete'. The system will check whether all the items of a reservation can be deleted. This is the case if the requirement date of the reservation item is earlier than the date calculated from 'base date - number of days'.
If the indicator 'Only closed items' has been set, the reservation item must, in addition, either have been completely issued/withdrawn (quantity < = quantity withdrawn) or marked with the 'final issue' indicator.
If all items of a reservation are marked as deleted, the entire reservation will be physically deleted. If this is not the case, those items that have fulfilled the deletion criteria will be marked with a deletion indicator. However, the reservation will remain in the system.
Allow goods movement:
Set the indicator 'Allow goods movement'.
Provided that the requirement date lies within the period 'base date + number of days' the indicator 'Movement allowed' will be set in the reservation item.
Lock mode:
You can decide which lock modus you want to choose.
The 'Block reservations individually' option is suggested, that is, only the reservations that are actually changed are to be blocked. This can result in a number of lock entries.
To avoid this, you can select the 'Block table of reservations' option. This means, however, that the update can only be carried out when no lock entries for reservations exist (regardless of whether these are suggested for change or not).
You should only choose the 'Do not block reservations' option if you have ensured that no one can make changes to manual reservations when the program is being run (using the function Change reservations or Goods movements with reference to reservations).
Regards
Narasimhan

Similar Messages

  • Can we make use of Transaction code FKMT  for vendor line items

    Hi
    Please advise me whether we can make use of Transaction code FKMT (Account assignment model) for vendor line items as follows:
    For Example:
    Expenditure Account      Dr.       Rs.1000
             To Vendor A                                      Rs.100
             To Vendor B                                      Rs.100
             To Vendor C                                      Rs.100
              To Vendor D                                      Rs.700
    Also please advise me what to give parameters
    Thanks and Best Regards
    Shekhar
    Edited by: Shekhar Yecham on Sep 19, 2008 7:05 AM
    Edited by: Shekhar Yecham on Sep 19, 2008 7:10 AM

    Dear Kulakarni,
    I found few of my fields in 0FI_AP_4.I did n't find few fields can i enhance the Datasourse.
    What is the respective Cube for that  Datasourse.
    I check  0AP_30,but in Business Content that cube is not available.
    Could you please give me guidance.
    Thanks in Advance,
    Srinivasan.

  • How to execute a report using a transaction code?

    Hi team,
    I am new in ABAP and I want to do a very simple report and then call this report using a transaction code.
    Steps:
    1) create the report (SE38)
       the report is: Z_DEMO
    2) generate a transaction code for this report (SE93)
       note: the transaction code is ZDEMO
    3) call the transaction generated on step 2
    When I execute the report using SE38, everythig is ok and the records are inserted in my table zdemo2.
    But when I call my transaction ZDEMO there is no insertion. Why?
    The report ask for parameters and then fowards me to SAP's main menu.
    Thanks,
    Walter.
    The report is:
    REPORT  Z_DEMO.
    tables: zdemo2.
    parameters:
            nombre like zdemo2-nombre,
            edad like zdemo2-edad.
    data:
          begin of tabla occurs 0,
            nombre like zdemo2-nombre,
            edad like zdemo2-edad,
          end of tabla.
    zdemo2-nombre = nombre.
    zdemo2-edad = edad.
    insert zdemo2.

    Hi,
    While creating the transaction for your program
    1>Make sure u give the program name and screen number
    2>Important thing is a option "GUI SUPPORT"
    Check all the checkboxes or atleast SAPGUI for Windows to ensure that the Code runs in SAP GUI.
    Thank you.

  • How to use the t-code vf31 tor taking print out of invoice

    Hi,
      How to use the t-code vf31 for taking print out,am getting an error like no message for initial processing exist,
    venu

    Hi,
    Please find the steps
    Output type                     RD00
    Transmission medium             1
    Sort order                      01
    Processing mode                 1
    Please give the oppropriate fields,
    if the still error persists  check the configuration in NACE transaction code.
    thanks
    Kuntla

  • How to use property Upgrade Code in detection method "Windows Installer"?

    Hi
    I am a packaging specialists helping our deployment guys to add our software (100rds of installers) as application entries in SCCM 2012. The methods supplied by SCCM seem however quite generic and limited.
    The detection method "Windows Installer" is hardcoded to use the Product Code, why?
    Normal detection of Windows Installer packages are done using the Upgrade Code and the Product Version. Is it possible for us our self to add/reconfigure to use that method or are we forced to use the custom detection method?(both those methods should be provided
    by SCCM to better match Windows Installer architecture)
    Ps. It says in http://technet.microsoft.com/en-us/library/bb632336.aspx for Version that "This
    must be in the standard Windows Installer four-part version number format.", but the version number is 255.255.65535 (which is real stupid) as described by http://msdn.microsoft.com/en-us/library/aa370859(v=vs.85).aspx. Ds.
    Regards
    Pär

    Under LV 7.1 with DSC installed I get the same error code (-2147418113) but "explain error" gives me this.
    "LabVIEW DSC:  (Hex 0x8000FFFF) Catastrophic failure."
    This prompts the question is it possible to set an activeX object running in a container for Full Screen.
    This is probably a Q for MS.
    If it look like it is possible, try to get a VB example and that will tell us what we have to do to make this work.
    Ben
    Message Edited by Ben on 10-31-2005 04:45 PM
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Do you need to use Actionscript 3 code in Flash player 9 and above?

    Can anyone tell me if I need to use Actionscript 3 code instead of Actionscript 2 code in the following situation:
    I am running a swf file which is contained in a browser window (all files are contained on a CD and I have a 'trust' file set up to let them play properly).  Up until now, I have been using the following Actionscript 2 code to close the browser window (the Actionscript 2 code is on an 'Exit' button within the swf):
    on (release) {
    getURL("javascript:window.close()");
    This Actionscript 2 code has always worked and still works in Flash player 8 and lower.  However, it does nothing when played using Flash player 9.  Can anyone tell me if Flash player 9 won't recognize Actionscript 2 code?  Is it essential to use ONLY Actionscript 3 code if you are using Flash player 9?
    I am having the same problem when I try to launch another html page containing a swf (popped up from the swf contained in the main html window).  I have the following code on the button to launch the popup html window.  It always worked, but suddenly no longer works with Flash player 9.  Here is the code I am using:
    on (release) {
                getURL("javascript:launchWin2('webpage2.html');");
    I have all the necessary background code to launch 'webpage2.html'.  It works everywhere except in Flash player 9.  Can anyone tell me if it is essential to use Actionscript 3 code ONLY on these buttons in Flash player 9?  I am pretty new to Actionscript 3, so any help with syntax would be appreciated. 
    Please note that I don't want to use the projector.
    Thanks!

    You can use both AS2 and AS3 based applications in both Flash 9 and 10.
    As for the issues you describe - perhaps Flash General Forum is a better bet:
    http://forums.adobe.com/community/flash/flash_general

  • How can one  read a Excel File and Upload into Table using Pl/SQL Code.

    How can one read a Excel File and Upload into Table using Pl/SQL Code.
    1. Excel File is on My PC.
    2. And I want to write a Stored Procedure or Package to do that.
    3. DataBase is on Other Server. Client-Server Environment.
    4. I am Using Toad or PlSql developer tool.

    If you would like to create a package/procedure in order to solve this problem consider using the UTL_FILE in built package, here are a few steps to get you going:
    1. Get your DBA to create directory object in oracle using the following command:
    create directory TEST_DIR as ‘directory_path’;
    Note: This directory is on the server.
    2. Grant read,write on directory directory_object_name to username;
    You can find out the directory_object_name value from dba_directories view if you are using the system user account.
    3. Logon as the user as mentioned above.
    Sample code read plain text file code, you can modify this code to suit your need (i.e. read a csv file)
    function getData(p_filename in varchar2,
    p_filepath in varchar2
    ) RETURN VARCHAR2 is
    input_file utl_file.file_type;
    --declare a buffer to read text data
    input_buffer varchar2(4000);
    begin
    --using the UTL_FILE in built package
    input_file := utl_file.fopen(p_filepath, p_filename, 'R');
    utl_file.get_line(input_file, input_buffer);
    --debug
    --dbms_output.put_line(input_buffer);
    utl_file.fclose(input_file);
    --return data
    return input_buffer;
    end;
    Hope this helps.

  • Can I use the redemption code for more than one machine for Photoshop Elements?

    I want to use the Photoshop Elements that I bought on more than one machine. Is that
    possible using the Redemption Code? It says it was used with another Adobe ID.
    Thanks

    Hi Stover,
    Typically you use the redemption code to retrieve your serial number for Elements products. The licensing for Elements allows the owner to install on two of their computers.
    See these for reference:
    Redemption Code Help
    How many computers can I install Photoshop Elements on?
    Hope that helps,
    - Dave

  • Investment mgt:Error while distributing budgets using IM52 transaction code

    I am getting an error message"Availability control can not be activated for hierarchial projects" when I distribute budgets using IM52  transaction code in Investment management.
    Can you please tell me why and how to solve it?
    Edited by: aravind  reddy on Aug 19, 2008 4:34 PM

    I am getting an error message"Availability control can not be activated for hierarchial projects" when I distribute budgets using IM52  transaction code in Investment management.
    Can you please tell me why and how to solve it?
    Edited by: aravind  reddy on Aug 19, 2008 4:34 PM

  • Posting using cross company code transaction must be blocked

    Hello Guys,
    I have a  problem related to cross company code transaction.
    In the OBA7 I have the document type KE that not allows posting using cross company code transactions. In the moment that I am creating a new document through the FB01, I have an error as "Consolidated companies US52 and ' ' are different
    Message no. F5080. As a results, the document cannot be created by this way. This is the correct process.
    But I have several documents that was used the doc type KE and the cross company code transaction was used. This is my issue. I don´t know why these documents were posted. The document come from another interface via IDOC and the IDOC not errored out.
    Can anyone help on this?
    Thanks
    Rafael B.

    Hello, I´ve checked the log and no changes since 2008.
    The document was created in 2010.
    This is the message: "No logs found for the selected period"
    More suggestions?
    Regards.
    Rafael

  • How find out which user is using which company code?

    Hi Gurus,
    I am having more than 500 users in Production System.I need to find out which user is using which company code?I can get the roles and users separately from two different SAP tables.
    Is it possible to get it from a single table or Tcode?
    Best Regards,
    Rahman

    Hi,
    Thanks for the update.Yes I tried with SUIM.But I was unable to find any clue.
    Regards,
    Rahman

  • Asset class SANA1100 cannot be used in company code SANA

    hi.every one ...........
    im facing a problem when creating asset classes system showing the following error ,Asset class SANA1100 cannot be used in company code SANAi checked the screen layout rules.number ranges and account determination every thing is ok im unable to solve this error could any one please help me.

    Hi,
    First set your COD with OAPL.
    Then go to AM05 and deselect / unlock your questioned asset class and then try to create asset now.
    Cheers,
    Srinu

  • Can I create a file using pl/sql code in application server ?

    Hi
    I wanted to create a file(any kind of file .txt .csv .exe etc..) using pl/sql code in application server?
    Please help me with an example...in this regard
    Regards
    Sa

    864334 wrote:
    I wanted to create a file(any kind of file .txt .csv .exe etc..) using pl/sql code in application server?And how is this "file" to be delivered?
    Files can be created by PL/SQL code and stored in the Oracle database as CLOBs. This a fairly easy and robust process. It runs entirely in the database. It conforms to transaction processing. The "file" (as a CLOB) resides in the database and can thus be secured via database security, is part of database backups and so on.
    The basic issue is how to deliver the contents of the CLOB to the user. If via FTP, then the database can directly FTP the contents of the CLOB to the FTP server as a file. If via HTTP, the database can deliver the CLOB as a HTTP download directly to the web browser.
    If the client is Java or .Net, then the CLOB contents can be delivered via SQL or DBMS_LOB or a custom PL/SQL interface.
    In such cases, there is no need to step outside the secure and flexible database environment and create a physical o/s file in the wild (outside the controls of database security, data integrity and transaction processing). This is thus recommended and is the preference.

  • I want to write ABAP Program in web dynpro Using se80 tra.code

    hi
    I want to write ABAP Program in web dynpro Using se80 tra.code and to Create URL for the same.
    Please let me know the steps to do.
    Thanks

    Hi Shiva,
    I understood ,  you want to create a Webdynpro Applicaiton and run it.
    this will help you
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cb243c45-0801-0010-eb9c-88669007f130
    Regards
    Abhimanyu

  • Error in Account Clear using the T Code F-03

    Dear Friends,
    The users are trying to clear the open items in one of the GL Accounts with multiple currencies, using the T Code F-03. However, while clearing the matching items, the system gives the error - "Exchange Rate Diff Accts are incomplete for account --- currency USD"
    Could you plesae advise and help where the error could be and how to resolve the same.
    Regards

    Check this thread
    [Re: Ex.rate diff.accts are incomplete for account 0000171202 currency AUD|Ex.rate diff.accts are incomplete for account 0000171202 currency AUD;
    thanks
    G. Lakshmipathi

Maybe you are looking for