Transaction CO46-possible to customize dates to show up?

Is it possible in transaction CO46 to have latest scheduled delivery date by each line item (tied to MD04) show in the report? All date fields in CO46 show as 00/00/00.  Can this be configured or is this not possible?  If it can be configured, how would this be done? Thank you in advance.

Yes. We input a range of sales orders and all have 00/00/00 dates. I do not see anywhere in the layout where we can make any changes. 
Thank you.

Similar Messages

  • ME57 transaction with possibility to show in ALV layout

    Hi experts,
    I need change the alv grid in  the transaction ME57. To this, I copied the program RM06BZ00 (scree, includes... )
    When I try execute the program with ALV layout the message ''Scope of list ALV not defined (please correct)" shows.
    To resolve this problem I change the parameter im_service in the ME_REP_GET_TABLE_MANAGER function (Way to function: program ZSAPFM06B / include ZFM06BF04 / Include ZFM06BF04_PRUEFEN_LSTUB)
    When I change this parameter on Debug (manual change) the ALV shows correctly, but when I change in program code the message remains.
    How the way to copy the Me57 transaction with possibility to show in ALV layout?
    Follows the code change:
        CALL FUNCTION 'ME_REP_GET_TABLE_MANAGER'
          EXPORTING
            im_service = 'RM06BZ00'
            im_scope   = l_scope
          IMPORTING
            ex_manager = gf_factory.
    Thank you!
    Edited by: Andréa Molina on Aug 4, 2011 5:12 PM
    Edited by: Rob Burbank on Aug 5, 2011 9:22 AM

    I solved my own problem...
    The change in im_service was right.
    The problem is that:
    The gf_factory back empty in some places and in standrad transaction back with values. The memory clean the gf_factory result.
    So... the only way to show ALV is fill the gf_factory in anywhere the gf_factory is check.
    The places are:
    1. sapfm06b - fm06bf04 - fm06bf04_pruefen_lstub
         Call in RM06BZ00 - perform pruefen_lstub(sapfm06b) using p_lstub.
    2. sapfm06b - fm06bfsl - fm06bfsl_ban_aufbauen
        Call in RM06BZ00 - ban_aufbauen(sapfm06b).
    3. sapfm06b - fm06bf01- fm06bf01_submit
       Call in RM06BZ00 - perform   perform submit(zgb_sapfm06b) using sucomm.
    If the gf_factory is filled in this places... The ALV will show!

  • Customize Data Cleansing

    Hi Everybody,
    today I've started to customize Data Cleansing in our CRM System to get rid of all the Duplicate Accounts we have. I have two main problems:
    1. I create a cleannsing case in Trasaction BP by marking two Business Partners and right-click to get the context menu and choose "create data cleansing case". The cleansing case is sucessfully created.
    Now I start Transaction BUPA_CLEAR and open this case. In a popup I'm asked for "No Referencing Objects Are Registered for the Current Case. Should Determination Now Take Place Online? (All Changes to the Last Processed Case Are Saved)" I choose yes. Now a divided window appears which shows me both partners. What I expect now from the transaction is to show me also the Business Transactions related to the Business Partner. I've checked in TA CRMD_BUS2000126 that there are Transaction for that partner, but they don't appear.
    What must I do in the customizing? The documentation at <a href="http://help.sap.com/saphelp_crm40/helpdata/en/35/16dc2c1f9911d6b1d200508b5d5211/frameset.htm">Data Cleansing</a> and in SPRO does not rearly help.
    2. When I leave BUPA_CLEAR after I've opened a cleansing case I get the info message "Customizing is missing (table TBZ5*)" two times. What could be the case for that?
    Regards
    Gregor

    HI Gregor.
    Did you eventually find the solution? I think I have the same problem and I think I did what was to be done in customizing.
    One thing about which I'm not sure are the tresholds.
    the F1 says:
    If the duplicate check is not called in dialog (e.g.BAPIs, Batch Input or direct input),
    no dataset is created if a duplicate is found with a higher percentage match than the specified threshold.
    but I don't see any difference if I put 99 instead 0.
    The main problem is that in fact I can compare nothing.
    There are no subtrees to expand.
    Could you please take a quick look at customizing I did for it and its results?
    I put some screenshots on my website: http://www.lucasdippel.vel.pl/
    Any comment would be appreciated.
    LUCAS

  • Can I post GL Transactions with past net due date?

    Hi to all,
    Good day!
    My concern is regarding uploading and posting of GL transactions to SAP.
    Is it possible to post a document (GL Transactions) if the net due date is in the past? I am trying to upload and post GL Transactions but the batch input log register says that there is "No batch input data for screen SAPLKACB 0002".
    Document Date: 04/12/06
    Posting Date: 04/12/06
    Translation Date: 04/12/06
    I run the upload program last 04/28/06.
    What could be the cause of the error?
    Your answer would be highly appreciated.
    Thank you very much.
    April

    Hi Dave,
    Thanks you for the reply I really appreciate it.
    I tried to run again the upload program this morning and it was successful. There are no more errors. I simply follow your advise to run it in foreground.
    Thanks so much..
    P.S.
    I can't see any radio button for assigning of points. I want to reward you for your help, how?
    Regards,
    April
    Message was edited by: April
    Message was edited by: April

  • Is it possible to import data into Captivate 5?

    Is it possible to import data back into a Captivate 5 lesson, that was  stored to a server or database from earlier in the Captivate 5 lesson?   We would like to redisplay data from one screen to another.  Some if it  is quiz results, some just responses to questions we ask the user and we  sould like to show it again for discussion on the next screen or in an  entirely separate lesson.  Thanks.

    You can easily store data in user variables that will persist for the duration of the user's browser session for a given Captivate lesson.  But if you want to have the same data persist over multiple browser sessions you need to write this data to cookies on the users PC or else write it to a database somewhere online and pull it back from there in later modules.
    The first option using variables is quite easy to do with Advanced Actions.
    The second option using an external database is much more difficult and would require ActionScript programming skills as well as database programming skills for the specific database technology you use and the scripting technologies used to write and retrieve data from it.  If you don't have these skillsets yourself, you're going to need to put together a project with a budget to hire the designers and developers required to pull it off.

  • Date Picker - show specific month of perticaular year

    Hi Experts,
    I am using sam.m.DatePicker control. By default date picker show current month-year when user open date picker. I want to show specific month of specific year when date picker is open.
    for eg: In my app, if student appearing for next year exam(say 2016) then when he click on date picker it should show April of 2016 instead of april of 2015. I don't want to set date by default. Student should select that date manually.
    Is it possible to show specific month and year for date picker when it open.
    Thanks in advanced.

    Hi,
    you can also give a default date of the first date of that month.
    Why you are not using that?
    var datePicker = new sap.m.DatePicker({
                                            valueFormat: "yyyy-MM-dd",
                                            displayFormat: "long",
                                                   value: "2014-03-26"
    Regards
    Dhananjay

  • Is it possible to delete data selectively from Business content cubes

    Dear Experts,
             Requesting you to help me out to know, is it possible to delete data selectively from Business content cubes.
    When I'm trying to delete selectively from Business content cubes, the background job gets cancelled with ST22 logs stating
    A RAISE statement in the program "SAPLRSDRD" raised the exception  condition "X_MESSAGE".                                                                               
    Since the exception was not intercepted by a superior program, processing was terminated.  
    and i tried  with few more Technical content cubes but the same thing happens.
    Pls let me know how to selectively delete data from Business content cubes if it's possible?.
    Thanks in advance for your favorable assistance.
    Regards,
    Ramesh-Kumar.

    Hi Ramesh,
    Follow below steps for selective deletion:
    1.     Transaction code: Use the Transaction code DELETE_FACTS.
    2.     Generate selective deletion program:
    A report program will be generated of the given name, here .
    3.     Selection screen:
    Take the deletion program u201CZDEL_EPBGu201D to the transaction code SE38 to see/execute the program.
    After executing it will take you to a selection screen:
    As we need to carry out deletion selective on Calendar week, we need to get the screen field for the field Calendar week. For this, click on the Calendar week field and press F1.
    Click on the technical information button (marked in red box above) you will get below screen:
         ABAP program to carry out the Calendar week calculation
    Problem scenario: As stated earlier the requirement is to delete the data from the cube based on the calendar week. Thus a code must be developed such that the number of weeks should be taken as input and corresponding calendar week should be determined. This calendar week should be then passed to the deletion program in order to carry out the data deletion from the InfoCube.
         Transaction code: Use T-code SE38 in order to create a program.
    Logic: Suppose we need to delete the data older than 100 weeks.
    a.     Get the number of weeks and system date in variables and calculate the total number of days :
    lv_week = 100.      *number of weeks      
    lv_dte = sy-datum.     *system date
    v_totaldays = lv_week * 7.      *total days
    b.     Get the corresponding calendar day from the total days. This is obtained by simply subtracting the total no. of days from the system date.
    lv_calday = lv_dte - v_totaldays. *corresponding calday.     
    c.     Now in order to get the calendar week corresponding to the calculated calendar day we must call a function module 'DATE_TO_PERIOD_CONVERT'. This function module takes input as Calendar day and Fiscal year variant and returns the appropriate fiscal period.
    Get the sales week time elements
      call function 'DATE_TO_PERIOD_CONVERT'
        exporting
          i_date                      = lv_calday
          i_periv                     = lc_sales
        importing
          e_buper                     = lv_period
          e_gjahr                     = lv_year
        exceptions
          input_false                 = 1
          t009_notfound               = 2
          t009b_notfound              = 3.
      if sy-subrc = 0.
        ls_time-calweek(4)      = lv_year.
        ls_time-calweek+4(2)    = lv_period.
      endif.
    v_week = ls_boots_time-calweek.
    Note: We can pass the fiscal year variant which can be obtained from the table T009B.For e.g. here fiscal year variant lc_sales = Z2. LS_TIME will be any table with suitable time units.
    d.     Now we have obtained the required calendar week in the v_week variable. This calendar week is the week till which we need to keep the data. And older data than this week will be deleted. This deletion will be done by the deletion program
    Submitting the Data deletion program for ZEPBGC01 and key field
    SUBMIT ZDEL_EPBG WITH C039 LT v_week.
              Here the calendar week value is submitted to the deletion program ZDEL_EPBG with the screen field of calendar week.
    Hope ... this will  help you..
    Thanks,
    Jitendra

  • Possible to customize #{bindings.Delete.enabled} checks at ADFBC level?

    11g ADF Faces w/ADFBC
    Is it possible to customize the checks for a Delete binding at the underlying EntityImpl or ViewRowImpl level?
    On my page I have a table within a panel collection. On the panel collection's toolbar I have a button tied to a Delete operation on the iterator that provides the table data.
    I want the Delete button to be disabled for certain rows based on various data checks. (In my case, checking to see if the DB row is referenced elsewhere in the DB.) Is there some EntityImpl or ViewRowImpl method I can override to perform this check?
    (I know I can override remove() to check and throw an exception, but this would occur after the user has pushed the button in the web page.)
    (I also know I can get the desired effect to work by creating a method on a backing bean to grab the selected row from the table and invoking my custom checking logic on it. However, I wondered if there was a better way to work with the ADFBC framework to accomplish this.)
    Thank you for reading my question.

    One way of doing it might be to create a transient attribute in your VO that returns true or false based on whether the row can be deleted.
    Then in your page have the disable property of the button based on the value of this transient attribute.

  • Set automatic billing reminders: is it possible to customize preferences?

    Is it possible to customize preferences for when you will receive billing reminders? I found that the default setting reminded me too far in advance, and then only after I was late on a payment. If I could customize when I would receive the email reminders, then I would switch back to online reminders only, instead of paper. I find a week notice is optimal for me, and then if I haven't paid two days before the bill is due, I would also want a reminder.

    Hi Keisei,
    Are you doing this transaction in ME21N?  You may want to post your question in the MM community.
    Regards, Mike

  • ICal dates now showing, but items are

    Recently, my iCal icon on my doc stopped showing any date on the white page. When I launch iCal, the calendar comes up with all my events, but no dates, no months, just a blank grid with my events.
    I synch my iCal with my iPod. Does this have anything to do with it? It cannot be anything I have done in iCal recently, b/c I have been using another paper calendar this year. And the last time, in January, that I went to it, it was functioning normally.
    Could this have to do with a recent security update? Or some other iTunes update?
    Any help provided will be greatly appreciated.
    mothermade

    mothermade,
    1. Quit iCal, and drag the com.apple.iCal.plist file which is located in your Macintosh HD/Users/yourusername/Library/Preferences Folder to the Desktop. Then log out/in or restart and check iCal for desired behavior.
    2. Quit iCal, and drag the com.apple.dock.plist file which is located in your Macintosh HD/Users/yourusername/Library/Preferences Folder to the Desktop. Then log out/in or restart and check the Dock for desired/default behavior.
    3. Experiment with changing your settings in System Preferences…International>Formats>Choose Customize...>Dates/Times>Show> and change each entry (Short/Medium/Long/Full) to match your desires/requrements.
    4. Check for duplicate fonts with Font Book.
    ;~)

  • GTM: No association for position 000010 possible (No Cumullative data)

    GTM: No association for position 000010 possible (No Cumullative data) 
    I receive in Global Trade Management in the transaction WB21 / WB22 the message:
    No association for position 000010 possible (No Cumullative data)
    What are the Cumullative data?
    What is the needed customizing?

    Hello,
    this forum deals with upgrade issues. Maybe you better post your question in a application related forum (e.g. Global Trade Service)
    Greetings
    Christian

  • Is that possible to transfer data from old apple id to new apple id becoz my old apple id is not working

    Is that possible to transfer data from old apple id to new apple id becoz my old apple id is not working.

    Merging of Apple ID accounts is not possible.

  • I have made a burn folder with photos exported from I-photo.  It now shows in information, that the date is created and modified is different from the original digitized date.  How can I get the original date to show in the info from Finder?

    I have made a burn folder with photos exported from I-photo.  It now shows in information, that the date  created and modified is different from the original digitized date.  How can I get the original date to show in the info from Finder?

    The Finder reports File information. The date and time of the photo are in the Photo's Exif metadata. The Finder has no awareness of this. All photos apps on any system do.
    Regards
    TD

  • Is it possible to customize the halftone screen/angle used by the HP Laserjet 5000/5100

    Hi
    When sending an image to print on our 5000s and 5100s I'd like for the printer to apply a halftone screen of 85 (frequency) and 45 (angle). However, the driver properties only has two settings - Standard and Enhanced.
    I took a look at the PPD and found the following:
    *%=== Halftone Information =================
    *ScreenFreq:  "106.0"
    *ScreenAngle: "45.0"
    *ResScreenFreq 300dpi/300 dpi:  "60.0"
    *ResScreenAngle 300dpi/300 dpi: "45.0"
    *ResScreenFreq 600dpi/600 dpi:  "106.0"
    *ResScreenAngle 600dpi/600 dpi: "45.0"
    *ResScreenFreq 1200dpi/1200 dpi:  "180.0"
    *ResScreenAngle 1200dpi/1200 dpi: "45.0"
    I had hoped that simply by changing the screen frequencies to "85.0" it would do the trick (since 85 does not appear to be outside of the printers' capability). However, it resulted in no changes to the prints. I know (or at least think) the changes were "seen" by the print driver because I changed some of the text that it uses in the property boxes of the print driver and those changes appeared (e.g. I changed "Standard" to "Standard 2" for one of the halftone descriptions).
    My question is... can I customize the frequency/angle used or are these values fixed regardless of changes made to the PPD?
    Thank you.
    Mark

    What was the answer to this excellent question, please?
    Mark
    Student
    Posts: 1
    Registered: 05-14-2009
    0
    Is it possible to customize the halftone screen/angle used by the HP Laserjet 5000/5100
    Options 
    05-14-2009 06:56 AM
    Hi
    When sending an image to print on our 5000s and 5100s I'd like for the printer to apply a halftone screen of 85 (frequency) and 45 (angle). However, the driver properties only has two settings - Standard and Enhanced.
    I took a look at the PPD and found the following:
    *%=== Halftone Information =================
    *ScreenFreq:  "106.0"
    *ScreenAngle: "45.0"
    *ResScreenFreq 300dpi/300 dpi:  "60.0"
    *ResScreenAngle 300dpi/300 dpi: "45.0"
    *ResScreenFreq 600dpi/600 dpi:  "106.0"
    *ResScreenAngle 600dpi/600 dpi: "45.0"
    *ResScreenFreq 1200dpi/1200 dpi:  "180.0"
    *ResScreenAngle 1200dpi/1200 dpi: "45.0"
    I had hoped that simply by changing the screen frequencies to "85.0" it would do the trick (since 85 does not appear to be outside of the printers' capability). However, it resulted in no changes to the prints. I know (or at least think) the changes were "seen" by the print driver because I changed some of the text that it uses in the property boxes of the print driver and those changes appeared (e.g. I changed "Standard" to "Standard 2" for one of the halftone descriptions).
    My question is... can I customize the frequency/angle used or are these values fixed regardless of changes made to the PPD?
    Thank you.

  • Synching customization data

    In our HR landscape, the functional team wants to synchronize the customization data down from Production to QAT to DEV.
    I saw message type CONDA2 - is that appropriate to transfer this data?
    Also, I ran into an article about using Solution Manager (http://en.sap.info/synchronous-application-landscapes/3146) - specifically the Customizing Cross-System Viewer, to synchronize this data.
    anyone have experience with either of these methods or recommend a different way?
    thanks,
    robert.

    seems like conda2 only works from the originating environment. aggregates those transports & moves them

Maybe you are looking for

  • Tree in Apex

    Hi, Can I change for ever when a page is load the tree in this page "auto expand"? Or the item can be highlighted? Thanks.

  • How do I increase the volume?

    When i hear the song through headphones on Garage Band it is loud. But when i export to ITunes and burn to a CD the volume is down too low. How can I increase it?

  • Web Analysis Access- Cant create Data Connection.........

    hi there.....I just installed hyperion reporting and analyis on my laptop. When I opend the Webanalysis all the options i.e File>new,open,save etc.. are greyed out for me.......... Is there any clue that I can create Data connection and so on.......A

  • Adjust start time of included video

    Hi guys....pretty straight ahead question. How do you adjust the start point of a video dropped into a Motion Template? eg. I have 5 videos in pace and want to start one of them 30 seconds in as opposed to starting from the beginning

  • Calendar icon disappeared iphone 5

    My calendar icon disappeared.  How can I get it back?