REgarding view selection  in mm02 while using bdc

hi,
i m using function module 'MATERIAL_BTCI_SELECTION_NEW'' for selecting the single view automatically in bdc,its working fine..but for another scenario i have to select the multiple views so for this what sud i do i how cud i pass multiple views in single parameter 'selection'.
plz help me.
thnx in advance.

We had to make a BDC recently for multiple views. For most of them we used BAPI_MATERIAL_SAVEDATA, but there are some views which are not available (Accounting 2 for example).
For others there are some other BAPIs, as BAPI_MATINSPCTRL_SAVEREPLICA for Quality Management, or BAPI_OBJCL_CHANGE fo Classification.
Anyway, for those views that need to be filled using BDC, the better way we have seen is to select at the beginning of BDC the Basic Data 1 view (which is always at the top of the list and is not dependent of the views that are available for a particular material) and then navigate between views with the following OK_CODEs:
Basic data 1 = SP01
Basic data 2 = SP02
External Objects = SP03
Classification = SP04
Sales: Sales Org. Data 1 = SP05
Sales: Sales Org. Data 2 = SP06
Sales: General/Plant Data = SP07
Foreign Trade: Export Data = SP08
Sales and Distribution Text = SP09
Purchasing = SP10
Foreign Trade: Import Data = SP11
Purchase order text = SP12
MRP 1 = SP13
MRP 2 = SP14
MRP 3 = SP15
MRP 4 = SP16
Forecast = SP17
Work scheduling = SP18
Production resources and tools = SP19
General Plant Data / Storage 1 = SP20
General Plant Data / Storage 2 = SP21
Warehouse Management 1 = SP22
Warehouse Management 2 = SP23
Quality Management = SP24
Accounting 1 = SP25
Accounting 2 = SP26
Cost Estimate 1 = SP27
Costing 2 = SP28
Plant stock = SP29
Storage location stock = SP30

Similar Messages

  • REgarding view selection mm02 in bdc

    hi,
         i m usung function module 'MATERIAL_BTCI_SELECTION_NEW'' for selecting the single view automatically in bdc,its working fine..but for another scenario i have to select the multiple views so for this what sud i do i how cud i pass multiple views in single parameter 'selection'.
    plz help me.
    thnx in advance.
    null

    We had to make a BDC recently for multiple views. For most of them we used BAPI_MATERIAL_SAVEDATA, but there are some views which are not available (Accounting 2 for example).
    For others there are some other BAPIs, as BAPI_MATINSPCTRL_SAVEREPLICA for Quality Management, or BAPI_OBJCL_CHANGE fo Classification.
    Anyway, for those views that need to be filled using BDC, the better way we have seen is to select at the beginning of BDC the Basic Data 1 view (which is always at the top of the list and is not dependent of the views that are available for a particular material) and then navigate between views with the following OK_CODEs:
    Basic data 1 = SP01
    Basic data 2 = SP02
    External Objects = SP03
    Classification = SP04
    Sales: Sales Org. Data 1 = SP05
    Sales: Sales Org. Data 2 = SP06
    Sales: General/Plant Data = SP07
    Foreign Trade: Export Data = SP08
    Sales and Distribution Text = SP09
    Purchasing = SP10
    Foreign Trade: Import Data = SP11
    Purchase order text = SP12
    MRP 1 = SP13
    MRP 2 = SP14
    MRP 3 = SP15
    MRP 4 = SP16
    Forecast = SP17
    Work scheduling = SP18
    Production resources and tools = SP19
    General Plant Data / Storage 1 = SP20
    General Plant Data / Storage 2 = SP21
    Warehouse Management 1 = SP22
    Warehouse Management 2 = SP23
    Quality Management = SP24
    Accounting 1 = SP25
    Accounting 2 = SP26
    Cost Estimate 1 = SP27
    Costing 2 = SP28
    Plant stock = SP29
    Storage location stock = SP30

  • How to handle views in material master while doing BDC

    Hi,
    I am doing BDC for three material types and the views are different for all the three types. Please anyone tell me how to handle the views for all these three material types.
    Thanks in advance.

    Hi,
    Refer following code which i have used for MRP 1-2-3-4 view selection
                CALL FUNCTION 'MATERIAL_BTCI_SELECTION_NEW'
                  EXPORTING
                    MATERIAL                  = IT_UPLOAD-MATNR  " Material number
                    MATERIALART               = GI_MARA-MTART          " Material Type
                    SELECTION                 = 'D'              " PSTAT(maintenance status) value for MRP.
                    TCODE                     = 'MM01'           " Tcode where view's are called.
                  TABLES
                    BTCI_D0070                = IT_BDCDATA_VIEW
                  EXCEPTIONS
                    MATERIAL_NOT_FOUND        = 1
                    MATERIAL_NUMBER_MISSING   = 2
                    MATERIAL_TYPE_MISSING     = 3
                    MATERIAL_TYPE_NOT_FOUND   = 4
                    NO_ACTIVE_DYNPRO_SELECTED = 5
                    NO_AUTHORITY              = 6
                    OTHERS                    = 7.
                READ TABLE IT_BDCDATA_VIEW WITH KEY FVAL  = 'X'.
                IF SY-SUBRC = 0.
                  V_SELECTION = IT_BDCDATA_VIEW-FNAM.
                  VAR = IT_BDCDATA_VIEW-FNAM+17(2).
                  CONCATENATE 'MSICHTAUSW-KZSEL(' VAR ')' INTO VAR1."MRP1
                  PERFORM BDC_FIELD       USING VAR1 "'MSICHTAUSW-KZSEL(12)'
                                                'X'.
                  VAR = VAR + 1.
                  CONCATENATE 'MSICHTAUSW-KZSEL(' VAR ')' INTO VAR1."MRP1
                  PERFORM BDC_FIELD       USING VAR1 "'MSICHTAUSW-KZSEL(13)'
                                               'X'.
                  VAR = VAR + 1.
                  CONCATENATE 'MSICHTAUSW-KZSEL(' VAR ')' INTO VAR1."MRP1
                  PERFORM BDC_FIELD       USING VAR1 "'MSICHTAUSW-KZSEL(14)'
                                                'X'.
                  VAR = VAR + 1.
                  CONCATENATE 'MSICHTAUSW-KZSEL(' VAR ')' INTO VAR1."MRP1
                  PERFORM BDC_FIELD       USING VAR1 "'MSICHTAUSW-KZSEL(15)'
                                                'X'.
    Regards,
    Pritish

  • Regarding views selection

    hi experts,
                   i m developing a bdc for valuation class and type using tc 'mm01' here i m facing one problem for some particulars materials the sequence of accounting views getting change automatically while executing the program , cud u plz tell me the function module for automatic selection of the views with proper parameters plz help me...

    Hi,
    You can use the function module BAPI_MATERIAL_SAVEDATA or MAINTAIN_MATERIAL_DARK to create materials.
    Thanks
    Naren

  • Creating Sales order texts while using BDC session method is not working

    Hi All,
    I have an existing program which creates sales order using BDC session method.( Actual program uses BAPI to create sales order and in case if any error occurs during creation of sales order BDC session is generated so that user can process it later and i am facing issues in this part of code where it uses BDC)
    I wanted to modify this BDC sesion  to update the sales order text also. I tried recording VA01 for creationg sales order text unfortunatly it is not capturing the data i am entering in the text fields.
    Please suggest if there is any way to create sales order using BDC.
    Regards
    Sheeba

    Hi Madhu,
    '=TP_CREATE' is the OK code i am getting for creating TEXTS. But the text entered are not captured in BDC.
    Part of BDC program generated for cretaing sales order texts.
    perform bdc_dynpro      using 'SAPMV45A' '4003'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=%_GC 128 22'.
    perform bdc_field       using 'LV70T-SPRAS'
                                  'EN'.
    perform bdc_dynpro      using 'SAPMV45A' '4003'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=TP_CREATE'.
    perform bdc_field       using 'LV70T-SPRAS'
                                  'EN'.
    perform bdc_dynpro      using 'SAPMV45A' '4003'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=%_GC 128 22'.
    perform bdc_field       using 'LV70T-SPRAS'
                                  'EN'.
    perform bdc_dynpro      using 'SAPMV45A' '4003'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=TP_CREATE'.
    perform bdc_field       using 'LV70T-SPRAS'
                                  'EN'.
    perform bdc_dynpro      using 'SAPMV45A' '4003'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/EBACK'.
    perform bdc_field       using 'LV70T-SPRAS'
                                  'EN'.
    perform bdc_dynpro      using 'SAPMV45A' '4001'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=SICH'.
    Regards,
    Sheeba

  • How to change the property of the fields on screen while using BDC

    Hello,
    I am working on a program where I am using BDC call transaction method to update vendor master data using Fk02. I need to call the transaction in mode 'E'. As per the requirement I don't want user to see all the fields available on that screen. For example on Payment transactions screen I only want user to see fields like Bank key, bank number in the editable mode and rest all the fields on the screen should be greyed out.
    Can you please help with how can i do this.

    Hi,
    I think you can achieve this using transaction variant. Create a transaction variant using SHD0 and grey out the fields which you want. After that in BDC, instead of calling FK02, call the transaction variant you created. you may have to change the BDC recording a bit, but i think you can give it a try?
    Do let me know if it helps you.
    Regards,
    Raghav.

  • Error while using BDC

    Hi Experts,
         I have used the alv list report
    for eg: the output is
    vendor.no  plant  quantity
    i had displayed quantity's sum at the end of the field(quantity),using do_sum = 'x'.
    that total amount(wrbtr) should display in FB60(in amount field)
    i had used bdc for this,but im getting the error as
    FIELD INVFO-WRBTR. input value is longer than screen field
    Can anyone suggest me on this issue.
    Regards,
    Sharmila.S

    data:value type c.
    loop at it_mseg1.
        move it_mseg1-lifnr to bdc-lifnr.
        move it_mseg1-werks to bdc-werks.
        move it_mseg1-diff to bdc-diff1.
        collect bdc.
        clear it_mseg1.
        endloop.
        value = bdc-diff1.*this is the value*
        CONDENSE value no-gaps.
    loop at bdc.
    perform bdc_dynpro      using 'SAPMF05A' '1100'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    *perform bdc_field       using 'INVFO-WRBTR'
                                  value.*
    *perform bdc_field       using 'INVFO-WRBTR'
                                  value.*
    *perform bdc_field       using 'INVFO-WRBTR'
                                  value.*
    *perform bdc_field       using 'INVFO-WRBTR'
                                  value.*
    *perform bdc_field       using 'INVFO-WRBTR'
                                  value.*
    *perform bdc_field       using 'INVFO-WRBTR'
                                  value.*
      CALL TRANSACTION 'FB60' USING BDCDATA MODE 'A' .
    ENDLOOP.
      ENDCASE.
    ENDFORM.                    "USER_COMMAND
    Edited by: Sharmila Somasundaram on Dec 30, 2009 6:31 PM
    Edited by: Sharmila Somasundaram on Dec 30, 2009 6:52 PM

  • Errors in Flat files while using BDC

    *Hey Experts,*
    *I have made a BDC program which uploads an excel file into the system.Check the coding below*
    *I tried to run the same data but i received the following error at the system  status.*
    *Excel file://c:\cannot be processed .on checking in details i received this*
    *Message no. UX893*
    *Diagnosis*
    *An error occurred while attempting to process Excel file FILE://C:\Users\Administrator\Desktop\jack abaper\.*
    *Check whether:*
    *the file exists*
    *you have authorization to process the file*
    *Excel is installed and can be run*
    *System Response*
    *Excel file FILE://C:\Users\Administrator\Desktop\jack abaper\ is not processed. The activity is terminated.*
    *Procedure*
    *When the error has been corrected, restart the program.*
    *is there a way for the program to check the exact cause of error,like for my case the same data i was uploading.*
    *if it could tell me which row of data in the file is bringing this error.Apart from that I am to run this program in background not foreground ,please note of that while forgering a solution.*
    *Does anyone have a solution for this,or a better way gladly accept?*
    *Thank you my fellow abapers*
    *all help is appreciated.*
    *regds*
    *Ja*
    *Below see program>>>*
    REPORT  z_uploadbdc NO STANDARD PAGE HEADING LINE-SIZE 255.
    TYPE-POOLS: truxs.
    SELECTION-SCREEN : BEGIN OF BLOCK blk1 WITH FRAME TITLE text-001.
    PARAMETERS: p_file TYPE  rlgrap-filename OBLIGATORY DEFAULT 'C:\'.
    SELECTION-SCREEN : END OF BLOCK blk1.
    *&     Global Declarations
    TYPES: BEGIN OF t_datatab,
          col1(30)    TYPE c,
          col2(30)    TYPE c,
          col3(30)    TYPE c,
          END OF t_datatab.
    DATA: it_datatab TYPE STANDARD TABLE OF t_datatab,
          wa_datatab TYPE t_datatab.
    DATA: it_raw TYPE truxs_t_text_data.
    TYPES: BEGIN OF ty_material,
           matnr TYPE matnr,
           anzahl TYPE anzahl,
           eqtyp TYPE eqtyp,
           servon TYPE servon,
           serbis TYPE serbis,
           sernr TYPE serbis,
           END OF ty_material.
    DATA: it_material TYPE TABLE OF ty_material,
          wa_material TYPE ty_material,
          it_bdcdata TYPE TABLE OF bdcdata,
          wa_bdcdata TYPE bdcdata.
    Table for messages from call transaction.
    The table is automatically filled with messages from call transaction.
    DATA BEGIN OF messtab OCCURS 10.
            INCLUDE STRUCTURE bdcmsgcoll.
    DATA END OF messtab.
    DATA : WF_MESSAGE(100).
    REFRESH MESSTAB.
    *&   AT SELECTION SCREEN
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      CALL FUNCTION 'F4_FILENAME'
        EXPORTING
          field_name = 'P_FILE'
        IMPORTING
          file_name  = p_file.
    *include bdcrecx1.
    *&   START-OF-SELECTION
    START-OF-SELECTION.
      CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
        EXPORTING
      I_FIELD_SEPERATOR          =
          i_line_header              = 'X'
          i_tab_raw_data             = it_raw
          i_filename                 = p_file
        TABLES
          i_tab_converted_data       = it_material
        EXCEPTIONS
          conversion_failed = 1
          OTHERS            = 2.
      IF sy-subrc NE  0.
        MESSAGE ID sy-msgid
              TYPE sy-msgty
              NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    *perform open_group.
      LOOP AT it_material INTO wa_material.
        PERFORM bdc_dynpro      USING 'SAPMIEQ0' '2000'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'RISA0-SERNR(01)'.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      'BU'.
        PERFORM bdc_field       USING 'RISA0-MATNR'
                                      wa_material-matnr.
        PERFORM bdc_field       USING 'RISA0-ANZAHL'
                                      wa_material-anzahl.
        PERFORM bdc_field       USING 'EQUI-EQTYP'
                                      wa_material-eqtyp.
        PERFORM bdc_field       USING 'RISA0-SERVON'
                                      wa_material-servon.
        PERFORM bdc_field       USING 'RISA0-SERBIS'
                                      wa_material-serbis.
        PERFORM bdc_field       USING 'RISA0-SERNR(01)'
                                       wa_material-sernr.
    perform bdc_transaction using 'IQ04'.
        CALL TRANSACTION 'IQ04' USING it_bdcdata
                          MODE 'A' UPDATE 'S'
                          MESSAGES into messtab.
        REFRESH it_bdcdata.
    ENDLOOP.
    *&      Form  bdc_dynpro
          text
         -->PROGRAM    text
         -->DYNPRO     text
    FORM bdc_dynpro USING program dynpro.
      CLEAR wa_bdcdata.
      wa_bdcdata-program = program.
      wa_bdcdata-dynpro = dynpro.
      wa_bdcdata-dynbegin = 'X'.
      APPEND wa_bdcdata TO it_bdcdata.
    ENDFORM.                    "bdc_dynpro
    *&      Form  bdc_field
          text
         -->FNAM       text
         -->FVAL       text
    FORM bdc_field USING fnam fval.
      CLEAR wa_bdcdata.
      wa_bdcdata-fnam = fnam.
      wa_bdcdata-fval = fval.
      APPEND wa_bdcdata TO it_bdcdata.
    ENDFORM.                    "bdc_field
    perform close_group.
    Edited by: JackAbaper on Feb 8, 2012 3:11 PM
    Edited by: JackAbaper on Feb 8, 2012 3:14 PM
    Edited by: JackAbaper on Feb 8, 2012 3:15 PM

    Hi ,
    This is what you can do.
    Upload the file from presentation server to the application server through CG3Z.
    Then you can fetch the file from Application server to your BDC  program (Which you want to run in background).
    Regards,
    Chandan.

  • Adobe PDF viewer in MFC Hangs while using in Child Dialog

    Hi,
    I  am using Adobe PDF viewer ActiveX control in one of my application   made in MFC. The PDF viewer Loads PDF and Work well when i place it in  a  Parent Dialog. But, If i use it in Dialog that is embedded as a  Child  dialog to another dialog, it just hangs the entire application if  i try  to scroll up/down the viewer or click any print/zoom etc options  that  comes with Adobe PDF viewer.
    Could any  body help me on this, It already cost me a day to get a  solution.

    Thanks for the reply.
    I did forget to mention that I am now trying this under Windows 2000 Professional SP4 and VB6 SP5.
    Also I made a mistake in my previous post, I have Reader 7 on my pc, not 9.
    Adobe Acrobat Browser Control type Library 1.0 (AcroPDF.dll) can only be added to the project as a reference,
    not as a component. Project - Component does not list this. I tried selecting Project - Components - Browse.
    I then browsed to folder where I placed the AcroPDF.dll (C:\WINNT\system32). It was not listed in the default list since this lists
    only ocx files. I selected to show all files and the dll was then listed.
    If I selected this I received a message
    The file 'C:\WINNT\system32\AcroPDF.dll' was not registerable as an ActiveX component.
    Adding Adobe Acrobat Browser Control type Library 1.0 as a reference did not show anything in the toolbox.
    There was no red logo in the toolbox items.
    I definitely selected the General list and there was no sign of any Adobe or Acrobat item
    I then tried right click on toolbox, selected Components and Adobe Acrobat Browser Control type Library 1.0
    was not there.
    Stuart

  • Selection Failure error while using SUM expression - 11g

    Hi,
    I am using following expression to calculate SUM of child node values. It works in 10G, but errors our in 11g.
    Anyone has any workaround?
    Expression:
    <copy>
    <from expression="sum(bpws:getVariableData('Invoke_ebs_get_order_data_ebs_get_order_dataSelect_OutputVariable','XwCoiwsOrderHeadersVCollection','/ns4:XwCoiwsOrderHeadersVCollection/ns4:XwCoiwsOrderHeadersV/ns4:xwCoiwsOrderLinesVCollection/ns4:XwCoiwsOrderLinesV/ns4:orderedQuantity'))"/>
    <to variable="p_total_ordered_qty"/>
    </copy>
    Error Message:
    com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.xmlsoap.org/ws/2003/03/business-process/}selectionFailure}
    Thanks,
    Naveen
    Edited by: Leon Z on Feb 9, 2010 2:21 AM

    Gaurav,
    It didn't work.
    No Compilation error but failed while executing in EM.
    Invalid XPath expression. an error occurs while parsing XPath expression sum('Invoke_ebs_get_order_data_ebs_get_order_dataSelect_OutputVariable','XwCoiwsOrderHeadersVCollection','/ns4:XwCoiwsOrderHeadersVCollection/ns4:XwCoiwsOrderHeadersV/ns4:xwCoiwsOrderLinesVCollection/ns4:XwCoiwsOrderLinesV/ns4:orderedQuantity'). The XPath expression was invalid; the reason was: Parse Error in sum function.. Check the detailed root cause described in the exception message text and verify that the XPath expression named in the error message is correct. The XPath expression is defined in the BPEL process. }

  • Recording views to show later while using google earth. Thank You.

    Can I video record to SD, or thumb drv map views when using google earth to show later where there is no net connection.
    I want to record, and show an old guy what his mountain property looks like from the air via his TV which has USB & RCA video in.
    There is no net available where he is convelsing.
    OS= Win 7 Home Priemium.
    or; XP pro 3.
    Thank You for all your programs.
    David Braddy

    Try to download google earth software then go to area you want it to be offline and done

  • Why can I view cramster material anymore while using firefopx?

    I use to view cramster site with firefox. But after an update, I could log in but not view the material. I deleted the fire fox on my computer and reinstalled firefox 5. It worked for a day and same thing... What do i need to do?

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • Selecting specific column while using CAST

    Hi,
    I have following.
    CREATE OR REPLACE TYPE t_assoc_agents_address
    AS OBJECT (varcharN_AGENCY_KEY ASSOC_AGENTS.AGY_KEY%TYPE,
    N_AGENCY_ADDRESS_KEY PARTYXREF.REFKEY%TYPE,
    N_AGENT_KEY ASSOC_AGENTS.AGT_KEY%TYPE);
    CREATE OR REPLACE TYPE nt_assoc_agents_address AS TABLE OF t_assoc_agents_address;
    OPEN AGENCY_CONTACT_DATA FOR
    SELECT *
    FROM
    Table (cast (lv_assoc_agents_add_out AS nt_assoc_agents_address));
    The above work fine but if I want to select a perticular column in place of * in the SELECT clause, it gives error.
    Is there any way to do this? Pls. help...

    Can you post a complete example of what works fine? SQL object types do not support the %type syntax which is PL/SQL only, but object types can only be created in SQL
    From the PL/SQL Reference manual
    http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96624/10_objs.htm#4139
    Currently, you cannot define object types in a PL/SQL block, subprogram, or package. However, you can define them interactively in SQL*Plus using the following syntax:
    You example has syntax errors and won't compile.
    Also can you please supply the error that you see when it does not work fine, which might give someone a clue how to answer your question.
    SQL> declare
      2    l_dummy emp.empno%type;
      3  begin
      4    null;
      5  end;
      6  /
    PL/SQL procedure successfully completed.
    SQL> create or replace type t_dummy as object (n emp.empno%type);
      2  /
    Warning: Type created with compilation errors.
    SQL> sho err
    Errors for TYPE T_DUMMY:
    LINE/COL ERROR
    0/0      PL/SQL: Compilation unit analysis terminated
    1/27     PLS-00201: identifier 'EMP.EMPNO' must be declared
    SQL> declare
      2    create or replace type t_dummy as object (n emp.empno%type);
      3  begin
      4    null;
      5  end;
      6  /
      create or replace type t_dummy as object (n emp.empno%type);
    ERROR at line 2:
    ORA-06550: line 2, column 3:
    PLS-00103: Encountered the symbol "CREATE" when expecting one of the following:
    begin function package pragma procedure subtype type use
    <an identifier> <a double-quoted delimited-identifier> form
    current cursor

  • Display MIGO using BDC

    Hi Experts,
    While using BDC method to call MIGO, I am not getting desired output.
    Find below the code snippet.
              clear bdcdata_wa.
              bdcdata_wa-fnam =  'BDC_CURSOR'.
              bdcdata_wa-fval = 'GODYNPRO-ACTION'.
              append bdcdata_wa to bdcdata_tab.
              clear bdcdata_wa.
              bdcdata_wa-fnam =  'GODYNPRO-ACTION'.
              bdcdata_wa-fval = 'A01'.
              append bdcdata_wa to bdcdata_tab.
              clear bdcdata_wa.
              bdcdata_wa-fnam =  'BDC_CURSOR'.
              bdcdata_wa-fval = 'GODYNPRO-REFDOC'.
              append bdcdata_wa to bdcdata_tab.
              clear bdcdata_wa.
              bdcdata_wa-fnam =  'GODYNPRO-REFDOC'.
              bdcdata_wa-fval = 'R01'.
              append bdcdata_wa to bdcdata_tab.
    call transaction 'MIGO' using bdcdata_tab options from opt .
    I am getting MIGO screen but Reference document type is not getting displayed properly.
    Regards,
    Sibinraj

    Hi
    Try below code and change accordingly
    perform bdc_dynpro      using 'SAPLMIGO' '0001'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=OK_GO'.
    perform bdc_field       using 'GODYNPRO-ACTION'
                                  'A01'.
    perform bdc_field       using 'GODYNPRO-REFDOC'
                                  'R01'.
    perform bdc_field       using 'GODEFAULT_TV-BWART'
                                  '101'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'GODYNPRO-PO_NUMBER'.
    perform bdc_field       using 'GOHEAD-BLDAT'
                                  '20.09.2011'.
    perform bdc_field       using 'GOHEAD-BUDAT'
                                  '20.09.2011'.
    perform bdc_field       using 'GOHEAD-WEVER'
                                  '1'.
    perform bdc_dynpro      using 'SAPLMIGO' '0001'.
    perform bdc_transaction using 'MIGO'.
    Shiva

  • Layers while using mobile app?

    If a pdf has layers is it possible to view and select/deselect them while using the mobile app?

    Hi,
    Currently, it is not possible to turn on or off each layer in the Adobe Reader mobile apps (for iOS, Android, Windows Phone).  I am not aware of any other third-party mobile apps that support layers in PDF documents.
    I'd recommend using the desktop version of Adobe Reader on a Mac or Windows computer to view PDF documents with layers.  Sorry for the inconvenience.

Maybe you are looking for