How to change the interval real substance for DG-Filling

Hi,
Im performing the filling process, to fill the dangerous goods master with data records from specification management. It seems that most data is transferred successfully. Although I receive the following error message in the import log.
1. What does the interval means?
2. What does the interval influence?
3. How to change the interval in the following configuration object:
EHS > Dangerous Goods Management > Interfaces: Filling and Distribution > Filling > Specify Assignment Objects for Filling
4. How can I find out about which field it is about?
5. Is this really required to change?
Error message
No data records available in interval real substance  through
Message no. DGA402
Diagnosis
You attempted to fill the dangerous goods master with data records from specification management. However, no data records exist in the interval real substance  through real substance .
System Response
The dangerous goods master is not filled with data records.
Procedure
If required, change the interval limits.
Thanks,
Roy Derks

Hi,
pl. try with table TDG79, the fields as sources in specification management can be assigned to the fields as targets in the dangerous goods master. The default Customizing settings in the standard system within the scope of making filling more flexible guarantee that the filling process functions in the same way as in earlier version.
in this table, options available for user exits in the table TDG79. for example, fill interval values or units that deviate from the standard units.
Activities
Edit the IMG activity Specify Assignment Objects for Filling in Customizing for Dangerous Goods Management.
If u find complete solution, pl update the thread.
with regards,
mahesh.

Similar Messages

  • How to change the default Real-Time Collaboration page?

    Who can tell me how to change the default Real-Time Collaboration page?
    If I want to add my corporation logo in the top of the default page.How to do?
    Thanks!

    Thanks for your help.
    "Click the Sites tab to display all sites and their IDs for your system." But I clicked the sites tab ,it showed "http://hostname:7777/imtapp/app/home.uix". I could not find the siteID parameter from it. Why?
    How to get it from command?

  • How to change the Content-Transfer-Encoding for the fmddataa.fmd from base

    Dear all,
       When I using this SO_DOCUMENT_REPOSITORY_MANAGERto send email,I find the fmddata.fmd  file have been changed  to binary file attachment. I don't hope so.any one have good idea to avoid this case occur?
      Can you tell me how to change the Content-Transfer-Encoding for the fmddata.fmd from base64 to quoted-printable.  The quoted-printable is the Content-Transfer-Encoding for text file with extension .txt
    Best Regards,
    Merry

    Thank you

  • How to change the UWL refresh rate for all portal users.

    Hi Portal Experts,
    How to change the UWL refresh rate for all portal users?
    Users can individually change the refresh rate through "Personalise View" in UWL.But we want this to set it for all users(we have 10k portal users).
    It was defaultically set to 5 mins for all users.How to change this to 20 mins.
    Thanks
    Sony.

    1.      Launch the UWL iView configuration page.
    You can access the iView from the UWL administration pages (System Administration ® System Configuration). Navigate to the property editor as follows:
          From the Universal Worklist Systems, choose the system for which you want to edit the properties.
        Choose Edit.
    may be you can get clear help from below help file
    http://help.sap.com/saphelp_nw04s/helpdata/en/eb/101fa0a53244deb955f6f91929e400/frameset.htm
    regards
    nagaraju

  • How to change the contact sync settings for icloud? please advise

    how to change the contact sync settings for icloud? please advise?

    There are no settings to change. Assuming you are using Lion 10.7.2 (or 10.7.3) - which you should be - you simply sign in in System Preferences>iCloud and check 'Contacts' and any other data you want to sync.
    If you are using an earlier system you will not be able to sync your contacts, and there is no workaround. However you can sync them with Google or Yahoo contacts, though I don't know how well this works.

  • How to change the default admin password for IAS/UDDI

    Using "OracleAS UDDI Registry" 10g Release 2 (10.1.2)
    http://docs.oracle.com/cd/B15904_01/web.1012/b14027/regwsuddi.htm
    How to change the default password
    ias_admin/ias_admin123
    http://xxx.xx.xxx.xx/uddi/publishing

    Hello NJ,
    I tried your solution and its a very good workaround for the workbooks stored in the Database, but when i open workbooks from file system then Discoverer defaults the export path to the Directory from where we have opened the workbook.
    My clients are having most of their workbooks stored in File system & stored at different locations. So i wonder if there is just one common solution if possible?
    Thanks

  • How to change the interval of a submitted Runnable in a ThreadPoolExecutor

    hi,
    I use a ScheduledThreadPoolExecutor to run Runnables with various intervals.
    I'm able to submit Runnables with an interval in minutes like this.
    scheduler.scheduleWithFixedDelay(task, initDelay, inter, MINUTES);
    But later I want to change the interval a runnable should be executed.
    I just want to change the inter alone in the above submission without modifying anything else.
    How to do it.
    Thanks.

    itsraja wrote:
    Does this mean the submitting of another Runnable with the new interval.no
    Also how to do nothing when the inter value is reached, set previously.Call return in you run() method.
    e.g. Here is a wrapper.
    public class IntervalRunnable implements Runnable {
    private int interval;
    private int skipCount = 0;
    private final Runnable runner;
    public IntervalRunnable(int initalInterval, Runnable runner) {
      this.interval = initialInterval;
      this.runner = runner;
    public void setInterval(int interval) {
      this.interval = interval;
    public void run() {
       if (skipCount++ < interval) return;
       skipCount = 0;
       runner.run();
    }

  • How to change the look and feel for Heading of quick launch menu in project server 2010

    Hi
    can someone tell me how to change the look and feel of Header names in quick launch.
    I want the header to be displayed in Bold with Underline to it.
    could this be possible for just header in quick launch in project server 2010. 

    Hi Rohan
    It does not work this way. You have to use a content editor webpart.
    See references below that might help you starting with this customisation:
    Http://go4answers.webhost4life.com/Example/sharepoint-2010-quick-launch-look-feel-78379.aspx
    Http://m.sharepointpromag.com/sharepoint/four-ways-add-or-remove-quick-launch-menu-control
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • How to change the background color only for one HTML-Portlet?

    Hi all,
    I have created a HTML-Portlet in my root-page. The root page have a style: Main-Style.
    I want to change the background-color only for this one HTML-Portlet:
    <html>
    <header><title>Test</title></header>
    <body bgcolor="#999999">
    Test
    </body>
    </html>
    But this does not work...
    When I use the CSS, then it will change the background-color for the root-page too.
    Thans
    Leonid Pavlov

    could you try this
    <table bgcolor="#999999">
    <tr>
    <td>
    test
    </td>
    </tr>
    </table>
    I don't think you need <html><header><title>Test</title></header>
    <body></body></html> for your HTML-Portlet.

  • How to Change the default Search value for Field Role?

    HI,
    I went through numerous threads on how to default the search value , but does not help for my issue. Hence im posting this new thread. Please provide your suggestions on how to achieve this.
    For the Ship-to party field (in item detail )  on webui when i do a F4 help i get the pop up with various search criteria and  for the field Role the default value is "Ship-to party".  which is visible. we need to change this default value to Prospect which is available in drop down.
    The attribute is STRUCT.ROLE  and view BP_HEAD_SEARCH/SearchHelp . The method GET_DQUERY_VALUEHELPS  from the context node class is called to fill the value help for this attribute, but i dont understand how the ship-to party is filled as default. There is no code in this method to default the value.
    The generic GET_V_S_STRUCT method also does not default the Ship-to party on this field.
    I want to understand how this Ship-to party is filled by default and how can i change this to prospect..
    Many Thanks,
    Shaik

    We had a same requirement of defaulting Sales org and division in search criteria for a specific value.
    this can be doen by redefining "DO_PREPARE_OUTPUT" method in IMPL class for the respective view.
    See the code:
    METHOD do_prepare_output.
    *CALL METHOD SUPER->DO_PREPARE_OUTPUT
    **  EXPORTING
    **    iv_first_time = ABAP_FALSE
      DATA:
        lr_qs TYPE REF TO cl_crm_bol_dquery_service.
    * Get current query object
      lr_qs ?= me->typed_context->search->collection_wrapper->get_current( ).
      IF iv_first_time = abap_true.
        lr_qs->clear_selection_param_values( ).
        lr_qs->delete_empty_selection_params( ).
    *   if l_sales_orgs is initial.
        CALL METHOD lr_qs->insert_selection_param
          EXPORTING
            iv_index     = '1'
            iv_attr_name = 'SALES_ORG'
            iv_sign      = ' '
            iv_option    = 'EQ'
            iv_low       = 'O 50000514'.
    *   endif.
    *   if l_dist_chan is initial.
        CALL METHOD lr_qs->insert_selection_param
          EXPORTING
            iv_index     = '2'
            iv_attr_name = 'DISTR_CHAN'
            iv_sign      = ' '
            iv_option    = 'EQ'
            iv_low       = '01'.
    * endif.
    Hope this will help..
    THanks & Regards,
    Amit

  • How to change the stsndard selection text for a LDB..

    Hi All,
        I am using a LDB selection screen. I want to change the selection text of the standard selecetion field.
    For ex, for LDB- PNP, i want to change the 'Personnel number' text to 'Employee ID'...
    Please let me know how to do this.
    Regards
    Nanda

    Hi Nanda,
    Here is the code which is exactly suitable for this req.
    TABLES: pernr.
    data: i_tab type standard table of RSSELTEXTS with header line.
    initialization.
    i_tab-name = 'PNPPERNR'.
    i_tab-kind = 'S'.
    i_tab-text = 'Employee ID'.
    append i_tab.
    CALL FUNCTION 'SELECTION_TEXTS_MODIFY'
      EXPORTING
        program                           = 'ZESO_TEST'
      tables
        seltexts                          = i_tab
    EXCEPTIONS
      PROGRAM_NOT_FOUND                 = 1
      PROGRAM_CANNOT_BE_GENERATED       = 2
      OTHERS                            = 3
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Thanks
    Eswar

  • How to correct the birth date in Apple account? How to change the numerals to English for UAE location?

    I purchased iPhone 5S and opened new Apple account with preffered language English and location UAE. I was directed to enter my birth date with only Arabic language option. There was no way to change the language or skip the step. I had to enter an arbitrary birth date to go to the next step. How to correct the birth date now and change the numerals to English?

    Solution!!
    I was finally able to get the installer build to work, even though it takes about ten minutes!!  The network and CPU activity is minimal, so I don't know what LV is waiting on during all this time?
    For this installation it appears to be related to the directory structure created by the Volume License Manager 2.1 software.  There are two sets of users at my company, LabVIEW Professional and Developer Suite, which have different license numbers and installers.  The errors were related to source files located in the Products folder of the network distribution.  My installation expected the Products folder to be in a different location that it was actually placed by the VLM software.  I copied the entire Products folder from _SourceFiles up to the LabVIEW 8.5.1 folder and now it works, although very slowly.
    LabVIEW 8.5.1
    -->_SourceFiles
        -->Bin
        -->Device Drivers
        -->Licenses
        -->Products   (original location)
        -->Signal Express
    -->Dev Suite
    -->LV Pro
    -->Products    (manual copy)
    I hope this information may be of use to NI or other users.
    Message Edited by jrjones on 08-12-2008 03:21 PM
    Message Edited by jrjones on 08-12-2008 03:23 PM

  • How to change the email I choose for sending me safety information?

    Hej,
    yesterday I bought my brand new iPad mini and when I tried to buy an App from App Store it ask me to reply to safety question. Unfortunately I made some mistake on it because even if I wrote the right questions system told me that datas are incorrect. So I tried to send safety answer to the answer I choose for retrive this information, but this address is no longer valid.
    So, how can I change this address? Do I need to contact Apple via Phone? On appleid I weren't able to find any option to change it.
    Thanks in advance
    Fabio

    Hi and Welcome to the Community!
    Indeed, you cannot set that. Rather, BIS chooses the "best" protocol based on what it "finds" on the server to which you direct it. So, if your server is only serving out POP, then that's what BIS chooses. I thought that BIS would choose IMAP if the same server offered both, but I am not positive about that. Typically, if you want fine control, you must either have different servers to direct BIS towards (one for POP, a different for IMAP) or have the server be able to control specifically what it puts out (e.g., as in GMail, where the end user controls if the server provides POP, IMAP, or both).
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to change the number apple has for me

    I'm stuck :-(
    I'm overseas.
    I was in the Netherlands and now I am in Austria - I have an Austrian sim in my phone - yes I can receive texts on it.
    I'm upgrading to iOS8
    In iCloud it wants me to enter my pin and then the code sent to my phone.
    It says it is sending it to my Dutch Number but I need to change this to my Austrian number to receive the SMS.
    I have followed the links "don't have access to this phone?"
    - but they won't let me enter anything other than a US phone number - and in fact I cannot see my Dutch number in there anywhere either ?!
    I cannot for the life of me remember how I entered the Dutch one or maybe I could change it to the Austrian one now!
    - more to the point - how will I change this back to my US number when I return?
    HELP !

    update - maybe helpful....
    I'm told to:
    Go to My Apple ID.
    Select Manage your Apple ID and sign in.
    Select Password and Security.
    In the Trusted Devices section, select Manage.
    To add a number, select Add an SMS-capable phone number.
    To remove a number, select Remove next to the verified phone number associated with your Apple ID.
    It's all good down to step 3 but in there I do not see a "Trusted Devices" section - it only talks about 2 step verification, security questions and my birthday.

  • How to change the comma and dot for Pricing

    Dear All,
    As per the requirement, we need to change the Comma as dot and dot as comma for all the condition type values.
    Please let me know where we have to do this setting.
    Also explain, what is the impact on FI after this change.
    Regards,
    Mullairaja

    Hello,
    I hope you are talking about decimal notation in User defaults. You may choose the options in transaction SU3->Defaults->Decimal Notation.
    This is user-specific settings and there will not be any impact on applications.
    Thanks,
    Venu

Maybe you are looking for

  • Imac no longer recognizes external hard drive

    my iMac no longer recognizes my external hard drive. An icon used to be on my desktop, at times it would disappear and come back, but it has remained elusive for the past couple of months and is NOWHERE to be found. It doesn't even show up in the Dis

  • ITunes won't open due to conflict with QuickTime

    I get the following error message when I try to open iTunes: QuickTime 7.0d0 is installed. iTunes requires 7.03 or later. Please reinstall iTunes. I've reinstalled iTunes, that didn't solve the problem. I uninstalled both QT and iTunes, then download

  • Is there a better application than ipage?

    I have two computers. Mac Book Pro OS X 10.using Appleworks draw and word processing for my lab work. I also have a new imac OS X 10.9.5 using pages. Pages is not suited. I can not update my Mac Book Pro, and risk losing Appleworks. Its excellent. I

  • Exporting from Numbers to Excel - New User needs help!

    Hoping someone here can help me out, as I have searched the discussions and still haven't found what I'm looking for. I'm a new Numbers 09 user, and I love it. My experiences with Excel have been nothing short of frustrating, but with Numbers I feel

  • HT5622 Problem with language!

    My apple store account all the time changes it's language from english to spanish. What can i do to stop it?