How to post material master legal control data (Foreign trade export view)?

Dear Gurus,
Currently we have an external application which posts material master data into SAP using MATMAS IDOC through JCO. Now we have a requirement wherein we need to post legal control data ( especially ALNUM field) beisdes the regular views. MATMAS Idoc do not have a provision to post this specific field ALNUM ( Export control class).
Can you please suggest how to post this field value in to SAP. Do we need to use any other IDOC or RFM/BAPI as we do with classification view. In that case can you please suggest those relevant APIs.
Thanks in advance
Aman

Hi Aman,
         I have got the same problem with this legal control field(ALNUM field).
         There is no provison to post this field through IDOC. Can u please tell me what was the why u followed for this issue.
Thanks& regards,
Naren.

Similar Messages

  • MM03- Legal Control Tab (Foreign Trade export screen )

    Dear All,
    I need to Disable ' Legal control'  tab in Foreign Trade export screen in MM03,
    Could you please give Configuration Path ??
    Many Thanks!!
    Best Regard!!!
    Sneha

    Hi,
    You can do it in OMSR...but you have to individually disable the fields.
    OMSR> select MARC-PRENC>click on the arrow in extreme right side>field references are shown>here you can hide, display make required entry or optional entry.
    In case of doubts please revert..
    Regards
    Arya

  • Control Code in Material Master Foreign Trade Export view

    Hi All,
    In material master Foreign Trade Export view we have a field Control Code (MARC - STEUC) i would like to know where do we configure these control codes in SPRO?
    I need to know the path to configure them
    Regard s
    Pavan

    spro@Logistics - General@Material Master@Material IDs@Maintain PKWiUs
    Regards,
    Indranil

  • How to deleate material master  in basic data corss-plant cm

    in material master fert in basic data cross-plant cm how to delete

    Hi Gopal,
    its not possible to delete entry from "cross-plant cm" baisc data 2 view.
    once you made a entry in this field , it will greyed out and its not possible to delete it.
    its a important field related to variant configuration, and one should be careful before making any entry in this field. same is applicable to MARC-STDPD in MRP 3 view.
    Regards
    Ritesh
    Edited by: R S D on Jun 2, 2009 12:22 PM

  • How can you set up ECCN in Material Master if not using Foreign Trade

    After many years, we now have the need to store ECCN codes on our Material Masters.  Although I see on the Foreign Trade view of the Material Master under Legal Control what appears to be a way to set this up, the fields are grayed out and do not seem to have an option to add?  We use Commodity Codes, and we need to just store the ECCN like we do the Commodity Code.  Any ideas?

    Hi,
    Please check this path.
    SPROSales and distribution-Foreign trade/customs---legal control .
    Here yiu can define the ECCNS and Legal requirements and license types and their groupings, asign to depature countries etc to see that they get defaulted at MM01 screen salesgeneral plant data.
    Regards,

  • Legal control in Foreign Trade

    we are working on an implementation of foreign trade component for 5.0, in that we are facing following problems,
    1. Validity date of license is (showing 00.00.0000) not found & determined date of file entry is showing 00.00.0000, and it also says that license status: 4
    Another error is ' No license determined! ' with RED signal.
    Also' Status Legal Regulation ' is also in RED
    Request you to kindly revert to us on the above ASAP, as we need to fix the same. Also guide us through configurations, if any.
    Thanking in advance.
    Chittaranjan

    Thanks once again, Siarhei!!  You are absolutely right!!  The text exists in the TTXOB, STXH and STXL tables.  And I'm sure you are right that we can get that data to pull into the scripting and print.
    But do you by chance know why the text object EMBK does not exist in Text determination table (RVTXOBJ)?  If it did exist I could create an access sequence to go and get the data.  I would really prefer to set it up that way if possible so we can see the text in the sales order and then copy it into the delivery note and invoice.  If not, then of course I will use the scripting to get it printed.
    You have been so helpful!! 
    Thanks very, very much!!
    Debbie

  • Legal Control data for a Material in Foreign Trade View.

    Hi All
    We are facing the  problem for updating the Legal Control data for a Material in Foreign Trade View.
    Is there any BAPI for doing that ?
    Please guide me.
    Thanks in Advance
    Regards
    Kiran K Vadrevu

    We figured this out.  We used SM30 to find table / view V_T604F  and add a value for country US.
    Edited by: MacaryD on Feb 4, 2010 5:13 PM

  • How to Create material master workflow

    Hi All,
    Can anybody tell me how to create material master workflow?
    i need to customize the workitem  for creating data in different views in MM01 transaction with restriction to particular user.
    Regards,
    Priti

    Hi,
    This link is to  display a material.My requirement is to create a workflow which will allow a responsible person to enter data for specific department data e.g Purchase,Accounting etc.Initially anyone can create data using basic data1 and basic data2 views.After this my workflow will be triggered and it will go to next person who is responsible to enter Purchase data and then Accounting data.
    Plz help me to create different views with respect to person.
    Thanks in advance.

  • How to set 'Material Master' tab as default in standard transaction CG54?

    Hi All
    I am having a requirement to call the transaction CG54 from a custom program. On calling the transaction, I need to put some default values to the input fields and the default tab selected should be 'Material Master'. I am able to default input fields using BDC Transaction call. Can anybody guide me how to set Material Master tab as the default tab selected?
    Thanks in advance
    Rinzy Deena Mathews

    Hi All
    Solved the issue by myself.
    Initialization of tab in transaction CG54 is based on the values in the standard table TCGSGP - EHS: Search parameter (reproduction from SET/GET memory).
    Calling of the transaction CG54, with default values and parameters can be done with the help of following standard function module:
    *-- Types
      TYPES : BEGIN OF t_obj_tab.
              INCLUDE STRUCTURE rcgapplobj.
      TYPES : END OF t_obj_tab.
      TYPES : tt_obj_tab  TYPE t_obj_tab OCCURS 20.
      TYPES: BEGIN OF t_zplm02,
               sbgvid TYPE zppr_de_sbgvid,
             END OF t_zplm02.
    *-- Internal Tables
      DATA: li_obj_tab    TYPE tt_obj_tab WITH HEADER LINE,
            li_report     LIKE rcgstdrecn OCCURS 20 WITH HEADER LINE,
            li_variant    LIKE rcgstdrecn OCCURS 20 WITH HEADER LINE,
            li_subid_tab  TYPE espre_subid_rep_tab_type WITH HEADER LINE,
            li_report_m   LIKE rcgstdrecn OCCURS 20 WITH HEADER LINE,
            li_variant_m  LIKE rcgstdrecn OCCURS 20 WITH HEADER LINE,
            li_subid_tab_m TYPE espre_subid_rep_tab_type WITH HEADER LINE,
            li_zplm02     TYPE STANDARD TABLE OF t_zplm02.
    *-- Structures
      DATA: ls_addinf     TYPE rcgaddinf,
            ls_rcgradmsel TYPE rcgradmsel,
            lw_zplm02     TYPE t_zplm02.
    *-- Variables
      DATA: lv_trtype     TYPE rcgdialctr-trtype VALUE 'D',
            lv_actype     TYPE rcgdialctr-actype VALUE 'D',
            lv_viewappl   TYPE tcgl3-repappl     VALUE 'MATMASTER',
            lv_sel_valdat TYPE rcgradmsel-valdat,
            lv_sel_langu  TYPE rcgradmsel-langu,
            lv_ucomm      TYPE syucomm,
            lw_gen        TYPE char10,
            lv_flag       TYPE esp1_boolean,
            lv_werks      TYPE werks_d,
            lv_bsbgvid    TYPE zppr_de_bsbgvid.
    *-- Parameters
      ls_addinf-aennr      = sy-datum.
      ls_addinf-valdat     = sy-datum.
      ls_rcgradmsel-sbgvid = iw_gen.
      ls_rcgradmsel-matnr  = p_matnr.
      ls_rcgradmsel-namcat = 'MATNR'.
      ls_rcgradmsel-reprefflg = abap_true.
      ls_rcgradmsel-numcat = 'NUM'.
    *-- Application Object
      li_obj_tab-repappl = 'MATMASTER'.
      li_obj_tab-objectkey = p_matnr.
      APPEND li_obj_tab.
    *-- Evaluate selection screen and fill keytab
      CALL FUNCTION 'C1G0_KEYTAB_FILL_FROM_RADMSEL'
        EXPORTING
          i_radmsel             = ls_rcgradmsel
          i_valdat              = ls_addinf-valdat
          i_actype              = lv_actype
          i_flg_popup_no_param  = abap_true
        IMPORTING
          e_flg_cancel          = lv_flag
        TABLES
          i_applobj_tab         = li_obj_tab
          e_keytab_report       = li_report
          e_keytab_variant      = li_variant
          e_subid_refreport_tab = li_subid_tab
        EXCEPTIONS
          OTHERS                = 1.
    *-- Initilize Report Header Buffer
        CALL FUNCTION 'C1AP_ESTDH_BUF_INIT'
          EXPORTING
            i_aennr  = ls_addinf-aennr
            i_valdat = ls_addinf-valdat.
    *-- Parameters
        ls_addinf-aennr      = sy-datum.
        ls_addinf-valdat     = sy-datum.
        ls_rcgradmsel-sbgvid = iw_gen.
        ls_rcgradmsel-matnr  = p_matnr.
        ls_rcgradmsel-namcat = 'MATNR'.
        ls_rcgradmsel-reprefflg = abap_true.
        ls_rcgradmsel-numcat = 'NUM'.
    *-- Application Object
        li_obj_tab-repappl = 'MATMASTER'.
        li_obj_tab-objectkey = p_matnr.
        APPEND li_obj_tab.
    *-- Initial report block tree of information
        CALL FUNCTION 'C1G2_ENTRY_INQUIERY'
          EXPORTING
            i_trtype              = lv_trtype
            i_actype              = lv_actype
            i_addinf              = ls_addinf
            i_viewappl            = lv_viewappl
            i_sel_valdat          = lv_sel_valdat
            i_sel_langu           = lv_sel_langu
            i_rcgradmsel          = ls_rcgradmsel
          IMPORTING
            e_okcode              = lv_ucomm
          TABLES
            i_keytab_report       = li_report
            i_keytab_variant      = li_variant
            i_subid_refreport_tab = li_subid_tab
            i_applobj_tab         = li_obj_tab.
    With Regards
    Rinzy Deena Mathews.

  • How to extend material master product Hierarchy

    Hi,
    How to extend material master product Hierarchy
    Define Product Hierarchies (SAP Library - Material Master)
    In SAP help, the procedure is given, But in procedure we need to change standard structures and data elements.
    Need to know, This is only the possibilty?
    Need to change structure and data elements by Access key only or there is some other way.
    Regards
    Sukumar

    Hi,
    Use t.code:MM01 and in Copy From Field Give Material No ( u wan to copy) and in Next Screen Give Extending Plant & Storage Location and in Copy From Fields give Reference Plant & Storage Location.
    For more check the links for material extension.
    http://www.copacustomhelp.state.pa.us/infopak/nav/procurement/pr%20master%20data/file1434/index.htm
    http://www.copacustomhelp.state.pa.us/infopak/standard/fastpaths/mm01_content.htm
    Regards,
    Biju K

  • MM01-Legal Control Data

    Hello Experts,
    I have a requirement regarding creation of material.The version i am using is ECC6.0.
    I am creating a material by copying from existing material.By giving enter in each and every tab the data is getting copied.
    when coming to foreign trade export tab there is button LEGAL CONTROL DATA,the user does'nt want to click that button but he wants the legal control data to get copied without clicking the button.
    I got to know about the BADI BADI_MATERIAL_REF , but i didnt find the legal control structure MAEX in this BADI.
    Experts!! Is there any possibility to copy the LEGAL CONTROL DATA without clickting the button in FOREIGN EXPORT TRADE tab??.I want to know is there any Enhancements or any other alternative solution for this.
    Thanks in Advance,
    Syed Maheboob.

    I got the solution,
    i have done through implicit enhancement spot by adding the code required in the program LMGMMI31.

  • How to get Material Master Moving average price into Purchase Order

    Hi,
    How to get Material master moving average price into purchase order instead of Purchase Info record.
    Thanks,
    Sridhar

    Hi,
            I  cannot understand whether it is necessary .
           How about as following step?
                 1. create Purcahse requisition
                                Price come form moving average price in material master.
                 2. Create Purchase order reference Purchase  requisition
                                There is a setting  from the unit price of P/R onto the unit price of P/O.
      Regards,
         Gaito

  • MM03- Legal Control (Foreign Trade export screen)

    Dear All,
    I need to Disable ' Legal control'  tab in Foreign Trade export screen in MM03,
    Could you please give Configuration Path ??
    Many Thanks!!
    Best Regard!!!
    Sneha

    Hi Sneha,
    If you want to remove the legal control fields, you have to remove teh dynpro SAPLMGD1 2202 from the screen sequence .
    You can do it in spro - Logistics General - Material Master - Configuring the Material Master - Define Structure of Data Screens for Each Screen Sequence ...   (better if you do it for a screen seunce not standard).
    Regards,
    Mauro

  • BAPI to update EIKP (Foreign Trade: Export/Import Header Data)

    Hello,
    Is there any BAPI to update EIKP (Foreign Trade: Export/Import Header Data) table fields.
    Thank you.
    Best Regards,
    Sreenivas.

    Hi Sreenivas
    Try the FM EXPIMP_POSTING
    Pushpraj

  • BAPI to update EIKP (Foreign Trade: Export/Import Header Data) data

    Hello,
    Is there any BAPI to update EIKP (Foreign Trade: Export/Import Header Data) table fields.
    Thank you.
    Best Regards,
    Sreenivasa Chary Bathoju.

    Dear Sreeninvas,
    You can you BAPI_PO_CHANGE to change EIKP data. and all purchase order related data.
    Thank you.
    Best Regards,
    Sasidhar Reddy Matli.

Maybe you are looking for

  • Old GR/IR balances

    Hi experts, If i run MB5S, i found few documents lying in the system with GR/IR balances. If i want to clear these documents what are the different options available.? 1) If I want to settle to vendor, (for the GRs done for the POs few years back), i

  • Need advice on multiple imac repairs

    hi all i bought my imac a few years ago its a white intel 17 inch imac i have been having alot of problems with it for the past 8 months its had 3 logic boards replaced in last 7 months the most recent being 2 weeks ago and now i am getting same prob

  • Download excel file to PC in background

    Hi All, I need to write a report to local PC as an excel file. The program is working fine in foreground using cl_gui_frontend_services=>gui_download. However since the report data is very large, when the user runs the program in foreground, it alway

  • Configure Web Services in a SAP-IDES-System?

    Hello, I have access to a SAP-frontend on a SAP-IDES-System and now Iu2019d like to configure two Web Services in SAP. I think I can do this configuration with SPRO, but I donu2019t really know how and where. Is there a good documentation about Web S

  • Containers paths and collections names

    Hi, i have two questions (running the shell ./dbxml): a) when i open a container, eg /path/to/my/container.dbxml (a container which is not in my default DB environment) with the command "openContainer /path/to/my/container.dbxml", how do i perform an