Data Element of MSGFN field in IDOC (DEBMAS)

May I know which data element the field MSGFN belongs to. I couldn't find the corresponding in the table KNA1 for example.
Please help

Hi
MSGFN belongs to no structure.
It defines what to do with each segment.
Look at WE60 with DEBMAS* you may see the possible values or WE31 with whatever segment.
eg: E1KNVPM-MSGFN = '003' would mean delete the partner function related in this segment.
Hope this helps.
Alain

Similar Messages

  • Data element of a field

    Hello All,
    How can i get the data element of a field at run time or field name at the run time?
    i hav come accross tables DD04L and DD03L, but for this i should know the field name also, but i do not know the way to take out the field name of a table at the run time.

    I guess u can acheive it using DD03L itself.
    select the contents of DD03L using the table name(for eg: ZCTABLE), check if the
    field name is ZSTAMP, if so, get the ROLLNAME (or the data element).
    and if the dataelement is TIMESTAMP, change it.
    DOMNAME filed gives u the domain name.
    do a loop on the ROLLNAME field and check for 'TIMESTAMP'
    a simple query on DD03L will do this.
    How to get the field descriptions of a table? 
    http://www.sap-img.com/abap/how-to-get-the-field-descriptions-of-a-table.htm

  • IDOC Creation - structure has no data elements

    Hello,
    I've encounted the following situation when creating a new custom idoc:
    The structure in the data dictionary does not have any components (Data elements) associated with each field. (i.e if you view the structure using se11).  This is causing problems when trying to build ALE conversion rules using BD79 as you cannot tell which field is which for conversions with muliple conditions.
    Does anyone know how to get data elements against the fields in the dictionary structure.  Standard SAP idocs appear to have them - see E1MARCM.
    (we are using version 4.7)
    Any help would be appreciated,
    Thanks!

    Anita,
    I am assuming that although you are creating a custom idoc you are referring to  standard strucutre already existing for your segment.
    I am not very clear here, how did you create the segment. Can you clarify on the same?
    regards,
    Ravi

  • Display Help for Field not referred through Data Elements in ALV

    Hi,
    I am working on a report program where the output is in ALV_LIST display format.The internal table used to define the field catalog contains fields that are not declared using Data elements.For these fields, when i press F1 from the output, the message I receive is 'No Document Available'.Can someone tell me how I can attach a help document to these fields without creating a new data element for each of these fields....
    For eg : My internal table that forms the field catalog is
      Data : Begin of i_itab occurs 0,
             matnr like mara-matnr,
             Name(50),
             end of i_itab.
    When this table is displayed in ALV, if F1 is pressed on the field matnr the corresponding dictionary help pops out.But since the field Name has no help document attached to it, i cannot view any help for this..Kindly tell me how i can attach my own help document to this field.
    Thanks,
    Swathi

    Hi,
    This issue was solved using the followiing steps.
    1. There is a parameter 'IT_EVENT_EXIT 'in the FM REUSE_ALV_LIST_DISPLAY or REUSE_ALV_GRID_DISPLAY.
    2.Set the value of the field of this paramter as
    EXIT-UCOMM= '&ELP'  " F1
    EXIT-BEFORE = 'X'
    This will make the control go directly to the user command functio written inside the program rather than the standard SAP define duser command....
    3. Inside the perform -usercommand in the ALV program use the FM HELP_DOCULINES_SHOW to show the appropriate help document
    This method may be used to display help text for those fields/columns in the ALV which are not referred to the fields/data elements in the data dictionary tabel

  • Read data element given field name

    Hello All,
       I have a DB table and field name, with this information how can i find the data element for this perticular field.
      is tehre any Funtion Modules exists for teh same.
    Thanks in advance
    Amarender Reddy B

    Hi Amar,
    You can get the data element for a field in a database table using DD03L table.
    Check this code.
    DATA V_ROLLNAME TYPE DD03L-ROLLNAME.
    SELECT ROLLNAME
       FROM DDO3L
         INTO V_ROLLNAME
    WHERE TABNAME = 'MARA'  -->Provide table name
         AND FIELDNAME = 'PSTAT'. -->Provide field name
    WRITE:/ 'Data element is: ', V_ROLLNAME.
    Otherwise, use function module KL_TABLE_INFO_GET to get the data element for a field of a database table. Provide table name to I_TABNAME and field name to I_FIELDNAME and you will get the data elemet in the export parameter E_TABFIELD_W-ROLLNAME.
    Thanks,
    Vinay

  • Finding data element

    hi
       i m new to idoc.i m trying to create the segment.in that i have 5 fields but i m not getting how to find data element for those fields.In y requirement they have just given fields like 
    Idoc   field                         XT01 message                          Description      
    FUNLOC_OWNER     C069_StockOwnerFunloc     STOCK OWNER FUNLOC
    M, 1      Format          Value
    M     N6     fixed value '000000'
    so how to find the data element of this field..plz help me...
    thnx

    Hi,
    Go to se11 -> give any datatype name > Press F4> serach for dataelements --> popup will come 'Press Information system and give datatype and length. --> you can find your dataelement.
    Regards
    Bhupal Reddy

  • Find Link between Field, Segment, Idoc

    Hi Experts
    I would like to know how to find link between IDoc, Segment and Fileds.
    For Example : I know field Name Then i wild like to know Which Idoc and segment contain this field name.
    Thanks in advance,
    Jaykumar.M.

    Hi Jayakumar,
    I think this is the same old question on how to find out in what tables a field may be used.
    Segments are DDIC structures. A where-used-list on the data element of the field (eventually with some restrictions on the resulting objects name) should show the segments where is is used. The you can check table EDISEG recursively.
    Regards,
    Clemens

  • How to add a new data element?

    friends,
         the data elements for the fields ECSRATE and orig_ecsrate in the structure j_1iexitem is different in our development and production systems...the correct one is j_1iexecsrat, which is in development...how to change the data element of this field in the production system..thanks all.

    Hi,
    Kindly check the transport requests for the structure in both DEV & PRD.
    Utilities -> Versions -> Version Management.
    Kindly check the transport request in the DEV against the "activ" checked.
    Look for the same request number in the PRD for the structure.
    If there is a mismatch, kindly transport the request in DEV to PRD.
    You cannot directly change the data elements in PRD system.
    It should be done through the transport requests from DEV to PRD.
    Hope this helps!
    best regards,
    Thangesh

  • Error while using '*'in the NTE (EDI 850) Segment where '*' is also used as Data Element

    Hi All,
    I am facing below mentioned error while using '*'in the NTE (EDI 850) Segment where '*' is also used as Data Element
    Error: 1 (Field level error)
      SegmentID: NTE
      Position in TS: 70
      Data Element ID: NTE02
      Position in Segment: 2
      Data Value:
      3: Too many data elements
    For Eg: NTE*GEN*My Text *goes here
    Here, NTE02 should be My Text *goes here. So, how can I use "*" here without changing anything in the EDI message?
    Can it be done?
    Thanks.

    Sorry, no.
    X12 does not support an escape character so whatever is used for delimiters become reserved characters.
    If you want to allow '*' in the data, you will have to chooser a different Element delimiter.  The receiver should read the from this from the ISA Segment so it's supposed to be dynamic but that's not always the case in practice.

  • How to change the Text  description on screen...(not the Data Element)

    I want to change the just text of one of the label on one of the screen. I don't want to change the Data Element, as the same data element is used in multiple places, but I want to change only at one particular screen, at one particular spot
    Any suggestion....?

    a)If you change the Text in a LABEL manually, then translation of the text can't be done.
    Better create a new structure which will be used in all such cases where u can't change the data element.
    Create fields in the Structure with your newly created data element and refer the field in the Label.
    b)IF the translation is not an issue then manually enter the text.

  • How to change data element in table?

    Hello all:
          I just need to change data element for a field in some Z table. I know I can do it through SE11 but I just want to make sure if there is anything I should be aware of? Are there any other steps I should perform apart from making changes through SE11? Any information you could provide would be great.
    Thanks.
    Mithun

    Hi Mithun,
    Yes, you can change the table using SE11. After saving, check for errors and activate. Using Menu, Utilities
    -> click on Database Utility and then click on 'activate and adjust database'.
    Hope this helps.
    Thanks,
    Srinivasa
    Message was edited by:
            Srinivasa Bhanuprasad Moningi

  • Data element for mm.yyyy

    Hello Experts,
    Is there any data element for a field with the format mm.yyyy .
    I need to place this field in the selection screen and i want to have an F4 help too.
    It will be better if i am provided with the database table name too.
    Please help.  Useful answer will be rewarded.
    Regards,
    Vijayalakshmi

    Hi ,
    Data element for a field with the format mm.yyyy is FTI_MONTH_YEAR.
    You can use this in selection screen as:
    selection-screen begin of block b1 with frame.
    parameters:p_date TYPE fti_month_year.
    selection-screen end of block b1.
    Regards,
    Shanmugapriya
    **Reward if u find helpful

  • BiizTalk 2013 and EDI Message Invalid character in data element

    Hi:
    Background: I have a Vendor sending us EDI
    856 (Advance Shipping Notice). We are using EDI X12 and BizTalk 2013. In the Parties Agreement we use ISA11 = U-US EDI Community of ASC X12. The vendor is sending 'U' in ISA11.
    Error:
    At the beginning of EDI Schema import, during EDI audit, we get the following error messages, repeated a few time.
    Error: 1 (Field level error)
                SegmentID: LIN
                Position in TS: 18
                Data Element ID: LIN09
                Position in Segment: 9
                Data Value:
                6:
    Invalid character in data element
    Error: 2 (Field level error)
                SegmentID: PID
                Position in TS: 20
                Data Element ID: PID05
                Position in Segment: 5
                Data Value:
                6:
    Invalid character in data element
    Root Cause: In all the error cases the data
    fields contain “Ü” (U with two dots above it). German character.
    Question: What is the best way to deal with
    the issue or replace “Ü” (U with two dots above it) characters?
    Looking forward to your reply.
    Regards, Toraj
    Toraj [email protected]

    I edited the source file and saved it as UTF-8. It seems, it resolved the issue.
    Very cool.
    Toraj
    Toraj [email protected]
    Glad that you have solved this issue by yourself, and thanks for sharing your solution to us.
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Use of documentation flow in data element!!!!

    hi experts,
      what is the use of documentation flow in data element.
    if that field is selected then where will be changes reflected ?
    thanks in advance,

    Hi,
    Changing Data Element documentation (F1 help text)
    SAP allows you to modify data element documentation (F1 help text), this could be useful if you want to add/remove information from the F1 help text. E.g. If you are using the field to store info it was not intended for.
    Step 1
    Using transaction CMOD chose the following menu option
    Menu Goto->TExt Enhancements_>data elements->list cust docu.
    Enter the data element that you wish to change the documentation text for, then click the change icon(Pencil in 4.6c and tick in 4.6b). You will then be presented with the following screen, which allows you to create new versions of the data element documentation. Simply click on the Change button and enter a name within the customer name range.
    Regards

  • Dynamic text in Data elements

    Hi all,
              Can we populate the data element text dynamically.
             For eg: we have field  TXT whose data element is ZTEXT and the short text that appears in the table is TEXT.
            Now we want to create two other fields TXT1 and TXT2 and the text that needs to appear should be other than TEXT (could be TEXT1 & TEXT2) is it possible to do such kind of modifications..
          To boil down, we want to use one data element across different fields but that text needs to be diffferent.
    Thanks in Advance,
    Regards,
    Kishore Yerra.

    The text is inherited from the data element. While creating tables you have 2 options 'Data Elements'   OR  'BUILT-IN  / PREDEFINED' see the button next to SEARCH HELP button in the table - toolbar.
    In such case why you want to use the Text element, you can use th BUILT-IN  / PREDEFINED Types, You can direcly give the field name and type along with required texts.
    Hope it will help.
    Regards,
    Vishal

Maybe you are looking for

  • IMovieS not compatible with iPad 2

    I've purchased this app, however when trying to install the latest update it says it's incompatible with this iPad. I've deleted the app but can't reinstall. Any ideas??

  • 2008 Mac Pro and Apple Cinema Display 27"

    Is there some sort of adapter that would allow me to plug the new Apple Cinema Display 27" with a 2008 Mac Pro? Or what change would I have to make to be able to work this out?

  • About cji3 layout

    dear all:             In  report CJI3, there is no option of the  "profit center"  in the column set, how to add it?             Thank you!

  • Tolerance Key for GR

    Dear All, I have a PO with set in tolerance Key in OMC0 as B2   Order price qty variance (GR)/W-MSG here in B2 i maintain upper limit 10%  and for lower limit it is no limit. but while doing MIGO, suppose PO Qty 100 and posting Qty 101, then system g

  • Fail to install Photoshop Elements 11 from disk

    When I select to install I get a message the autoplay stopped. Windows 8 OS