Any selection input for posting date in Confirmation Report CN48n

Hi All,
Is there any way to select some date based on posting date in CN48n report, because if i have run by Plant / co.code it takes so long.
Plz advice.
Cheers,
Nies

Hi,
The only option I found out is "Data on Dates Definition -- Finish Date" in dynamic selections.
This including the Plant & Company Code selection will not exactly meet your requirement but of course can definitely reduce the search load on the system.
regards

Similar Messages

  • 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

  • Posting Date In Confirmation

    Dear All,
    If an approver approves a confirmation posted in previous month, then it is not possible for them to approve due to backend posting period validation.
    In our system, we have a custom setup in BBP_DOC_CHANGE_BADI to automatically populate current date as posting date in confirmation document.
    After BRF is implemented, approval step is not going through BBP_DOC_CHANGE_BADI, Thus Posting date is not updating to current date.
    Has anybody have any clue/tips on this, how can we achieve this? We are in SRM 702.
    Cheers
    Amit

    Hi Ivy,
    We are not using Automatic approval. Therefore, Expectation is to BBP_CONF_CHANGE trigger. But this is not triggering in case of Posting period is closed, But if Posting period not closed then it triggers. Assumption is, After BRF the call stake has been changed, like system checks the bakcend errors with GOODS MOVEMENT BAPI CHECK before the BADI call. so the  Error message popping up before BADi call which might be restricting the BADi call.
    Any other tips? Thanks!
    Cheers
    Amit

  • Is there any system variable for this date format 01/21/2004 18:00:32

    Hello,
    Is there any system variable for this date format 01/21/2004 18:00:32
    This is my Internal date format and my External date format is sy-datum.
    How can I validate....any suggestions will be apprecaited!
    Regards,
    Kittu

    Hello,
    Thank you very much for your response!
    My internal date format is 01/21/2004 18:00:32
    and external date format on selection-screen is sy-datum.
    My external format is stored in S_crtsp
    and internal format is stored in L_crtsp. (01/21/2004 18:00:32)
    I want to remove the time from the internal format and validate it aginst the external format.
    Any suggestions or brief explonation is appreciated...I apprecaite the help soo far...
    Regards,
    Kittu

  • No Oracle SSO support for POSTing data to protected resource [yet]

    Hi,
    I am using OHS infront of JBOSS and redirecting all requests from OHS to JBOSS after SSO Authentication.
    Everything works fine except that I get 500 error when I try to post data from HTML form.
    When i click on a button on a JSP page that submits page with the Form Post, the request goes to the OHS and is not getting forwarded.
    OHS log shows the following
    127.0.0.1 - - [11/Sep/2007:08:57:23 -0400] "POST /Sample/protected/standard.do HTTP/1.1" 500 788
    Proxy_error.log shows the followin error
    [Tue Sep 11 08:57:23 2007] [error] [client 127.0.0.1] [ecid: 1189515443:10.6.2.137:268:5568:74,0] \n[OSSO] E09: No Oracle SSO support for POSTing data to protected resource [yet].\n
    Any idea?
    Thanks
    Srikar.

    This error does no occur in our dev or test environments, only production. A workaround for us was to disable SSO by commenting the line to load it in the file $ORACLE_HOME/Apache/Apache/conf/httpd.conf. The line to comment out looks like: include "/u01/app/oracle/product/mid/Apache/Apache/conf/mod_osso.conf" where the /u01/app... above is the expansion of $ORACLE_HOME/Apache/Apache/conf/mod_osso.conf.
    We do not use SSO for our application, so this is not a problem. I next plan to try to figure out why this behaves like this, so I can keep all the server configurations consistent.
    HTH,
    Mark

  • MATERIAL DOCUMENTS FOR POSTING DATE TCODE ?

    HI ALL,
    CAN SOMEBODY GIVE ME THE MATERIAL
    DOCUMENTS FOR POSTING DATE TRANSACTION CODE.
    THANKS,
    KSR

    Hi all,
    For dispaly of Material Document we have Transaction Code : MB03,
    this with the Document No & Year,
    like wise for dispaly of Material Document for a date range i want to know the Tranasction Code.
    Thanks

  • Re: Problem providing download link for BLOB data in apex report

    Hi Don,
    Your solution below worked but in the download option i only see save but not open for PDf file in the blob. Please let me know if you have any suggestion to achieve it
    Thanks
    Jo
    Problem providing download link for BLOB data in apex report 
    591953 Nov 19, 2008 1:55 PM (in response to 660436)
    Currently Being Moderated
    Good morning,
    Here is how I have solved this problem.
    1. The select statement in the sql for the report should not include the BLOB column. I decided to select only 2 columns, the column that has the key and the column with the filename.
    2. On the first column ( the primary key ) I put in the format statement that was simply DOWNLOAD:TABLENAME:BLOB_COLUMN:PRIMARY_KEY
    This works. I believe that the Oracle error I was getting was because I was trying to apply this format statement to the actual BLOB column.
    So, it appears that you can use any of the columns in the report to hold the DOWNLOAD format statement since in the format statement, you are defining the BLOB table, BLOB column and the primary key into that column.
    Hope this helps,
    Don.

    Branched out from a years old thread.
    user3003326 Don't post to old threads, please.

  • Posting date in aging report-PLD

    Hi,
    I am trying to get posting date in my aging report-PLD but system is not showing any date in the field
    I have selected the database and posting date in the content and linked to doc no even then there are no results
    I am also trying to get docentry in PLD it doesn't display
    I need to relate to doc entry from OINV  instead of doc number for posting date as the doc num is repeated every year
    Thanks
    Md.nazeer Shaikh

    Hi,
    PLD is a simple tool.  Some of them are hard coded such as aging report-PLD.  You need crystal report or some other tools to reach your goal.
    Thanks,
    Gordon

  • Is there any transaction code for uploding logo in ALV reports.

    is there any transaction code for uploding logo in ALV reports.

    hi,
    call function 'REUSE_ALV_COMMENTARY_WRITE'
           exporting
                it_list_commentary = t_header.
                i_logo             = 'Z_LOGO'.
    endform.
    Upload Logo for REUSE_ALV_COMMENTARY_WRITE
    For those who wish to upload and use a picture in your ALV abap reports.
    Steps for uploading Logo :-:
    1. Goto the transaction OAER
    2. Enter the class name as 'PICTURES'
    3. Enter the class type as 'OT'
    4. Enter the object key as the name of the logo you wish to give
    5. Execute
    6. Then in the new screen select Standard doc. types in bottom window
    Click on the Screen icon
    Now, it will ask for the file path where you have to upload the logo
    7. Now you can use this logo in REUSE_ALV_COMMENTARY_WRITE
    or
    Import Logo and Background Picture for Reporting
    In this step, you can import a customer-specific logo and a background picture into the R/3 System. These will be displayed in the header area of reports in HR Funds and Position Management.
    From the SPRO:
    HR Funds and Position Management --> Dialog Control --> Customize Reporting Interface --> Import Logo and Background Picture for Reporting.
    Activities
    1. Enter the Name of your logo/background picture as an object key in the initial screen.
    2. Make sure that the class name is PICTURES, and the class type is OT.
    3. Choose Execute.
    4. Double-click the document type Picture on the Create tab page. A dialog box will appear in which you can enter the path in which the logo/background picture can be found.
    5. Enter the path and choose Open. The logo will be uploaded into the current R/3 System. If the logo/background picture is to be transported into other systems as well, choose Transport.
    6. Return to the initial screen and repeat the procedure after having entered the Name of your background picture as an object key.
    Please note that the logo/background picture can only be displayed in ALV-based reports with an HTML header. Manually programmed reports such as business distribution plans are not based on the ALV.
    If you have selected several initial objects, ALV-based reports in HR Funds and Position Management will automatically use a hiearchical-sequential display. A logo is not displayed here either. Note also that the logo cannot be printed (see print preview in program).
    Make sure that the logo does not exceed a height of 100 pixels because it would mean that the header of the report will be scrollable.

  • Idoc for Posting data to FB01 transaction

    Hi,
    In my Interface, i need to post data to a SAP FI system->FB01 transaction from XI. The scenario is nonSAP system->XI->SAP FI.So what are the possibilites to post data to SAP FI->FB01 transaction. Is there any Idocs for that or any other method.
    Please share your ideas..Ponts will be rewarded for good inputs...
    Thanks

    Hi,
    You need to get the file with the required format from the sender system and there shouldn't be any mapping in PI. Also please check the below link on how to get the file structure.
    Re: File for 'RFBIBL00'
    There is also a help for the RFBIBL00 program. Check this too.
    http://help.sap.com/saphelp_45b/helpdata/en/35/a47e63763e0392e10000009b38f9b7/content.htm
    The file should be placed in the ECC application folder and this program needs to be scheduled with that file path. If you are not able to get the file in the required format then you may need to go with the IDOC or BAPI solution.
    ~Vaas

  • UDF FOR POSTING DATE

    Hi all,
    i have a document of fileld(LFA1=LIFNR),IT SHOULD BE POSTED ACCORDING TO POSTING DATE (BKPF-BUDAT).i.e 22022008.
    how  to caheive this functionality.should we write UDF?
    regards,
    rao

    Hi rao,
    According to me you don't need any UDF.
    the field lifnr has 7 line items ,these 7 line items should go in onedocument
    For this you have to use concat function.
    posting date for this document is as per (BKPF-BUDAT).
    For this you have to use IfWithOutElse function. By using Equals (Text category) and constant function.
    Take care of CONTEXT. Put Context of all input parameters at upper node(same level).
    and before map to Target field use SplitByValue function.
    Regards,
    Rohit
    Reward points if useful.

  • How to change the posting date of confirmations?

    Hi,
    In my company CATA is scheduled as a background job and uses some ABAP logic to set the correct posting date for the confirmations that are transferred to the PS module. As a result of a wrong date entry in the table which is used in the ABAP logic, all the confirmations (8572) that should have had posting date in February got posting dates in March.
    As far as I can see some of the options are:
    - Use CN48N and cancel one and one confirmation
    - Manually add 8572 confirmations with the correct amount of time, employee number, periode, posting date etc.
    Due to the amount of confirmations this procedure will be very time consuming.
    My questions is what is the best procedure to correct the posting date for 8572 confirmations with wrong posting date?
    Regards,
    Petter Kvalvik

    hi
    write a LSMW or BDC to cancel the confirmation and correct it by another LSMW or BDC program for correct date.

  • FMS required for Posting Date + 4 week excluding weekends

    Hi,
    I have a UDFas U_FRDWDT in which I want that if the Sales Order posting date is 15/12/2010 then this udf should automatically update + 4 weeks EXCLUDING Fridays and Saturdays which is there in the 4 weeks hence the result should be e.g 27/01/2010 which is excluding Fridays and Saturdays.The requirement is as such that Friday and Saturday are holidays for the company and the client wants to have this field updated on + 4 weeks basis but it should not consider Friday and Saturday as its holiday.
    Also note in SAP base setup Holiday Master Weekend is set from Friday to Saturday. Will this help in any way of updating the field or through formated search.
    Kindly advise what best solution can be given
    Regards,
    Soni

    Hi Gordon,
    I used this formatted search and seeing some discripencies as if lets asume the Sales Order Posting Date is 15/12/2010 then 4 weeks should come in the udf means excluding friday and saturday and the date which is coming as per fms is 12/01/2011 but i guess the fms should show 25/01/2010 which is 4 weeks ( no of days 30 ) excluding friday and saturday. I think your fms is just brining 22 working days and then its showing 12/01/2010.
    I want the fms to consider friday and saturday as holiday and then give me 4 weeks.
    I hope i am clear to my requirement and able to make you understand.
    Regards,
    Soni

  • MB5B - Closing Value for Posting Date inconsistently reported.

    Greetings,
    I am executing transaction MB5B in ECC 6.0 for a single Posting Date in November of 2008.  The parameters include 3000 ROH materials (selected by MIN/MAX material number ranges)  in 30 plants within 3 different companies (selecting all by leaving these values blank).  The problem I am having is that I am getting a different total USD valuation each time I run the report.  If I run the report 3 times in 15 minutes I will get 3 different USD totals.  Difference is usually small (.006%).
    At times I will get exact matches.  Yesterday, 3 out of 5 runs were exactly the same result.
    Can anyone advise what might be causing this variability?  And how it might be corrected.  Either by using different selection parameters of another more reliable transaction code.
    Regards,
    Joe

    Hi,
    If you post in the previous period and the material price in the previous period differs from the current price, the system generates a stock posting and revaluation line with the same value but opposite signs.
    You can ran an inconsistency check report using SE16: MBEW
    Go through SAP Note 518368
    Bye,
    Muralidhara

  • Validation for posting date is less than 7 days of current date

    Hi
    I want to create a validation wherein  system will validate every entry that whether posting date is less than 7 days of current date. If it is than check in a set is that user id available if not than show error message.
    If someone have any idea on this logic pls share with me.
    Regd
    Shiv

    Hi,
    That's certainly possible via usual OB28 validation. Define your prerequisites for the posting date (you will have to do it via user-exit (bkpf-budat greater then sy-datum less 7 days) , and check whether the user is in the set.
    Regards,
    Eli

Maybe you are looking for

  • How to read a textfile in TestStand

    What's wrong in this Sequence file? I try to use the "Microsoft Scripting Runtime". I open a file to read from (c:\test.txt), and then I try to read the complete file (ReadAll), but it fails? I can read a line(ReadLine), and I can read a numbers of c

  • Acrobat 7.0.0 to 7.1.4 Upgrade Help

    Hello I need to update Acrobat on our build to 7.1.4 due to a security issue with it. I installed 7.0.0 and then downloaded the 7.1.4 update from the Adobe website but it will not install saying: "the upgrade patch cannot be installed by the windows

  • What is hashmap user for?

    What is a hashmap and what is it user for versus using an array or vector? Thanks.

  • Poor usability with music and photos in X6

    Hi! I would like to highlight few major usability issues with my X6, whichfor I'm not so happy user: Music: All music is stored in phone in one big bucket. This is not issue when you want to browse or play the music but this is issue when you would l

  • Menu Creation and Using the SELECT soft key

    Hi, I am trying to design a menu similar to the thumbnail menus available in most phone these days.what i want is a set of icons placed in a tabular format ie rows and colums. the joystick control can be used to navigate thru the icons and using the