BDC_OPEN_GROUP....group invalid

Hi,
I have a BDC code which calls transaction FB01/F-28.
When the program is executed, I get pop-ups for BDC_OKCODE where i have to manually press enter. There is one option on Selection screen to disable this popups (for creating background jobs).
When this popup is enabled, I am able to post documents calling mentioned transaction i.e. BDC is executed successfully. But whenever the option for disabling the popups is selected....I get an err
BDC_OPEN_GROUP....group invalid
Can someone explain the reason for this error.

Yes the variable(w_session) for group is blank. What should be its value?
  CALL FUNCTION 'BDC_OPEN_GROUP'
    EXPORTING
      client = sy-mandt
      group  = w_session
      user   = w_uname     
      keep   = c_space.

Similar Messages

  • BDC_OPEN_GROUP, group .. is invalid

    Hi,
    Can any one tell me what to do regarding this kind of error?
    I'm using  LSMW and I'm now in step 'Create Batch Input Session'.
    If I execute the step without additional values in the paramenters, the system shows an error 'BDC_OPEN_GROUP, group .. is invalid'.
    Please guide me on what to do.
    Points will be rewarded.
    Regards,
    Reymar

    See Re: LSMW upload

  • Error in Global services:Invalid folders: Property Groups

    We have EP 6.0 SP09 system.
    When I try to add a predefined property which I created to the property
    group, I get the following error.
    Invalid folders: Property Groups
    Invalid classes: Property Structure
    The following configuration objects have some invalid
    properties: "userDetailsAddress", "AppContactPersonOverview", "userDetai
    ls", "access_links", "userDetailsGeneralName", "rendering", "sessionGene
    ralGroup", "DEPARTMENT:", "lifetime", "default", "all_groups", "LOCATION
    :", "REPRODUCTGROUPINGS:", "QIS", "reporting", "custom", "userDetailsCom
    pany", "userDetailsGeneralCommunication", "system", "userDetailsGeneral"
    , "SUBJECT:"
    Could youplease let me know how to resolve the issue.Your immediate
    attention will be greatly appreciated
    Thanks,
    Viji
    [email protected]

    everything is fine. import file and export file are good and no issues with those file
    please clear my doubts
    i got information like
    CSSImportExport utitlity will not work in 11.1.1.4. only the LCM can do the user imports.
    please confirm me ...
    if its we go its very difficult to migrate like 9.2.1 to 9.3.1 to 9.3.3 to 11.1.1.1 to 11.1.1.4 for me already i migrated the HFM application and reports successfully 9.2.1 to 11.1.1.4
    please advice me....

  • BDC_OPEN_GROUP in LSMW

    Hi all,
    I am doing a LSMW and after I create batch I get message BDC_open_group is invalid
    Any ideas?
    Thx
    RM

    I think The Screen Info is not passed correctly..
    Because of that it is giving that error.
    regards
    vijay

  • Problem with clearing FM - POSTING_INTERFACE_CLEARING

    Hello,
    We are using the above FM for clearing customer open items against the incoming payments.
    This is working fine for some cases.
    However for large volume ransactions, this does not work - When executed in background the program gives error "BDC_OPEN_GROUP, group .. is invalid".
    Currently we are tyring to clear around 220000 open items against 1 payment document.
    This function module works fine for all scenarios, however does not work only for for large volume transactions.
    SAP does not provide any assistance for this issue as the function module is 'not released'
    Given below is the code that we are using to call the function module:
      CALL FUNCTION 'POSTING_INTERFACE_START'
        EXPORTING
          i_function         = 'C'
          i_group            = l_group
          i_mode             = 'N'
          i_update           = 'S'
          i_user             = sy-uname
          i_xbdcc            = 'X'
        EXCEPTIONS
          client_incorrect   = 1
          function_invalid   = 2
          group_name_missing = 3
          mode_invalid       = 4
          update_invalid     = 5
          OTHERS             = 6.
    Clear all the line items.
      CALL FUNCTION 'POSTING_INTERFACE_CLEARING'
        EXPORTING
          i_auglv                    = c_auglv     "value = UMBUCHNG
          i_tcode                    = c_tcode    "value = FB05
        TABLES
          t_blntab                   = t_blntab
          t_ftclear                  = t_ftclear
          t_ftpost                   = t_ftpost
          t_fttax                    = t_fttax
        EXCEPTIONS
          clearing_procedure_invalid = 1
          clearing_procedure_missing = 2
          table_t041a_empty          = 3
          transaction_code_invalid   = 4
          amount_format_error        = 5
          too_many_line_items        = 6
          company_code_invalid       = 7
          screen_not_found           = 8
          no_authorization           = 9
          OTHERS                     = 10.
      IF t_blntab[] IS INITIAL.    " sy-subrc <> 0.
        w_flag = 'X'.
        w_indicator = 'U'.
      ELSE.
        CLEAR w_flag.
        w_indicator = 'A'.
        COMMIT WORK.
      ENDIF.
      CALL FUNCTION 'POSTING_INTERFACE_END'.
    Any pointers regarding the solution for this problem will be of great help.
    Thanks,
    Sushil Joshi

    Hello Sujeet,
    As I mentioned, we are using FM POSTING_INTERFACE_START, then POSTING_INTERFACE_CLEARING and POSTING_INTERFACE_CLOSE.
    We have successfully tested this FMs for clearing documents over 50000 at a time, without splitting into sets of 999. Its only for this particular case that it is failing.
    We have 1 payment document and rest others (over 200000) open items. So my question is - if we have to split for every 999 items, do we need to call the POSTING_INTERFACE_START, then call the FM POSTING_INTERFACE_CLEARING in a loop and at the end call POSTING_INTERFACE_CLOSE.
    Will this post a single clearing document or a separate payment document for every set of 999 items ?
    Please advise.
    Thanks.

  • Problem reading upload file in MI34

    I am trying to execute MI34 and keep getting message 'BDC_OPEN_GROUP, group .. is invalid'. I have tried to create my upload file in both Excel and Access and save as .txt. Neither method works. I have debugged the program and discovered that the error occurs in RM07II34 at this line 'READ DATASET DS_PHY_NAME INTO YWEWA.' . The first record it reads is fine, but the second record is blank even though I have 3 records in my file.
    This is what my file looks like in AL11.
    TESTBB,MI04,,,,,20110215,00000000,00000000,00000000,2011,0100001020,001,,,X,,00000000000000000,,,,000,,0000000000000000,,,000000,,0000
    TESTBB,MI04,,,,,20110215,00000000,00000000,00000000,2011,0100001020,002,,,,,00000000000007000,,,,000,,0000000000000000,,,000000,,9011
    TESTBB,MI04,,,,,20110215,00000000,00000000,00000000,2011,0100001020,003,,,,,00000000000177992,,,,000,,0000000000000000,,,000000,,0000
    I'm using t-code CG3Z to upload the file.
    Does anyone have any ideas?
    Brenda

    Hi Brenda,
    Maybe first check if it works in test mode. Read documentation which comes with the MI34 transaction.
    Also maybe remove the comma's from your file, since the file is opened in legacy text mode.  It appears to me that the data in your file is overlayed into the structure ywewa and therefore should be in one big string.
    Good luck,
    Robert
    Edited by: RJ. Schamhart on Feb 16, 2011 1:39 PM

  • Error occured in bdc(session method)

    hai,
    i was written one bdc program with session method but unfortunatly it's throwing some error like bdc_group is invalid.
    this problem happening at when i was going to give the file path through f4 in selection screen it's showing like  BDC_OPEN_GROUP, group .. is invalid
    iam sending my coding also plz give me the clarifications abt this one.
               SESSION METHOD           **********************
    TYPES : BEGIN OF TY_DATA,
           LIFNR TYPE LIFNR,
           EKORG TYPE EKORG,
           KTOKK TYPE KTOKK,
           NAME1 TYPE NAME1_GP,
           SORTL TYPE SORTL,
           LAND1 TYPE LAND1_GP,
           WAERS TYPE BSTWA,
           END OF TY_DATA.
    DATA : WA_DATA TYPE TY_DATA,
           WA_BDCDATA TYPE BDCDATA,
           WA_BDCMSGCOLL TYPE BDCMSGCOLL.
    DATA : IT_DATA TYPE TABLE OF TY_DATA,
           IT_BDCDATA TYPE TABLE OF BDCDATA,
           IT_BDCMSGCOLL TYPE TABLE OF BDCMSGCOLL.
    DATA : V_FILE TYPE STRING.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    PARAMETER : PA_FILE LIKE FC03TAB-PL00_FILE, "OBLIGATORY default 'C:\MAHESH\IT_FILE.TXT'
                P_GROUP LIKE APQI-GROUPID OBLIGATORY.
    SELECTION-SCREEN END OF BLOCK B1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR PA_FILE.
      PERFORM GET_F4_FOR_FILE USING PA_FILE.
      V_FILE = PA_FILE.
      PERFORM UPLOAD_FILE_TO_ITAB USING V_FILE CHANGING IT_DATA.
      PERFORM OPEN_SESSION USING P_GROUP.
      LOOP AT IT_DATA INTO WA_DATA.
        REFRESH IT_BDCDATA.
    FIRST SCREEN DETAILS
        PERFORM FILL_SCREEN_DETAILS USING 'SAPMF02K' '0107' 'X'.
    **** FIELD DETAILS
        PERFORM FILL_FIELD_DETAILS USING 'BDC_CURSOR' 'RF02K-KTOKK'.
    OK CODES
        PERFORM FILL_FIELD_DETAILS USING 'BDC_OKCODE' '/00'.
    **** FILED LIFNR
        PERFORM FILL_FIELD_DETAILS USING 'RF02K-LIFNR' WA_DATA-LIFNR.
    FIELD EKORG
        PERFORM FILL_FIELD_DETAILS USING 'RF02K-EKORG' WA_DATA-EKORG.
    **** FIELD KTOKK
        PERFORM FILL_FIELD_DETAILS USING 'RF02K-KTOKK' WA_DATA-KTOKK.
    SECOND SCREEN DETAILS
        PERFORM FILL_SCREEN_DETAILS USING 'SAPMF02K' '0110' 'X'.
    FIELD CURSOR
        PERFORM FILL_FIELD_DETAILS USING 'BDC_CURSOR' 'lfa1-land1'.
    OK CODES
        PERFORM FILL_FIELD_DETAILS USING 'BDC_OKCODE' '=upda'.
    field NAME
        PERFORM FILL_FIELD_DETAILS USING 'LFA1-NAME1' WA_DATA-NAME1.
    field SORTL
        PERFORM FILL_FIELD_DETAILS USING 'LFA1-SORTL' WA_DATA-SORTL.
    field LAND1
        PERFORM FILL_FIELD_DETAILS USING 'LFA1-LAND1' WA_DATA-LAND1.
    THIRD SCREEN DETAILS
        PERFORM FILL_SCREEN_DETAILS USING 'SAPMF02K' '0310' 'X'.
    FIELD CURSOR
        PERFORM FILL_FIELD_DETAILS USING 'BDC_CURSOR' 'LFM1-WAERS'.
    OK CODES
        PERFORM FILL_FIELD_DETAILS USING 'BDC_OKCODE' '=upda'.
       ******** field SORTL
        PERFORM FILL_FIELD_DETAILS USING 'LFM1-WAERS' WA_DATA-WAERS.
        PERFORM BDC_INSERT USING 'MK01' IT_BDCDATA.
      ENDLOOP.
      PERFORM CLOSE_SESSION.
    *&      Form  GET_F4_FOR_FILE
    FORM GET_F4_FOR_FILE  USING    P_PA_FILE.
      CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
        EXPORTING
          FIELD_NAME = 'PA_FILE'
        CHANGING
          FILE_NAME  = PA_FILE.
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " GET_F4_FOR_FILE
    *&      Form  UPLOAD_FILE_TO_ITAB
    FORM UPLOAD_FILE_TO_ITAB  USING    FP_V_FILE
                              CHANGING FP_IT_DATA LIKE IT_DATA.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          FILENAME            = FP_V_FILE
          FILETYPE            = 'ASC'
          HAS_FIELD_SEPARATOR = 'X'
        TABLES
          DATA_TAB            = FP_IT_DATA.
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " UPLOAD_FILE_TO_ITAB
    *&      Form  OPEN_SESSION
    FORM OPEN_SESSION  USING    FP_P_GROUP.
      CALL FUNCTION 'BDC_OPEN_GROUP'
       EXPORTING
         CLIENT                    = SY-MANDT
      DEST                      = FILLER8
         GROUP                     = FP_P_GROUP
      HOLDDATE                  = FILLER8
         KEEP                      =  'X'
         USER                      = SY-UNAME
      IF SY-SUBRC = 0.
        WRITE : / 'PROCESS THE SESSION',FP_P_GROUP,'USING SM35'.
      ENDIF.
    ENDFORM.                    " OPEN_SESSION
    *&      Form  FILL_SCREEN_DETAILS
    FORM FILL_SCREEN_DETAILS  USING PROGRAM
                                    DYNPRO
                                    DYNBEGIN.
      WA_BDCDATA-PROGRAM = PROGRAM.
      WA_BDCDATA-DYNPRO  = DYNPRO.
      WA_BDCDATA-DYNBEGIN = DYNBEGIN.
      APPEND WA_BDCDATA TO IT_BDCDATA.
      CLEAR WA_BDCDATA.
    ENDFORM.                    " FILL_SCREEN_DETAILS
    *&      Form  FILL_FIELD_DETAILS
    FORM FILL_FIELD_DETAILS  USING  FNAM FVAL.
      WA_BDCDATA-FNAM = FNAM.
      WA_BDCDATA-FVAL = FVAL.
      APPEND WA_BDCDATA TO IT_BDCDATA.
      CLEAR WA_BDCDATA.
    ENDFORM.                    " FILL_FIELD_DETAILS
    *&      Form  BDC_INSERT
    FORM BDC_INSERT  USING FP_TCODE TYPE SYTCODE
                           FP_IT_BDCDATA LIKE IT_BDCDATA.
      CALL FUNCTION 'BDC_INSERT'
        EXPORTING
          TCODE     = FP_TCODE
        TABLES
          DYNPROTAB = FP_IT_BDCDATA.
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " BDC_INSERT
    *&      Form  CLOSE_SESSION
    FORM CLOSE_SESSION .
      CALL FUNCTION 'BDC_CLOSE_GROUP'
    EXCEPTIONS
      NOT_OPEN          = 1
      QUEUE_ERROR       = 2
      OTHERS            = 3
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " CLOSE_SESSION

    hai,
    i was written one bdc program with session method but unfortunatly it's throwing some error like bdc_group is invalid.
    this problem happening at when i was going to give the file path through f4 in selection screen it's showing like  BDC_OPEN_GROUP, group .. is invalid
    iam sending my coding also plz give me the clarifications abt this one.
               SESSION METHOD           **********************
    TYPES : BEGIN OF TY_DATA,
           LIFNR TYPE LIFNR,
           EKORG TYPE EKORG,
           KTOKK TYPE KTOKK,
           NAME1 TYPE NAME1_GP,
           SORTL TYPE SORTL,
           LAND1 TYPE LAND1_GP,
           WAERS TYPE BSTWA,
           END OF TY_DATA.
    DATA : WA_DATA TYPE TY_DATA,
           WA_BDCDATA TYPE BDCDATA,
           WA_BDCMSGCOLL TYPE BDCMSGCOLL.
    DATA : IT_DATA TYPE TABLE OF TY_DATA,
           IT_BDCDATA TYPE TABLE OF BDCDATA,
           IT_BDCMSGCOLL TYPE TABLE OF BDCMSGCOLL.
    DATA : V_FILE TYPE STRING.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    PARAMETER : PA_FILE LIKE FC03TAB-PL00_FILE, "OBLIGATORY default 'C:\MAHESH\IT_FILE.TXT'
                P_GROUP LIKE APQI-GROUPID OBLIGATORY.
    SELECTION-SCREEN END OF BLOCK B1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR PA_FILE.
      PERFORM GET_F4_FOR_FILE USING PA_FILE.
      V_FILE = PA_FILE.
      PERFORM UPLOAD_FILE_TO_ITAB USING V_FILE CHANGING IT_DATA.
      PERFORM OPEN_SESSION USING P_GROUP.
      LOOP AT IT_DATA INTO WA_DATA.
        REFRESH IT_BDCDATA.
    FIRST SCREEN DETAILS
        PERFORM FILL_SCREEN_DETAILS USING 'SAPMF02K' '0107' 'X'.
    **** FIELD DETAILS
        PERFORM FILL_FIELD_DETAILS USING 'BDC_CURSOR' 'RF02K-KTOKK'.
    OK CODES
        PERFORM FILL_FIELD_DETAILS USING 'BDC_OKCODE' '/00'.
    **** FILED LIFNR
        PERFORM FILL_FIELD_DETAILS USING 'RF02K-LIFNR' WA_DATA-LIFNR.
    FIELD EKORG
        PERFORM FILL_FIELD_DETAILS USING 'RF02K-EKORG' WA_DATA-EKORG.
    **** FIELD KTOKK
        PERFORM FILL_FIELD_DETAILS USING 'RF02K-KTOKK' WA_DATA-KTOKK.
    SECOND SCREEN DETAILS
        PERFORM FILL_SCREEN_DETAILS USING 'SAPMF02K' '0110' 'X'.
    FIELD CURSOR
        PERFORM FILL_FIELD_DETAILS USING 'BDC_CURSOR' 'lfa1-land1'.
    OK CODES
        PERFORM FILL_FIELD_DETAILS USING 'BDC_OKCODE' '=upda'.
    field NAME
        PERFORM FILL_FIELD_DETAILS USING 'LFA1-NAME1' WA_DATA-NAME1.
    field SORTL
        PERFORM FILL_FIELD_DETAILS USING 'LFA1-SORTL' WA_DATA-SORTL.
    field LAND1
        PERFORM FILL_FIELD_DETAILS USING 'LFA1-LAND1' WA_DATA-LAND1.
    THIRD SCREEN DETAILS
        PERFORM FILL_SCREEN_DETAILS USING 'SAPMF02K' '0310' 'X'.
    FIELD CURSOR
        PERFORM FILL_FIELD_DETAILS USING 'BDC_CURSOR' 'LFM1-WAERS'.
    OK CODES
        PERFORM FILL_FIELD_DETAILS USING 'BDC_OKCODE' '=upda'.
       ******** field SORTL
        PERFORM FILL_FIELD_DETAILS USING 'LFM1-WAERS' WA_DATA-WAERS.
        PERFORM BDC_INSERT USING 'MK01' IT_BDCDATA.
      ENDLOOP.
      PERFORM CLOSE_SESSION.
    *&      Form  GET_F4_FOR_FILE
    FORM GET_F4_FOR_FILE  USING    P_PA_FILE.
      CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
        EXPORTING
          FIELD_NAME = 'PA_FILE'
        CHANGING
          FILE_NAME  = PA_FILE.
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " GET_F4_FOR_FILE
    *&      Form  UPLOAD_FILE_TO_ITAB
    FORM UPLOAD_FILE_TO_ITAB  USING    FP_V_FILE
                              CHANGING FP_IT_DATA LIKE IT_DATA.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          FILENAME            = FP_V_FILE
          FILETYPE            = 'ASC'
          HAS_FIELD_SEPARATOR = 'X'
        TABLES
          DATA_TAB            = FP_IT_DATA.
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " UPLOAD_FILE_TO_ITAB
    *&      Form  OPEN_SESSION
    FORM OPEN_SESSION  USING    FP_P_GROUP.
      CALL FUNCTION 'BDC_OPEN_GROUP'
       EXPORTING
         CLIENT                    = SY-MANDT
      DEST                      = FILLER8
         GROUP                     = FP_P_GROUP
      HOLDDATE                  = FILLER8
         KEEP                      =  'X'
         USER                      = SY-UNAME
      IF SY-SUBRC = 0.
        WRITE : / 'PROCESS THE SESSION',FP_P_GROUP,'USING SM35'.
      ENDIF.
    ENDFORM.                    " OPEN_SESSION
    *&      Form  FILL_SCREEN_DETAILS
    FORM FILL_SCREEN_DETAILS  USING PROGRAM
                                    DYNPRO
                                    DYNBEGIN.
      WA_BDCDATA-PROGRAM = PROGRAM.
      WA_BDCDATA-DYNPRO  = DYNPRO.
      WA_BDCDATA-DYNBEGIN = DYNBEGIN.
      APPEND WA_BDCDATA TO IT_BDCDATA.
      CLEAR WA_BDCDATA.
    ENDFORM.                    " FILL_SCREEN_DETAILS
    *&      Form  FILL_FIELD_DETAILS
    FORM FILL_FIELD_DETAILS  USING  FNAM FVAL.
      WA_BDCDATA-FNAM = FNAM.
      WA_BDCDATA-FVAL = FVAL.
      APPEND WA_BDCDATA TO IT_BDCDATA.
      CLEAR WA_BDCDATA.
    ENDFORM.                    " FILL_FIELD_DETAILS
    *&      Form  BDC_INSERT
    FORM BDC_INSERT  USING FP_TCODE TYPE SYTCODE
                           FP_IT_BDCDATA LIKE IT_BDCDATA.
      CALL FUNCTION 'BDC_INSERT'
        EXPORTING
          TCODE     = FP_TCODE
        TABLES
          DYNPROTAB = FP_IT_BDCDATA.
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " BDC_INSERT
    *&      Form  CLOSE_SESSION
    FORM CLOSE_SESSION .
      CALL FUNCTION 'BDC_CLOSE_GROUP'
    EXCEPTIONS
      NOT_OPEN          = 1
      QUEUE_ERROR       = 2
      OTHERS            = 3
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " CLOSE_SESSION

  • Mass FBRA -LSMW

    Experts,
    I recorded FBRA in LSMW to mass reset cleared items.  While in LSMW - create batch input, I'm getting "BDC_OPEN_GROUP, group .. is invalid" error.  What is this? and how can I fix it. 
    Thanks,
    Sri

    Hi,
    A batch input program may have only one session open at a time. Before opening a session, make sure that any sessions that the program closes any sessions that it previously had opened.
    Check whether you have specified a session name for the batch input recording....the name may be upto 12 charecters.
    Aravind
    Assign points if helpful

  • QM Logistics

    Hey guys, I'm creating a recording in lsmw and there is a problem (BDC_OPEN_GROUP, group .. is invalid) when I try to hit the button for "create batch input". What could be the problem?

    I think The Screen Info is not passed correctly..
    Because of that it is giving that error.
    regards
    vijay

  • Warning when calling function using page text

    Hi *,
    I have a function in package which generates some parameters for a link I want to put on bottom of the View Form.
    The HTML I put in the bottom of View Form user text field looks like this:
    Create default visit for this group
    The problem is that Desinger throws a warning when I try to generate and the auto-install option gets ignored due to this error...
    Can I set Designer to ignore this "parse error", so that the auto-install works again?
    Here is the exact error message:
    Message
    CDG-03707: Module Component GROUPS.GROUPS: Invalid syntax in User Help Text or Page Text for Bottom of View Form: 'guides_package.visit_create...'
    Thanks in advance,
    Goeran Zaengerlein

    Is there actually a procedure 'get' inside a package 'pk_test'?
    Justin

  • Error in configuration of Property Structures

    Hi all.
    We have encountered a problem in the KM configuration of our portal (EP6 SP2). When selecting the configuration path "Content Management -> Global Services" the following error message is displayed:
    Invalid folders: Property Structures
    When I click on the link "Property Structures" I get the following error:
    Invalid folders: Property Groups
    Invalid classes: Property Structure
    Then, when I click on the link "Property Structure" I get around 50 lines of the following error message:
    Unexpected error in the client configuration checker of configuration class ".../Property Structures/Property Structure". System error is "java.lang.NullPointerException".
    Beneath the error messages, the property structures are displayed, but I cannot edit them or create new ones.
    I get the same error when trying to display Property Groups. Group Renderer is working fine.
    Does anybody have any idea what is causing this error?
    Many thanks,
    Jakob

    Hi Detlev
    Thank you very much!! I will try it.
    I found some more log file entries that may be associated to this problem. They are in the same log file, but from one day earlier:
    #1.5#C0000A117C4F000A000000AE0046B6DB0003F415B9E49D70#1112799080390#com.sapportals.wcm.service.propertystructure.cm.ItemListConfigChecker#irj#com.sapportals.wcm.service.propertystructure.cm.ItemListConfigChecker#System#0#####Client_Thread_14##0#0#Error##Plain###Could not initialize ItemListConfigChecker of the PropertyStructureService. No check will be available#
    #1.5#C0000A117C4F0013000000420013981B0003F3FF34ACD520#1112702356084#com.sapportals.wcm.service.propertystructure.cm.StructureStore#irj#com.sapportals.wcm.service.propertystructure.cm.StructureStore#System#0#####Client_Thread_5##0#0#Error##Plain###Item with ID gcp:BC_Method has been defined twice in one structure. This is not allowed. Item will only be available once.#
    In the Property Structure Service it appears that the ItemListConfigChecker is not working. And in one of the structures there is a method defined twice.
    If any of this casts new light on the problem, then please let me know. In any case thank you very much for your help!!
    Jakob

  • Import wizard -Does the connection parameter gets changed to prod query

    Hello all,
    we are planning to use import wizard and move all the stuff from BOBJ dev to Bobj QA. All the universes created are based on SAP BI query.
    When using the txport wizard we are basically doing the Select all and Importing all the options given by system. My question is - Would the universe start pointing towards queries that we have already transported from BW dev to BW qa (we are using sap authentication)?
    Also when we select all will the user group, client created access levels and root/public folder all get transported?
    We are getting a warning message "You have chosen to import server groups from source environment" - Server groups are imported w/o member services. After importing is complete you will have to manually add the desired server to the imported server groups. Failure to do so will render the server groups invalid, which will prevent any reports dependent on the server group from running succesfully......should we not import server groups?
    Thanks in advance for your answers.

    Hi Stratos,
    Finally we were able to import our universes and reports. So once the import is done, do I need to open the designer under my QA authentication and then go to the parameters and edit the connection to point to BWQ server and system? Once we do the change save universe and export it to the BOBJ QA CMS?
    Let me know.Thanks in advance

  • Install 10g on Linux

    Hi,
    when installing Ora 10g R2 on Linux , while running root.sh I receive the following :
    ./root.sh: 108: /bin/awk: not found
    [: 113: root: unexpected operator
    The following environment variables are set as:
        ORACLE_OWNER= user1
        ORACLE_HOME=  /oracle/product/10.2.0/db_1
    Enter the full pathname of the local bin directory: [/usr/local/bin]:
    ./root.sh: 187: /bin/awk: not found
       Copying dbhome to /usr/local/bin ...
    ./root.sh: 187: /bin/awk: not found
       Copying oraenv to /usr/local/bin ...
    ./root.sh: 187: /bin/awk: not found
       Copying coraenv to /usr/local/bin ...
    Creating /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    /bin/chgrp: groupe invalide `nobody'Can I ignore ? Are the Linux package that should be installed ?
    Thanks.

    You can proceed.
    Install all the linux packages which mentioned on the installation guide for your platform.
    Regards
    Asif Kabir

  • AFP automount sharing broken in Lion Server?

    Network rundown:
    Mac Mini running Server
    two MBPs (one upgraded to Lion, the other still running Snow Leopard)
    The Mini is the OD Master for the three Macs and runs a number of services (Mail, Web, Wiki, VPN, etc.). The important service for this thread is that it serves out three shares via AFP, configured to be automounted on the two laptops. Normally all three shares are set up (via Workgroup Manager / Directory Utility) to use the Kerberos v2 UAM; however, for testing purposes I've temporarily adjusted the UAMs as follows:
    /Groups -> afp://myserver/Groups
    /Volumes/Attic -> afp://;AUTH=No%20User%20Authent@myserver/Attic
    /Volumes/Multimedia -> afp://;AUTH=Client%20Krb%20v2@myserver/Multimedia
    When the Mini is running Snow Leopard Server (10.6.8), the automounting behavior works as expected when connecting from a laptop without a valid Kerberos ticket:
    lionmbp:~>klist -f
    klist: krb5_cc_get_principal: No credentials cache file found
    lionmbp:~>ls /Groups
    ls: Groups: Invalid argument
    lionmbp:~>ls /Volumes/Attic
    [snip - file listing]
    lionmbp:~>df -h /Volumes/Attic
    Filesystem                                Size   Used  Avail Capacity  Mounted on
    afp_000000004oMw0oYHtK4AvcMP-1.2d00010a  466Gi  277Gi  189Gi    60%    /Volumes/Attic
    lionmbp:~>ls /Volumes/Multimedia
    ls: Multimedia: Invalid argument
    and then with a valid Kerberos ticket:
    lionmbp:~>sudo umount /Volumes/Attic
    Password:
    lionmbp:~>df -h /Volumes/Attic
    Filesystem    Size   Used  Avail Capacity  Mounted on
    map -static    0Bi    0Bi    0Bi   100%    /Volumes/Attic
    lionmbp:~>klist -f
    [snip]
    Sep 19 23:27:17  Sep 21 23:27:17  FPRIA  krbtgt/DOMAIN@DOMAIN
    lionmbp:~>ls /Groups
    [snip - file listing]
    lionmbp:~>ls /Volumes/Attic
    [snip - file listing]
    lionmbp:~>ls /Volumes/Multimedia/
    [snip - file listing]
    However, after upgrading the Mini to Lion Server (10.7.1), attempting to automount the same shares does not work at all, regardless of whether a valid Kerberos ticket exists or not
    lionmbp:~>klist -f
    klist: krb5_cc_get_principal: No credentials cache file found
    lionmbp:~>ls /Groups
    ls: Groups: Authentication error
    lionmbp:~>ls /Volumes/Attic
    ls: Attic: Input/output error
    lionmbp:~>ls /Volumes/Multimedia/
    ls: : Invalid argument
    lionmbp: /usr/bin/kinit
    [snip - provide password]
    lionmbp:~>klist -f
    [snip]
    Sep 19 23:15:09  Sep 21 23:15:09  FPRIA  krbtgt/DOMAIN@DOMAIN
    lionmbp:~>date
    Mon Sep 19 23:17:03 CDT 2011
    lionmbp:~>ls /Groups
    ls: Groups: Authentication error
    lionmbp:~>ls /Volumes/Attic
    ls: Attic: Input/output error
    lionmbp:~>ls /Volumes/Multimedia/
    ls: : Invalid argument
    Anyone else encountering the same issues with AFP on Lion Server? Is AFP simply broken, or is there some poorly documented configuration/troubleshooting procedure that can resolve this issue?
    Notes:
    I only tried the automounting from the Lion MBP, I would expect that a Lion <-> Lion AFP connection would have fewer issues than Snow Leopard <-> Lion
    The issue originally presented itself several weeks ago when I atttempted to upgrade the server; this AFP problem was a showstopper so I restored SL from a backup. I have since been testing by cloning the server drive to a USB drive, booting from it, and running the upgrade there.
    In performing the Lion Server upgrade, I follow all the defaults. The server is booted off the USB drive to ensure it is in a working state before starting the upgrade. The only post-upgrade changes are to run Software Update (mainly to capture the recent security update) and then to follow the single signon instructions posted here

    Some more testing hints in the direction of the problem:
    aragorn:~>kinit -l 48h -r 48h -p -f [email protected]
    [email protected]'s Password:
    aragorn:~>klist -fCredentials cache: API:1501:10
            Principal: [email protected]
      Issued           Expires        Flags    Principal
    Oct  1 17:05:53  Oct  3 17:05:50  FPRIA  krbtgt/[email protected]
    aragorn:~>ls /Volumes/Multimedia
    ls: Multimedia: Invalid argument
    aragorn:~>mkdir /tmp/test; chmod 777 /tmp/test
    aragorn:~>sudo mount_afp "afp://;AUTH=Client Krb [email protected]/Multimedia" /tmp/test
    mount_afp: AFPMountURL returned error -50, errno is -50
    Looking in MacErrors.h reveals
    paramErr                      = -50,  /*error in user parameter list*/
    That both ways of mounting AFP seem to be complaining of argument/parameter errors indicates something isn't being passed across the network correctly or is not being parsed properly on one end or the other. At the moment my dtrace-fu isn't strong enough to delve into this more deeply.
    With 10.7.2 due out soon, I think I'll wait to see if Apple engineering caught this already. If not, I'll raise a bug ticket.

  • Bdc_open_group invalid user name error

    hai ,
    the given below is my bdc programming. while am executing(F8) these program it depicts the message in one dilaog box like as bdc_open_group , user name is invalid. or say this program is correct or not.
    if any error .recover it
    plz resolve this problem.
    REPORT  YSUSBDC5.
    DATA: BDC_TAB LIKE BDCDATA OCCURS 6 WITH HEADER LINE.
    START-OF-SELECTION.
    CALL FUNCTION 'BDC_OPEN_GROUP'
    EXPORTING
       CLIENT                    = SY-MANDT
      DEST                      = FILLER8
       GROUP                     =  'SURENDER'
      HOLDDATE                  = FILLER8
      KEEP                      = FILLER1
      USER                      = FILLER12
      RECORD                    = FILLER1
       PROG                      = SY-CPROG.
    IMPORTING
      QID                       =
    EXCEPTIONS
      CLIENT_INVALID            = 1
      DESTINATION_INVALID       = 2
      GROUP_INVALID             = 3
      GROUP_IS_LOCKED           = 4
      HOLDDATE_INVALID          = 5
      INTERNAL_ERROR            = 6
      QUEUE_ERROR               = 7
      RUNNING                   = 8
      SYSTEM_LOCK_ERROR         = 9
      USER_INVALID              = 10
      OTHERS                    = 11
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    PERFORM FILL_BDC_TAB.
    CALL FUNCTION 'BDC_INSERT'
    EXPORTING
      TCODE                  =  'FK02'
      POST_LOCAL             = NOVBLOCAL
      PRINTING               = NOPRINT
      SIMUBATCH              = ' '
      CTUPARAMS              = ' '
      TABLES
        DYNPROTAB              = BDC_TAB.
    EXCEPTIONS
      INTERNAL_ERROR         = 1
      NOT_OPEN               = 2
      QUEUE_ERROR            = 3
      TCODE_INVALID          = 4
      PRINTING_INVALID       = 5
      POSTING_INVALID        = 6
      OTHERS                 = 7
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'BDC_CLOSE_GROUP'
    EXCEPTIONS
      NOT_OPEN          = 1
      QUEUE_ERROR       = 2
      OTHERS            = 3
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    FORM FILL_BDC_TAB.
    REFRESH BDC_TAB.
    PERFORM POPULATE_BDC_TAB USING:
    '1' 'SAPMF02K' '0106',
    ' ' 'RF02K-LIFNR' 'SUREN',
    ' ' 'RF02K_D0110' 'X',
    '1' 'SAPMF02K' '0111',
    ' ' 'LFA1-NAME1' 'SURENDER',
    ' ' 'LFA1-STRAS' '69 abass ali',
    ' ' 'SZA1_D0100-SMTP_ADDR' '[email protected]'.
    ENDFORM.
    FORM POPULATE_BDC_TAB USING FLAG VAR1 VAR2.
    CLEAR BDC_TAB.
    IF FLAG = '1'.
    BDC_TAB-PROGRAM = VAR1.
    BDC_TAB-DYNPRO = VAR2.
    BDC_TAB-DYNBEGIN = 'X'.
    ELSE.
    BDC_TAB-FNAM = VAR1.
    BDC_TAB-FVAL = VAR2.
    ENDIF.
    APPEND BDC_TAB.
    ENDFORM.
    regards
    SURENDER

    Hallo,
    I want to share what happend to me with my bdc Program.
    I was able to create Sessions of Batch input (SM35)  through the Creation Program ZRSFFL0A (writen below) from 29.04.2008 to 21.05.2008. On May 21 I changed a parameter to play an error, since than the proper original programme has never worked.
    Now while I am executing(F8) it shows the message in one dialog box 'BDC_OPEN_GROUP user name is invalid'. I don't know why.
    **During Debugging the program stopped Function SAPLLANG:
    FUNCTION CONVERSION_EXIT_ISOLA_OUTPUT.
    ""Lokale Schnittstelle:
    *"       IMPORTING
    *"             VALUE(INPUT)
    *"       EXPORTING
    *"             VALUE(OUTPUT)
      OUTPUT = SAVE_INPUT(1) = INPUT.
      CHECK SAVE_INPUT(1) NA ' *'.
      SELECT SINGLE * FROM T002 WHERE SPRAS = INPUT.
      CHECK SY-SUBRC = 0.
      OUTPUT = T002-LAISO.
    ENDFUNCTION.
    Original programme
    REPORT zrsffl0a.
    TABLES: apqi, sflight.
    DATA: BEGIN OF BDC_TAB OCCURS 50.
      INCLUDE STRUCTURE BDCDATA.
      DATA END OF BDC_TAB.
      PARAMETERS:
        name LIKE apqi-groupid DEFAULT SY-UNAME,
        carrid LIKE sflight-carrid DEFAULT 'AA',
        connid LIKE sflight-connid DEFAULT '0064',
        plane LIKE sflight-planetype DEFAULT 'A310-200'.
      START-OF-SELECTION.
      WRITE: / 'Top creation of a session BDC',
      sy-mandt, name, sy-uzeit.
      CALL FUNCTION 'BDC_OPEN_GROUP'
    EXPORTING: CLIENT = sy-mandt,
               GROUP = name,
               USER = sy-uname,
               KEEP = 'X'.
      PERFORM GENERATE_BDC_DATA.
      CALL FUNCTION 'BDC_INSERT'
      EXPORTING TCODE = 'ZTCF2'
        TABLES DYNPROTAB = BDC_TAB.
      CALL FUNCTION 'BDC_CLOSE_GROUP'.
      WRITE: / 'End  creation of a session BDC',
      sy-mandt, name, sy-uzeit.
    *&      Form  GENERATE_BDC_DATA
          text
    -->  p1        text
    <--  p2        text
    form GENERATE_BDC_DATA .
    REFRESH BDC_TAB.
    CLEAR BDC_TAB.
    MOVE: 'ZRSFFL03A' TO BDC_TAB-PROGRAM,
          100 TO BDC_TAB-DYNPRO,
          'X' TO BDC_TAB-DYNBEGIN.
    APPEND BDC_TAB.
    CLEAR BDC_TAB.
    MOVE: NAME TO BDC_TAB-FNAM,
          SY-UNAME TO BDC_TAB-FVAL.
    APPEND BDC_TAB.
    CLEAR BDC_TAB.
    MOVE: carrid TO BDC_TAB-FNAM,
          'AA' TO BDC_TAB-FVAL.
    APPEND BDC_TAB.
    CLEAR BDC_TAB.
    MOVE: connid TO BDC_TAB-FNAM,
          '0064' TO BDC_TAB-FVAL.
    APPEND BDC_TAB.
    CLEAR BDC_TAB.
    MOVE: plane TO BDC_TAB-FNAM,
          'A310-200' TO BDC_TAB-FVAL.
    APPEND BDC_TAB.
    CLEAR BDC_TAB.
    endform.                    " GENERATE_BDC_DATA
    I thank those who will give me suggestions and / or explanations.
    Best regards
    Claudia

Maybe you are looking for

  • My iphone is not coming out of recovery mode

    i tried restting my iphone from the settings in the phone and now it will not come ou of recovery mode

  • How to add titles to GarageBand File

    I am looking for a way to show a large attractive opening title on the first screen of a podcast-- I'd love to have something eye-catching, like the Titles on iMovie. (I am doing this with 90 middle-school students-- each one has his/her own podcast

  • AQ Adapter character encoding error

    Hi, We have two composites that exchange data trough a XMLType Oracle queue (AQ). The messages are being enqueued and dequeued using AQ Adapters running on SOA Suite 11.1.1.7.0. Everything is working fine with the composite enqueuing messages. Howeve

  • Why did you go into IT?

    Why did you go into IT? The reasons I went into IT are as follows: 1.  I already knew programming before going to College, and thought it would be easy learning computers in College! 2.  I liked programing and working with computer applications. 3. 

  • Product Tax rules & Destination State

    Hi partners, What's the best way to set up Tax Options for differently taxed products in Business Catalyst? We have 3 types of product taxes: GST 5%, HST 12% and tax excempt 0%. Some products have taxes and some don't. Depending on website visitor's