How to default current date in MIGO while creating a return delivery

HI,
While creating the return delivery using 122 mov type, system is defaulting the document date of the original doc which is being referred as the document date of the return delivery document.
How we can make the system to populate current date as document date automatically, even though we are referring a material doc to create the return delivery. Pl suggest.
Regards,
Robin

HI,
My question is,
How we can make the system to populate current date as document date automatically, even though we are referring a material doc to create the return delivery. Pl suggest.
Regards,
Robin

Similar Messages

  • How to DEFAULT CURRENT DATE in the filed of a Z_screen of Z_Module pool prg

    Hi Experts,
    In my module prog.,  input/output field defined, which is for DATE in screen_1000.
    So, this DATE shuld always defalted with CURRENT DATE in screen displplay(not necessorily Grey).
    So, while defining this P_DATE in top include, like,
    P_DATE type sy-datum value sy-datum---> syntax error
    so, tried like,
    constant_sy_datum = sy-datum
    P_DATE type sy-datum value constant_sy_datum---> syntax error
    no use,
    So, in PBO , I hv wrote like, p_DATE = sy-datum.
    but, its not working, so, How to do it, request for piece of code.

    Hi,
    For module pool declare p_date as data in TOP i.e.
    data: p_date TYPE sy-datum
    Then in PBO , we move sy-datum to the g_date i.e.
    *&      Module  init  OUTPUT
    *       text
    *********************** Initialization part.***************************
    MODULE init OUTPUT.
      MOVE sy-datum TO g_date.
    ENDMODULE.                 " init  OUTPUT
    This will solve your problem.
    plz reward if useful.
    thanks,
    dhanashri.

  • How to show current date in a column of dimension table in ssas

    Hi,
    I have 2 dimension tables (ALLWORK and YOURWORK) and 1 measure table (STATS). In ALLWORK dim table, I have 4 columns, one of them is END_DATE. Based on END_DATE and current date I want to create a named calculation field. To achieve this, I
    want to show the current date in 5th column (of ALLWORK dim table) as calculated member (as named calculation wont show me correct date).
    Problem is, I am not able to create the column in the dimension table. While creating the calculated member, I am not able to select the ALLWORK dimension table, it always selects MEASURE by default. Please help.
    thanks
    Tarique
    thanks and regards Tarique Aslam

    Hi Tarique,
    According to your description, you want to add a column to your dimension to show the current date, right?
    In data source view, we can add named calculation to your table. A named calculation is a SQL expression represented as a calculated column. This expression appears and behaves as a column in the table. A named calculation lets you extend the relational
    schema of existing tables or views in a data source view without modifying the tables or views in the underlying data source.
    Reference
    http://msdn.microsoft.com/en-in/library/ms174859.aspx
    http://devmau5.wordpress.com/2010/03/25/the-getdate-of-mdx/
    If I have anything misunderstand, please point it out.
    Regards,
    Charlie Liao
    TechNet Community Support

  • How to view current  date and time on SAP screen

    Hi Everybody,
    How to view current  date and time on SAP screen .I have set time zone in T-code STZAC.now iam getting correct date n time in my tranctions but i want to check without any tractions
    Plz repay,Regards,
    Sadik.

    Hi,
    You can check the time by running a report .
    It will show the database and central instance time : Report name :rsdbtime
    Thanks and Regards
    Vijay kumar G
    Edited by: vijay kumar gopal on Mar 4, 2008 1:09 PM

  • How to display current date in query header?

    Hi,
    How to display current date in query header?
    I use Query Designer for development.
    Thanks,
    Arun KK

    Hi Arun,
    You can define fixed header lines and footer lines so that when you generate the query list, they can receive current values of certain fields. When you define a header line or a footer line, you must specify a character string of the type &field, where field is the short name of a field.
    This function allows you (for example) to place a sort criterion in the header line.
    You can include the following fields as variables in the headers directly:
    %NAME
    Name of the user processing the query
    %DATE
    Current date
    %TIME
    Current time
    %PAGE
    Current page number (6 characters)
    %P
    Current page number (3 characters)
    These fields can be used in the short forms N,D,T and P. If you want to use these letters as short names for query fields, the field values from the query are used.
    You can also see the link
    [http://help.sap.com/saphelp_nw70/helpdata/EN/6e/dd68721faf11d6b1d500508b6b8b11/frameset.htm]
    Regards,
    NR

  • How to get current date for posting date

    hi,
    how to get current date for posting date ? any sample code ?
    Thanks

    Hi......
    Use
    Select getdate()
    for current date.......
    Regards,
    Rahul

  • How to default "release date" as today in ME59N

    Hi Experts,
    Could you please advise how to default "release date" as today in ME59N ?

    Hi,
    Transaction code ME59N used for Automatic creation of Purchase orders from requistions
    This selection screen input set default value as Release date only possible by saved as Variant (Shift +F5) -
    Input the selection screen fields
    ex, Purchasing group, purchasing organisation, vendor , Plant,material, release date etc and then saved this selection screen as TEST variant,
    Next, time when you run this t.code ME59N choose this variant and then convert as PO.
    There is no other possible to set default as release date in selection screen input via ME59N
    Kind Regards,
    Thiru

  • How to add more than one datafile while creating tablespace

    how to add more than one datafile while creating tablespace. I know by using alter command i can add datafile but i want while creating tablespace

    Hi Dadivela,
    how to add more than one datafile while creating tablespace.Here is the syntax:
    !http://www.dba-oracle.com/images/create_tablespace.jpg!
    I do it like this:
    create tablespace myts
    datafile
    *'/u01/app/oracle/db1.dbf' size 100m,*
    *'/u02/app/oracle/db2.dbf' size 200m;*
    Here are my complete notes:
    http://www.dba-oracle.com/t_tablespace_create_alter.htm
    Hope this answers your question . . .
    Donald K. Burleosn
    Oracle Press author

  • Suppress an error message while creating a return PO ( ZRO type) (ME21n)

    Hello All,
    I have to write a code in order to suppress the below message while creating a return purchase order (of type ZRO) , transaction ME21n  after entering the purchase organization, purchase group, the vendor & the material no :-
    "You have no authorization to create without reference to another document".
    For users with the below values of parameter ID & parameter value :-
    parameter ID = EFB & parameter value = 02 in transaction 'SU3' , under "parameters" tab, this message is getting triggered.
    My requirement is to suppress this message.
    Please suggest an exit name or a BADI name wherein I can implement the code for this requirement.
    Regards,
    Rachana.

    You can remove parameter ID EFB
    and for Order type other then ZRO you can put check of doc. reference.

  • Error message while creating an inbound delivery to generate an idoc

    hi,
    i am getting the following error message while creating an inbound delivery(vl31n) where the message has to be sent ot decentralized warehouse mangament using idoc .
    ." No recipient could be determined for object BUS2015 method SAVEREPLICA"
    Procedure for System Administration
    The system attempts to determine a recipient for object BUS2015 method SAVEREPLICA using the filter object types WHSE_NO. The system cannot determine a recipient. Define a filter object type WHSE_NO with a valid filter value for recipient determination for object BUS2015 method SAVEREPLICA.
    need help
    regards
    leo

    Inbound delivery is not part of Sales and Distribution. You might want to move your post to either the Logistics Materials Management (MM) forum or the Workflow forum.
    Also sometimes search for OSS notes by the message class and number helps.

  • Error while doing the return delivery

    Hi Experts,
    I had created an PO with describe requirement for 50 quantity and did partial confirmation of 30 quantity.
    While doing the return delivery for 10 quantity system is throwing error
    Line 1: No goods receipt possible for purchase order 4200051444 00001
    When tried doing the same process in ECC, the return delivery is posted without error.
    We were able to do the return delivery earlier. Can anybody throw light on, for the possible reason for this error.
    Your early response is appreciated.
    Regards,
    ASGMDM

    HI,
    This is due to anyone of the following :
    01. No further confirmation expected button is checked while doing confirmation for quantity 30. Please check the same in PO, if it is checked please uncheck the same so that you can do further confirmations.
    02.Please check the confirmation status of 30 quanityt which you posted earlier. It should be having Posted in Backend. If it is not, then you cannot create return delivery for the same. Also please note that Back end GR document number for 30 quantity should be updated in the table BBP_PDBEH under the field BE_OBJECT_ID.
    Thanks
    Rajesh K

  • How to set Current Date as default date in the form?

    Hi ,
    I have a date field and in the form I need it to be 'Current Date' as defualt.
    How do I get it in Portal??
    Thanx
    swati

    In the "Default Value Type" you choose "SQL query returns date" and in Default Value you write "select sysdate from dual".

  • How to put current date in File name while saving PDF file.

    Hi expert,
    A report is scheduled for broadcasting  in PDF format . User wants it should have current date in its file name.
    Now system generated file name is Z_XXX_YYY_0000.pdf , but it should have Z_XXX_YYY_10012012.pdf or in any date format.
    Regards,
    Anand Mehrotra.

    First, how to best change the name of the folder. In Library view, there is a Folders panel within the lest hand side panel. If you select the folder and bring up the context menu, you can select the rename option to change the name/date of the folder. Lightroom will also cause the name to be changed on the HDD so both Lightroom as well as the OS will know about the change. This is the simplest way to handle folder name changes.
    Renaming the photos contained within the folder is a bit trickier. I have tried the Lightroom batch rename function, which should work by the way, I encountered some issues in which Lightroom wanted to substitute a sequence number, starting at 0001 rather than use the starting number I wanted to use. This was in Lightroom 4.x and I ended up having to manually rename files. To rename the files within the folder, select the folder to display the grid view of the images within that folder. Next, select all of the photos you want to rename and then select Library/Rename Photos (must be in Library mode) or just press the F2 key. This will open a Rename Photo dialog. Use the drop down box to select your naming scheme (or custom, which will open the Filename Template Editor where you can build your own template. From there, just click to confirm your choices and you should be able to rename your files.
    As I said above, I did have trouble with this in V4.x so I suggest only selecting one of the photos and testing it out. If it works, you can select the rest and complete your task. If it doesn't, then you can fix that, try again to get it to work or just manually rename your photos which is what I ended up doing.

  • How to Get Current Date from MS Access in a Select Statement

    From a java method, I want to use JDBC to get the current date from MS Access. In Oracle I would do "select sysdate from dual", but I can't figure out how to do it in MS Access. Here are some of my attempts. I have a table in my Access db called PARM.
    //        String sql = "SELECT '0', NOW() FROM PARM";
    //rs.next() is false
    //        String sql = "SELECT NOW() AS CURR_DT FROM PARM";
    //rs.next() is false
    //        String sql = "SELECT DATE() AS CURR_DT FROM PARM";
    //rs.next() is false
    //        String sql = "SELECT NOW()"; 
    //StringIndexOutOfBoundsException: String index out of range: -1
    //        String sql = "select { fn now() } from parm";
            String sql = "SELECT Date()";
    //java.lang.StringIndexOutOfBoundsException: String index out of range: -1
            ResultSet rs = stmt.executeQuery(sql);
            if (rs.next()) {
                return rs.getString(1);
            } else {
                   return null;
              }

    Why are you getting it as a String? You should be getting it as a timestamp.
    Although getString works for me too. There is something else wrong that you haven't shown.
    Here is some shoddy, but simple, test code that demonstrates it working.
    import java.sql.*;
    public class Test{
      public static void main(String args[])throws Exception{
        Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
        Connection c = DriverManager.getConnection("jdbc:odbc:stats");
        Statement s = c.createStatement();
        ResultSet rs = s.executeQuery("SELECT NOW()");
        while(rs.next()){
          System.out.println(rs.getTimestamp(1));     
        rs.close();
        s.close();
        c.close();
    }

  • Default current date in the variable

    Hi Friends,
                     I have developed an Ageing Query. Now the requirement is, as soon as the query is executed, by default the variable should have the current date. I have the restricted Keyfigures as 0-10, 11-25 etc in the Column. Can someone tell me, how to go about it.

    If u want to populate it through variable then-
    Create a formula variable
    In processing by give customer exit.
    Then goto T.code CMOD
    Create a project and assign the component RSR00001 to the project(Do not repeat if already done).
    Open components.
    Goto include of exit.
    Writ the code in include.
    Sample code
    CASE i_vnam.
      WHEN 'DEF_DATE'.
        IF i_step = 1.
          l_s_range-sign = 'I'.
          l_s_range-opt  = 'EQ'.
          l_s_range-low  = sy-datum.
          APPEND l_s_range TO e_t_range.
       End if
    ENDCASE.
    Then use this variable in the report.
    Assign points if usefull.
    regards,
    Rajendra

Maybe you are looking for

  • ADF application to access WLS data source .

    Hi, I have developed an ADF application in Jdeveloper 10.3.3 and deployed on Weblogic server. Now I want my application to access the data from data source created in WLS. I have created a data source (ds_demo) using the WebLoigc server option Servic

  • ABAP/4 processor: UNCAUGHT_EXCEPTION - Activation job cancelled short dump

    Hi All, I loaded data to the new table of ODS successfully. But the data is not available for reporting. When i try to activate the request,it shows no error bt neither does data *** to active table .I checkd in sm37 for logs, it shows ABAP/4 process

  • Problem in Number range tranfer-OBH2

    Dear Gurus, I have  a problem in number Range of OBH2- tanfer i given company code and number range and specified the fiscal year and target year. But system showing  List contains no data. Help me where i can check, anything i missed. Regards sreeni

  • Videodrivers in Boot Camp, AoC problem

    I'm currently playing Age of Conan (AoC) on my iMac. I'm running on a 100 GB Partition with WinXP SP3. I have the latest version of Bootcamp installed. Unfortunately, when I start AoC, it tells me my video drivers are not up-to-date and that AoC is p

  • Illustrator CS3 (13.0.2) locks system Leopard (10.5.2)

    Currently having issues when closing and/or rearrange palettes. System locks, can't force quit, keyboard commands aren't recognized, but mouse pointer can me move around screen. Only solution, so far, is to hold the power button and reboot MacBook Pr