Adding a field in movement 561 with transaction MB1C

Hi!
I would like to add a field (FISTL - found center) for movement type 561. I went in OMJJ and made field FISTL mandatory.
The thing is that if I use MIGO and movement 561, the field is available and it's working corectly.
What I would like is to use this field in MB1C transaction, not in MIGO. With these settings made in OMJJ for movement 561,  I can't see the field in MB1C and even if the field is mandatory, I can post a document using MB1C.   Could you please tell me how can I do that?
Best regards,
Marcel

use transaction OMCJ

Similar Messages

  • Adding custom fields to FPE1/2/3 transactions

    Hi guys,
    My first thread here on SDN!
    I need to add custom fields (Document Locator Number - ZDLN, and Post Mark Date - ZPMD) from table DFKKOP to transactions FPE1/2/3 under ADDITIONAL DATA area while manually entering NEW BUSINESS PARTNER ITEM.
    The transaction is not BDT enabled and does not have a screen exit. The user exit and BaDI dont seem helpful to me.
    The screenshot below shows the user exits and BaDI for the transaction.
    Link: [Exits|http://img440.imageshack.us/img440/9319/1123201061827pm.png]
    What are my options to add fields to the transaction screen now?
    Thanks!!

    Hi,
    Yea i got the functional guys to configure it. Was a unique issue!.....But I know how they did it.
    You can add it through SPRO transaction. Go to the below mentioned path.
    Go to SAP Reference IMG
    Financial Accounting > Contract Accounts Receivable and Payable > Basic Functions > Posting and Documents > Document >
    Screen Preparartions > Include Own Fields in Detail Screens.
    Here you need to enter the details from FPE1 transaction screen.
    Activity Documentation:
    Include Own Fields in Detail Screens
    In this activity you can, if you have added customer fields to the document structures, include these customer fields in the entry screens of the transaction for posting documents.
    For the detail screens (business partner item and G/L account item) you can create a screen that contains your own fields. You must create this screen as a subscreen using the Screen Painter. In addition you have to create modules for the intialization and for data transfer (PBO and PAI).
    Activities
    If you have extended the document strutures to includes customer fields, and you need these fields in the entry screens for posting documents, you must create the screen using the Screen Painter.
    Carry out this step to create the screen and the modules that go with it in the system. You do not have to activate these afterwards.
    Further notes
    Read the field help for each field in the table. This describes the exact procedure.

  • Adding custom fields to FPE1/2/3 transaction screen

    Hi guys,
    I need to add custom fields from table DFKKOP to transactions FPE1/2/3 under ADDITIONAL DATA area while manually entering NEW BUSINESS PARTNER ITEM.
    The transaction is not BDT enabled and does not have a screen exit. The user exit and BaDI dont seem helpful to me.
    The screenshot below shows the user exits and BaDI for the transaction.
    Link: Exits
    What are my options to add fields to the transaction screen now?
    Please help out!

    Hi,
    Yea i got the functional guys to configure it. Was a unique issue!.....But I know how they did it.
    You can add it through SPRO transaction. Go to the below mentioned path.
    Go to SAP Reference IMG
    Financial Accounting > Contract Accounts Receivable and Payable > Basic Functions > Posting and Documents > Document >
    Screen Preparartions > Include Own Fields in Detail Screens.
    Here you need to enter the details from FPE1 transaction screen.
    Activity Documentation:
    Include Own Fields in Detail Screens
    In this activity you can, if you have added customer fields to the document structures, include these customer fields in the entry screens of the transaction for posting documents.
    For the detail screens (business partner item and G/L account item) you can create a screen that contains your own fields. You must create this screen as a subscreen using the Screen Painter. In addition you have to create modules for the intialization and for data transfer (PBO and PAI).
    Activities
    If you have extended the document strutures to includes customer fields, and you need these fields in the entry screens for posting documents, you must create the screen using the Screen Painter.
    Carry out this step to create the screen and the modules that go with it in the system. You do not have to activate these afterwards.
    Further notes
    Read the field help for each field in the table. This describes the exact procedure.

  • Adding a field to infotype 554 with PM01

    I was adding this field to infotype 0554 via PM01 and while I was generating the objects I got this error.
    Structure HCMT_BSP_PA_US_R0554 does not exist
    Message no. PG361
    Diagnosis
    The structure HCMT_BSP_PA_US_R0554 does not exist in the Dictionary.
    Procedure
    Please create the structure before executing any further actions.
    Any ideas how to solve this?
    Thanks,

    yes it is public sector.
    I went to PE03 and found molga 10 assigned to US.
    not sure how to check for PMI

  • Adding Selection Field to 0FI_GL_1 Datasource - GL Transaction figures

    Hi,
    I would like to add Chart of Accounts to my selection criteria of Datasource 0FI_GL_1 (for extraction to our BW 3.0B system. However when I go to RSA6, I can see KTOPL (Chart of Accounts) in the extract structure, but the Selection checkbox is greyed out. [R/3: PI 2003_1_46C]
    Any suggestions?
    Regards
    Adrian
    P.S The reason I wish to include KTOPL in the selection is that we have many companies that belong to 2 different countries. KTOPL is easiest way for me to determine which country belongs to and I need to schedule my extracts by country.

    Many thanks Siggi,
    That seems to have done the trick.
    I made one minor change to your suggested code:
    update roosfield set selection = 'X'
    where oltpsource = '0FI_GL_1'
    and objvers = 'A'
    *>>>> by adding
    and field   = 'KTOPL'.
    - so it only turned on the relevant field.
    Best Regards
    Adrian

  • Adding Z-Fields to Standard Screens of Transaction VA01 / VA02 / VA03

    Hi All,
    The system is being upgraded from 4.7 to ECC 6.0
    In 4.7 server, the client has added 2 Z-fields to VBAK table. Moreover, these Z-fields are added to Standard SAP Screens of Transactions VA01 / VA02 / VA03.
    One of the Z-field is for the Description which appears on the very first screen of transaction (Screen 4440) replaces the Standard SAP Screen Field VBAK-KTEXT.
    The other Z-Field appears on Header-->Additional Data B (Screen 8309).
    Please note:- The screen numbers that are mentioned above are the screen numbers of ECC 6.0
    I tried to change the edit the Screen by taking the Access Key from the market place, but only got Screen Overlapping Errors.
    What should I do to incorporate these Z-fields?
    I have heard of Screen-exits but never worked on the same. Would appreciate if someone guides me as to what needs to be done.
    Thanks for your valuable time and suggestions.
    Regards,
    Rajesh

    Hi Rajesh,
    I am working ECC 6.0
    We had the same requirement but for Additional Data B in header and item
    For this
    (1) Got the access key
    (2) applied access keys
    (3) In the additonal Data B screens/Program SAPMV45A imported Z fields to the screen in Graphical painter,saved and activated after writing necessary PBO/PAI modules and the codes in 8309 and 8310 screens
    Please can you tell more on the "Screen Overlapping Errors"
    Maybe we can can work out the error.....
    Regards
    Byju

  • Adding custom field to BP Adress with AET

    Hi experts.
    I have to create several custom fields for the BP Adress, and when going through AET it proposes to create them in the BUT000 table, doesn't gives me another option.
    As a BP is expected to have several addresses, this values can not be saved in BUT000, which we all know is where resides BP header data, and the BP number is primary key.
    I'm not planning to need these fields in the webUI, they are only required for a massive initial load, and I'm using BAPI_BUPA_ADDRESS* function modules to update the address data.
    Could you help me with your advice? Should I make an append structure to ADRC? How could that be reflected in the BAPIS structures I'm using to save the data?
    Your help will be very appreciated my friends.
    Cheers
    Marc

    HI Marc,
    I hope you are right and will work aswell.
    Also, i have another suggestion: instead of extending the BAPI, you can update the ADRC values outside of Bapi. meaning...once the BP is created/udated, you will get BP number, with the bp number, BUT020, gives you the address numbers, with the address numbers you can udpate ADRC through FM "addr_update" if it is for Org, "addr_person_update" for person, "addr_cont_pers_update" for contact person.
    Hope this helps.
    Cheers, Satish

  • Adding text field to Fast entry screen transaction F-26

    We need to add a text field in the GL account for payments e.g. 572000, when we are using transaction f-26.
    We manage to add this field to the screen variant SAP01,copyinng this varaiant into a new one called ZSAP1 but it gives as an error. For doing so we have had to delete some fields from the variant .
    At this moment we do not get this error but the field doesn't appear.
    We cannot use variant SAP02 cause this has 2 screens and we would have to reprogram the interfase program we are using to feed this aplication.
    Can you help us?
    Thank you

    HI
    You can reduce the width of each field and accomodate the text field in the variant.
    Wish you happy new year.
    Dont forget the award points

  • Adding new field in output layout in transaction ME2N

    I would like to know if it is possible to add new fields in the output layout of transaction ME2N. For example field EKPO-AFNAM (Requisitioner) that in the standard layout is not used.
    Thanks a lot
    Melih

    Dear Melih,
    We can do.add some functions.In this way SAP provided some dynamic search strategeis.you can use other wise create through variant cofiguration.
    press SHIFT+F4 will apper dynamic selection tab there you can select some search strategeis.
    Hope this can helps you
    Prem.

  • Adding a field in tab screen of transaction FPCJ

    Hi All,
    I have a requirement wherein i have to add a field called authorization number (AUNUM) of tableDFKKOPC at the CREDIT CARD PAYMENT  tab in the transaction FPCJ. is there any screen enhancement or BADI or any other method to achieve this requirement. Attached file shows where exactly i need the enhancement.
    Thanks and Regards,
    Mohammed Farooq

    There is no event of which I am aware.  Please also read How to use FQEVENTS to undersatnd how to search for events on your own.

  • Regarding Adding Custom Fields to VTTK and VT01n transaction.

    Hi,
    We need to add few custom fields to Shipment header table VTTK.
    Also, these fields should be reflected in 'Additional Data' tab of transaction VT01n/VT02n for editing and should be available for display in VT03n.
    If anyone has done this, please provide the approach.
    Thanks,
    Arshad

    Hi Arshad,
    The fields suppl.1 to suppl.4 and Addit.text 1 to Addit.text 4 are the reserve fields available in additional data tab of shipment.
    If those fields are not being used already, u can utilise those fields for your purpose. Please check the documentation for the fields ADD01 to ADD04 and TEXT1 to TEXT4 in VTTK table.
    The description of the fields can be modified from CMOD transaction.
    Regards,
    Poornima

  • Adding a field to a form based on a table

    Hi
    I am unable to make the following scenario work.
    I have a form which is called from a report. The report passes in an ID parameter. This form field then displays the text associated with this ID because it has a LOV attached to it.
    However, the user is able to select other values from the LOV, which then renders the form useless.
    Is there a way of:
    - disabling the LOV?
    - adding a separate text field to the form where I can display the value I want with no LOV?
    Thanks

    As part of my attempts to make this work, I added a field to a form, with the intention of passing a value into it using the link to the form. But the field does not appear in the list of parameters available to the link.
    why is that?

  • T code  fbl3n  , adding output field is  with hold tax code.

    hai experts ,
    tcode is fbl3n.
    adding new field is  with hold tax code in output fields..
    inpu field is  gl account number and  company code  and psting date.
    but in report bsis table data is come,  but this not properly  assiging to output display structure.
    but i find out some badis like   1.  FI_ITEMS_MENUE01
                                                   2. FI_ITEMS_MENUE02
                                                    3. FI_ITEMS_CH_DATA
                                                   4. BADI_LAYER
    but these badis not working properly.
    but i   develop some implimentation enhancement frame work ,  but inthis point  , cursor  will comes to  enhancement  block but not move step by step code..
    please solve.
    thanks in advance.

    Hi,
    To add new fields in the out put for the transaction FBL3N Use BTE.
    Read the documentation first..
    Go to Tcode FIBF =>Environment=>Info system(P/S)=>F8=>Select the event 00001650=>Click on documentation
    1. Extend the structure RFPOSX and RFPOS with a new append structure.
    2. Run the RFPOSXEXTEND report.
    3. Create BTE 1650 (Business Transaction Event). For this purpose, copy the sample function module SAMPLE_INTERFACE_00001650 into the customer namespace.
    4. Activate the module in transaction FIBF. Go to 'Settings -> Products -> ... of a customer' and create a product. You can choose the name of the product and the description. Set the 'Active' indicator and save.
    5. Go to 'Settings -> P/S Modules -> ... of a customer' and include an entry for event 00001650 with your new product and function module. Save the entry.
    Regards
    DKS

  • Error with Dump while adding Currency field in UI

    Hello,
    I have a requirement to add a custom entity in MDGM with an currency attribute, and encountring dump while adding the field to Web Dynpro component in UI.
    Could some one point me a direction and see below :
    Custom Entity with attributes
    ZTSTOCK  data element is type curr (Lenght 13, Dec 2)
    Data Model is activated without errors and created custom Web Dynpro Form component. while designing it in UIBB by adding Element TSTOCK_VL encountring a error and dump.
    Error: Could not find attribute WAERS and also dump showing below:
    Category               ABAP Programming Error
    Runtime Errors         UNCAUGHT_EXCEPTION
    Except.                CX_WD_CONTEXT
    ABAP Program           CL_WDR_CONTEXT_NODE_INFO======CP
    Application Component  BC-WD-ABA-RUN
    Date and Time          21.05.2014 00:13:32
    Short text
         An exception occurred that was not caught.
    What happened?
         The exception 'CX_WD_CONTEXT' was raised, but it was not caught anywhere along
         the call hierarchy.
         Since exceptions represent error situations and this error was not
         adequately responded to, the running ABAP program
          'CL_WDR_CONTEXT_NODE_INFO======CP' has to be
         terminated.
    Any help please.
    BR, Srihari

    Yes, since the release of the current segment is 45 and you are now in a ECC6 system you cannot cancel the release (because there is no ECC6 version). Just use the add version button to create a new version for ECC6. Once you have that you can add fields and set the release to ECC6.
    If you later on need to add more segements you can then cancel the release for your ECC6 segment and add the fields and set the release to ECC6 again (because you already have an ECC6 segment)
    Hope that explains it,
    Michael

  • How to Use EEWB in adding custom fields in transactions

    I have seen some tutorials on the net on how to customized transactions using EEWB. But it seems that CRM related transactions were the only examples I have seen. Is it possible to use EEWB in ANY transaction we wish to customize? We are planning to add custom fields in a Solution Manager transaction.

    Hi,
    I guess it depends on what transaction you want to add the field to. If for example you want to use transaction CRMD_ORDER (for processing issues, messages etc.) then EEWB fields created for table CRMD_ORDERADM_H will automatically be added in this transaction in a special tab called "Customer fields" (or something like that anyway).
    /Anders

Maybe you are looking for

  • Update to SL 10.6.1

    With Leopard I was working OK. I have just updated to SL 10.6.0. When I tried to update to SL 10.6.1 it did nothing, even with iTunes. In the installation window it stops int 5th item "Kind of Installation". Someone could help? Thanks.

  • Display problem since upgrading to Mavericks on my Macbook pro

    I have an early 2011 Macbook Pro 13" and I have just upgraded to Mavericks and since I have the screen has not been right Inconsistency across the screen with purple flickering Any idea how I can fix this It works fine but not ideal as this is my por

  • Problem with plain http adapter on XI 2.0

    Hi all, i have a problem setting up proper communication between XI 2.0 and PI 7.0 system using plain http adapter. Regardless of what i pass as url argument, i always receive the following error message: HTTP-Server Code 500 Reason Internal Server E

  • Nothing Will Finish Downloading

    My flash player stopped working out of the blue so I uninstalled it and attempted to download it for reinstall. (by not working I mean youtube videos freeze after only a few seconds) Now when I download any file from adobe's website (using Chrome, Fi

  • Problem with Illustrator toolbars

    I just bought the CS4 Design Premium Student Version from my school. When I opened up illustrator, it says this: "The document 'Print.ai' contains elements that are managed by plug-ins that are not currently available. You can delete or expand these