Field: Goto -- Display messages inactive

Hi Experts
We are facing a problem with viewing XML files coming from the customs. We receive the PDF after an Export, also the Swiss EVV comes into our system. But it is not possible to show the XML files. The field Goto --> Display messages is inactive. Here normaly you can see the XML files which are stored in the content server. With the PDF which is also stored there, we have no problems to show. Also Seeburger told us, that there are no problems on their side.
Can somebody help us?
Thanks in advance.
Andreas
Edited by: Andreas Drees on Oct 1, 2009 2:37 PM

Hi Casadillo,
I think I know why it does not work.
1. When you place the CALL TRANSACTION statement inside the loop, the messages that were collected in the internal table i_messages will get overwritten by the new messages.
2. Also, adding the new field is a good approach, but the new field is not getting populated into the internal table at all.
Try out something like this.
DATA I_MESSAGES TYPE BDCMSGCOLL OCCURS 0 WITH HEADER LINE.
DATA: BEGIN OF I_ERROR_TABLE OCCURS 0,
DATA: NEWFIELD TYPE  <XYZ>.
             INCLUDE STRUCTURE BDCMSGCOLL.
DATA: END OF IERROR_TABLE.
LOOP AT I_LF1PRO.
  PERFORM BDC_DYNPRO USING '' ''.
  MOVE I_LF1PRO-NEWFIELD TO I_ERROR_TABLE-NEWFIELD.
  CALL TRANSACTION 'XXXX' USING I_BDCDATA
                           MODE C_N
                         UPDATE C_S
                       MESSAGES INTO I_MESSAGES[].
  LOOP AT I_MESSAGES.
    MOVE-CORRESPONDING I_MESSAGES TO I_ERROR_TABLE.
    APPEND I_ERROR_TABLE.
  ENDLOOP.
ENDLOOP.
Regards,
Anand Mandalika.

Similar Messages

  • How to compare two currency form fields and display a message if the fields do not equal?

    My form has 2 fields named Total_1 and Total_2. If one of the fields does not equal the other, a hidden field will display a message in red on the form alerting the user. Otherwise, the message does not display. Looks like a validation script but I would greatly appreciate help in getting it started. Any ideas?
    Thanks, Charlie
    charlie6067

    Since the field values that you want to compare are the results of calculations, you should not normally compare their string values, but rather their numeric values when rounded appropriately (and perhaps then converted to a string). For example, if you have two values that display as 3.14, one could be 3.1400000001 and the other could be 3.13999999999991234. When you get the field values as strings and compare them, they won't be equal though they appear to be. Even some values that are numerically identical won't be equal when compared as strings ("0.0" != "0.00") So the code could be changed to:
    // Get the two field values, rounded to two decimals
    var v1 = util.printf("%.2f", getField("Total_1").value);
    var v2 = util.printf("%.2f", getField("Total_2").value);
    // Hide/Show the error message
    event.value = (v1 === v2 || (+v1 === 0 && +v2 === 0)) ? "" : "Error message here.";

  • Display Message Beside related UI Field

    Hi,
      I have the situation like, If the user didn't fill the mandatory field then i am showing the error message saying"fill --- Mandatory field" in the message area.
    But Customer wants to show the message just beside the UI Field or like point to that field for better understanding for the user.
    Any suggestions or any alternatives there for this.
    Thanks in Advnace,
    Best Regards,
    Vijay

    Hi Gangisetty Vijaya Bhaskarudu  ,
                                 you can use the method check_mandatory_fields of the class cl_wd_dynamic_tools for this.
    make the required fields as mandatory-> can do this at the design level.
    then at the event you want to check the mandatory fields, just call the method check_mandatory_fields with required attributes. this method will check automatically and display the message with highlighting the empty filed in red.
    Regards
    Sarath

  • Update Routine to Display the field as active or inactive

    Hi All,
              I have following  requirements to write one of the rouine in the update rules. I have the field ZPLANSTAT. I have to write the routine to diplay the follwing the condition in the targets.
    ZPLANSTAT: It is "Active" if Planning Status (AT101) = X0ZP. It is "Inactive" otherwise.
       ZPLNASTAT should be active if Planning status ( AT101)  = XOZP  els it should display as inactive .
           Can anybodyhelp me in wrting this code.
    Regards,
    Pradeep

    Hi,
    In field routine of ZPLANSTAT write the below code.
    In 3.5
    if comm_structure-AT101 = 'X0ZP'.
       Result = 'Active'.
    else.
      Result = 'Inactive".
    Endif.
    In 7
    if Source_Fields-AT01 = 'XZ0P'.
      Result = 'Active'.
    else.
    Result = 'Inactive'.
    endif.
    Regards,
    Shiva.

  • Custom fields not display in SRM5.5 Basic Data Frame

    Hello Everybody,
          I am working on SRM5.5 Server which i have to add two custom fields in Basic Data Frame..
         No field is display in basic data frame After I added those fields in INCL_EEW_PD_ITEM_CSF_SC and INCL_EEW_PD_ITEM_CSF.
        I added these fields by help of 672960 OSS notes..
       Add also when i execute the program BBP_DYNPROS_GENERATE where I entered the program name as SAPLBBP_PDH_CUF and execute but non of them is working fine..
      Is there anything else do i need to display custom fields in basic data frame??
    I have one more question..
      When you logon through SAPGUI and goto BBPSC01 t.code where you see lots of fields in basic data frame such as unloading point and all.. But those all fields does not display when you logon through WebURL..
      I checked is there any BAdi such CUF or Screenvarient or some Badi has been actived but non of the Badi has been implemented..
      To display all the fields which are display in GUI Mode also should display in URL..
      To bring this functionality , What do i need to do?
      I appreciate if you answer these questions..
    Thanks,
    John.

    Hi Disha,
    We are trying to add custom fields to the Shopping Cart Header. We are using SRM 5.0. We added the fields to the structures "INCL_EEW_PD_HEADER_CSF_SC" & "INCL_EEW_PD_HEADER_CSF".  We are able to see the custom fields. But the issue is , we are able to see the custom fields in the Shopping Cart one step shop scenario. Whereas when we run the wizard which is a 3 step scenario, we are not able to see the custom fields.
    Technically speaking, the custom fields are visible for the ITS BBPSC01 & BBPSC03 , where as these custom fields are not visible for the ITS BBPSC02.
    Please let me know, if we need to append the fields to some other structure to be able to see them in the Shopping cart wizard also.
    I will be gald to provide any kind of info.
    Thanks in advance...

  • How to view "From" header field in OUTgoing messages in Mail? Frustrating.

    In Mail v.4.3 (in OSX 10.6.4), I need to view the "From" field in my outgoing messages as I am composing them. However, there seems to be no setting in Mail which allow this.
    I find this very frustrating because in Eudora (which I used to use), the "From" field in outgoing messages is visible by default. But in Mail, not only is it not visible by default, there seems to be no way to make it visible.
    In the "Customize..." button to the left of the Subject field in outgoing messages, one has the option to add as default outgoing message fields "cc," "bcc," "Reply-To," and "Subject," but none of those are what I want. It allows one to also view the address of the mail server, but that also is not what I'm looking for. What I want is to see my outgoing +email address+. And nowhere is there an option in the Preferences to turn this on. (At least as far as I could tell.)
    In fact, the only way to see the identity in the outgoing "From" field is to go to Preferences, then click on Accounts, and look there; or send oneself a test email. Both of which are a hassle and should be unnecessary.
    In case you're curious as to why I want to see my outgoing "From" header field:
    I have several different "personas" online, each of which uses a different email address: My work address (with a work-related domain); my family/personal address (with a different email address than my work address); an online avatar I use in various gaming sites (also with its own address, since I don't want to use my personal name/address in the gaming community); and so on. However, I have all incoming emails to all accounts auto-forwarded to the same central email account. Most of the time I'm just replying to business emails, so my outgoing "Full Name" and "Email Address" (in Preferences>Accounts) are generally set to my business name and address; but on occasion when I want to reply to a non-business email and not have the recipient see my business email address, I go in to Preferences>Accounts and change "Full Name" and "Email Address" (i.e. what is displayed to the user) to something different. And when I'm done with that, I change it back to my business address.
    However, sometimes I forget if I've changed it back or not, or forget what I've changed it to. In Eudora, All one needed to one was create a new outgoing email and it would display the "From" field so I could instantly see my outgoing identity. But in Mail, there is no "From" field in outgoing emails, so I'm constantly nervous and wondering which outgoing identity I may have changed to and accidentally forgotten to change back from.
    (Yes, yes, I know that if a recipient wanted to be snoopy, they could look at the "full headers" of any incoming email and see the name of my email server, which may different from my displayed email address; but we're not talking about spy-stuff here, I'm just trying to not confuse people and keep business separate from personal.)
    So: is there any way for me to see the outgoing "From" field in the emails I send? Or am I condemned to constantly (and mostly unnecessarily) checking "Preferences>Accounts" to see what I have enetered there?

    Thanks for replying.
    What is the "compose window" to which you are both referring? I could find no reference to such a thing in the Mail menus or Help.
    Do you mean the "Composing" pane in the Preferences? I don't see what either one of you is referring to there, but I did notice there something that could function as an awkward workaround: If I click on the "Automatically CC myself" box in Preferences>Composing, then when I start a new email, my email address is displayed in the "CC" field -- and luckily, Mail allows me to then delete my email address out of the CC field, so I don't have to spam myself with duplicate copies of all my emails. This way, I can at least briefly see what email address I'm using, before I delete it from the CC field. Pretty awkward and unnecessarily laborious, however -- still not a perfect solution.
    Or, by "composing window," are you referring to an outgoing email? As I said in my original comment, I do see what Ernie called "a small box with lines and an arrow at the bottom left of the header box." This is what I had to say about it:
    +"In the "Customize..." button to the left of the Subject field in outgoing messages, one has the option to add as default outgoing message fields "cc," "bcc," "Reply-To," and "Subject," but none of those are what I want. It allows one to also view the address of the mail server, but that also is not what I'm looking for. What I want is to see my outgoing email address. And nowhere is there an option in the Preferences to turn this on. (At least as far as I could tell.)"+
    In other words, when Ernie says, "click the box beside From," I can't do that -- because there is no such option. That's the whole problem in the first place. If there was a "From" field beside which I could click a box to make it appear, I would have done so! But there is no "From" field in the "Customize" section of the "small box with lines and an arrow at the bottom left of the header box."
    I find it completely mystifying that both of you seem to be able to see a "From" field available to be added to the header of outgoing emails, yet no such option is available to me in Mail. What possibly could be causing this? 10.6.4 is freshly installed on my machine, and Mail seems brand new and uncorrupted. And I'm using Mail 4.3, the latest version.
    Are you saying that everyone else can see an option to have a "From" field in their outgoing messages, but I uniquely don't? Very very very strange.

  • G/L Account Long Text Field in Display

    Dear Sir,
    I want G/L Account long text field be displayed along with G/L account number in G/L Account line item display report (FBL3N)
    I cheched the layout, the option of G/L account number is available but option of G/L account Long text is not available.
    Kindly guide me as to how can I do it?
    Regards
    Chirag Shah

    You must do some development for it.
    You can add additional field to FBL*N reports with using BTE exit.
    First of all, if you don't use BTE before, you must create a product on FIBF.
    Call FIBF transaction -> Settings -> Products -> ...of a customer
    Create a new line,
    Product: ZFI
    Text: BTE Products for FI Exit
    Product active: tick checks from activation.
    Then you must call SE11 for structure RFPOS.
    You must use append structure function for this structure and you can define ZFI_RFPOS append structure
    Define 4 fields.
    Component: KUNNR - Component type: KUNNR
    Component: NAMED - Component type: NAME1
    Component: LIFNR - Component type: LINFR
    Component: NAMEK - Component type: NAME1
    Then save and active your RFPOS structure.
    After that, you must do same step for structure RFPOSX.
    Then go to SE37 and copy from SAMPLE_INTERFACE_00001650 to ZFI_INTERFACE_00001650 FM.
    After copy action, you must uncomment this line on ZFI_INTERFACE_00001650 FM's source code. It's very important;
    E_POSTAB = I_POSTAB.
    Then you should add some ABAP code for getting customer & vendor details.
    I give you some examples, you can use it. (Next message on this thread, please check)
    Then save and active FM.
    Call FIBF transaction again.
    FIBF -> Settings -> Process Modules -> ...of a customer
    Define a new line.
    Process: 00001650
    Function Module: ZFI_INTERFACE_00001650
    Product: ZFI
    and this customizing.
    Then you go to SE38 transaction.
    start report RFPOSXEXTEND. After starting, a pop-up appears, you must click YES.
    After those operations, you can see customer/vendor code and their names on FBL3N.
    ABAP source example,
    TABLES : bseg, kna1, lfa1.
    IF sy-tcode = 'FBL3N'.
      CLEAR: bseg.
      SELECT SINGLE *
      FROM bseg
      WHERE bukrs = i_postab-bukrs
           AND belnr = i_postab-belnr
           AND gjahr = i_postab-gjahr
           AND koart = 'K'.
      IF sy-subrc EQ 0.
        e_postab-lifnr = bseg-lifnr.
        CLEAR: lfa1.
        SELECT SINGLE *
        FROM lfa1
        WHERE lifnr = bseg-lifnr.
        IF sy-subrc EQ 0.
          e_postab-namek = lfa1-name1.
        ENDIF.
      ENDIF.
      CLEAR : bseg.
      SELECT SINGLE *
      FROM bseg
      WHERE bukrs = i_postab-bukrs
           AND belnr = i_postab-belnr
           AND gjahr = i_postab-gjahr
           AND koart = 'D'.
      IF sy-subrc EQ 0.
        e_postab-kunnr = bseg-kunnr.
        CLEAR: kna1.
        SELECT SINGLE *
        FROM kna1
        WHERE kunnr = bseg-kunnr.
        IF sy-subrc EQ 0.
          e_postab-named = kna1-name1.
        ENDIF.
      ENDIF.
    ENDIF.

  • Displaying messages on a details page

    i have a website for musicians each musician has their own
    details page that displays all their details i want to create a
    section that will display messages to the band and the band can
    answer these comments and they will be displayed on the same page
    it will be like a guestbook for each musician how do i do this do i
    just need to link the database tables or what? im not sure if
    anyone can help please let me know. cheers

    Since it sounds like you're using a standard relational
    database, then there should be a field in the first table that ties
    to the second table. Lets call that field name1 for demo's sake.
    In the 2nd Recordset (switch to advanced mode so that you can
    put it in manually)
    SELECT * FROM TABLENAME2
    WHERE name1 = DBNAME.TABLENAME1.name1
    ORDER BY record_number (or a date field) DESC
    Another way to do it is to set it up in two pages. set up the
    first page using your first recordset and bind it into a form. then
    pass the name1 value in that form to the second page (GET not POST)
    and you can set up your second page's recordset to filter (name1 =
    URL Parameter = name1 (the passed field from the first page) that
    will pull all info based on the info passed from the first
    recordset and display it.
    Cheers
    Chuck

  • Adding Custom Field to GW Messages

    I have a project where I have to add a custom field for a File Number to
    both new and existing GW Messages (email, appointments, tasks, notes,
    phone). I understand from the documentation for GW Object API how to
    create a custom field definition and add a field to a message. However, I
    have to use the C3PO to allow the User to add the field to messages and I
    am new to this.
    My questions are:
    A) For New Messages
    1) Can I add a textbox to the built-in GW Message dialog for the File
    Number (if so, how), or would I have to recreate the wheel by creating a
    new subclass of the message and design the form?
    2) Would it be better to display a separate custom dialog for the User to
    fill out just the File Number by trapping events such as message create
    event? Any ideas how?
    B) Existing Messages
    1) I know I can add buttons to the GW Toolbar. If I add a button to
    display dialog for User to fill out File Number for the selected
    message(s) in the InBox or other folders, would I use the ClientState
    Implementation SelectedMessages property to do this?
    2) Will Users be able to use GW Find feature to find messages with a
    custom field (File Number)?
    Thanks in advance for any help you can provide!!
    Suzanne Gregg
    AppSolute Consulting Inc.

    I have a project where I have to add a custom field for a File Number to
    both new and existing GW Messages (email, appointments, tasks, notes,
    phone). I understand from the documentation for GW Object API how to
    create a custom field definition and add a field to a message. However, I
    have to use the C3PO to allow the User to add the field to messages and I
    am new to this.
    My questions are:
    A) For New Messages
    1) Can I add a textbox to the built-in GW Message dialog for the File
    Number (if so, how), or would I have to recreate the wheel by creating a
    new subclass of the message and design the form?
    2) Would it be better to display a separate custom dialog for the User to
    fill out just the File Number by trapping events such as message create
    event? Any ideas how?
    B) Existing Messages
    1) I know I can add buttons to the GW Toolbar. If I add a button to
    display dialog for User to fill out File Number for the selected
    message(s) in the InBox or other folders, would I use the ClientState
    Implementation SelectedMessages property to do this?
    2) Will Users be able to use GW Find feature to find messages with a
    custom field (File Number)?
    Thanks in advance for any help you can provide!!
    Suzanne Gregg
    AppSolute Consulting Inc.

  • Regarding Goto- Display data object- Structure editor

    While debugging:
    did anyone found an option
    Goto->Display data object->Structure editor 
    as this is present in 4.6c but i dint find in 4.7
    right now i am only download the content of internal table

    you should give a name to your elements in TYPE definition, so that you are able to distinguish fields having the same name
    if you have several elements with same definition, they will contain fields having the same name

  • Regarding Selection Screen field making display field  in ALV report

    Hi All,
               In ALV Report,  at runtime how can i make the field as Display Field in selection screen .
    Thks & Regds
    Shailesh

    hii,
    Go to se38 and give the below progra name execute.... check the source code it is very easy to understand.
    1.demo_dynpro_modify_simple
    2.demo_dynpro_modify_screen
    if tou are using grid,u can refer to foll link
    sequencing / choosing fields in report screen at runtime,
    Display the Columns in the grid at run time
    rgrds,
    Shweta

  • How to add new fields in Reduced message ( in BD53 )

    Hi Experts,
    How to add new fields in Reduced message ( in BD53 ), when the required field iis available in Table or Structure and need to be added in BD53 so that we can ALE.
    Thanks,
    Ninad

    Hello,
    I think of something like:
    First, you create extension, with transaction WE30.
    Then, reduce your idoc, your extension should also be proposed.
    Do not forget to add this extension in outbound we82, and/or we57 in inbound, and WE20, and find BTE or exit to populate extension.
    regards.
    F.S.

  • Why is Mail 6.2 not displaying messages from my Exchange account?

    Greetings,
    I have a new 13" MacBook Air running Mountain Lion and I'm noticing that most of the time my Mail inbox is not displaying messages from my work Exchange account; however, it does display messages correctly for my Gmail account.  I've included a screen shot of what I'm experiencing.
    Any ideas?
    Thanks,
    Garry

    I have the same problem, as does a coworker. It happens, for instance, if I click on another mailbox (such as Junk) then go back to the inbox. Our company uses Exchange. Quitting mail usually fixes it. A rebuild of the mailbox will too.  Only happens on my Mac at work, not my Mac at home (connected via VPN).
    Another problem I have is with mail not syncing. Mail I have deleted from another device (such as on my Mac at home or my iPad) does not get deleted from my inbox at work. Sometimes they'll go away when I click on them. Other times they won't go away and the only way to delete them is to rebuild the mailbox.
    And lately I have had problems with attachments. Attachments sent from my Exchange account at work show up as .eml attachments in my iCloud account and mime attachments on my iPad or as a string of characters (20-30), not as an attachment. This happens whether sent from home or work.
    I have our IT department looking into the third problem (which is the most vital one for me).  I'll report the other two annoying problems and see what they can figure out.

  • Field doesnu0092t display in alv  , why  ?

    WHEN 'NETPR' .
          LS_FCAT-COLTEXT = TEXT-031 .
          LS_FCAT-COL_POS =  29.
          LS_FCAT-OUTPUTLEN = 15 .
        LS_FCAT-DATATYPE   = 'CURR' . "'QUAN'.
        LS_FCAT-rollname = 'NETPR'.
    when the report is display  , the field doesn't show up ?
    also if i reduce the number of Columns ( in the field catalog )
    for display there is no change
    all the other fields are display except the "NETPR"
    when i check the "layout change" he is there   ,
    also he is display if i reduce the number of columne for display ( by layout change)

    hi,
    see this.
    did u append the data to field catlog internal table also please check .
    fieldcatalog-fieldname   = 'NETPR'.
      fieldcatalog-seltext_m   = 'Net Price'.
      fieldcatalog-col_pos     = 7.
      fieldcatalog-outputlen   = 15. 
      fieldcatalog-do_sum      = 'X'        "Display column total
      fieldcatalog-datatype     = 'CURR'.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
    Regards
    Anver

  • I keep getting a display message saying this cable or accessory is not capitiable with this apple product may not be reliable with this iphone even when i have no cable or accessory in use

    My iphone 5 has been saying this for days now. Yes I have recently purchased a motorola ear piece for easy talking while walking, but i have also used a 10ft cord purchased at walmart for months now and no display before the motorola. now even without anything plugged in ,I still get the display message on my phone saying" the cord or accessory is not capitable with this iphone and may not be reliable with this iphone.
    what DO I do ?! is there something I can do without going to either Sprint or Apple for help.... will this be damaging to my iphone ?! HELP before its too late.
    sincerely,
    Apple lover JAJA

    Try resetting your iPhone.  Hold the on/off and home buttons together for about 10 seconds till the Apple logo appears.
    CAUTION - This may get rid of the warning for now, but the issue the warning points out still remains.  One or both of your cables is certainly suspect.

Maybe you are looking for

  • Ipod Nano will not Start unless resetted  everytime

    Hello Nano world' My Nano just started to act strange One night I fell asleep with the Nano on (with the sleep timer set to 60 minutes) I had just charged it via the computer USB. I woke up the next morning and tried to turn it on ... No luck. Tried

  • Crystal Reports - Switch between multiple databases at runtime (esp. DB2)

    Hi, we are currently developing a reporting application in .NET (C#) with an integrated Crystal Viewer. We want to be able to change the databse dynamically at runtime, especially between different DBMS. We encountered no problems when switching betw

  • Webflow-xml

    Plese help me with some material regarding any workflow which is executed using webflow-xml. Like,if an event occurs in system A workflow should trigger in system B and XML document must be sent to system B. System B will again send XML document as a

  • Plant specific conditions in Vender Master record.

    Hi, I hv to maintain the plant specific data in Vendor, to do that when I go to Extras --> Alternative data, it shows in grey , and not able to enter the plant specific conditions, Now what to do ? How can I be able to enter plant specific data in ve

  • Where to Enable 6 Variance Types in SAP system?

    Hi, I need to enable variances types 6 in the sap system.I didnot fiind the path to activate the variancce types 6 in the system. Kindly provide me the path,so that i can proceed. points will be assigned. Thanks in advance Thanks Sunitha