LQ02 Transaction not work in Back ground processing

Hi
LQ02 transaction working well in forground process but not working for background process. I did the bdc and use call transaction to post WM-IM transaction.
screen input as follows :
Warehouse number
Storage type
Storage bin
WM movement type
Storage Unit
batch job shows sucessfully completed but category stock status remain unchanged (ie quality to unrestricted.)
Any body know the alternative function module or bapi to post LQ02 transaction.
Appriciate your help.
Best regards
Pravin

when you run LQ02 in foreground, do you select anything manually or can you just hit save an everything is done?
What does job log and spool file tell you?
Did you flag the box for create mail in case of an error?
check OSS note 489286

Similar Messages

  • BDC is not working in back ground

    Hi all,
    I have created bdc for F-51 but it is not working in back ground (mod N)  and it is not showing any error in error tab , but  it is working fine in mod A & E .I tried  with mod P  and using CTU_PARAMS but no use..
    I have tested my recording in SHDB , in SHDB I have assigned session ,
    And I executed that session in SM35  .
    In SM35 I given processing mod foreground and error mod both are working fine but while trying in Background mod it is showing below error
    u201CThe difference is too large for clearingu201D
    How can I resolve this problem?

    Hi Rakhi,
    The error which you are getting u201CThe difference is too large for clearingu201D will come if the DEBIT AMT - CREDIT AMT <> 0. So the document which you are trying to select is either not there on the list or it is not getting selected while running in background. If it is not getting selected them the reason may be of you screen resolution, have you selected Default Size while recording ? and have you passed the same to CTU_PARAMS.
    Thanks & Regards,
    Faheem.

  • LQ02 transaction - submiting this in back ground.

    Hi All,
    I want to submit the program <b>RLLQ0200</b> in background. In the selection scrren we have a parameter PA_DUNKL which takes input as D for background and H for foreground. when i give D for back ground and executing it's throwing an warning message and posting is happening perfectly. But this should not happen in back ground right.
    if u people have any idea please let me know, i will reward u.
    Note: In the program there was an condition which looking for a back ground and throwing this warning message. For this what i did is, i bypassed this condition. Now it's working fine. But i dont know how much correct iam?

    HI,
    There wont be any problem with the warning message. With warning messages also you can set the background job.
    Regards,

  • RMCB0300 is not working in back ground job

    Hi
      I call t-code MC.9 program (RMCB0300) in back ground by using sample code given below.
      SUBMIT RMCB0300 WITH SL_WERKS-LOW = u2018ABCDu2019
                      WITH SL_LGORT = 'W001'
                      EXPORTING LIST TO MEMORY AND RETURN.
      CALL FUNCTION 'LIST_FROM_MEMORY'
        TABLES
          LISTOBJECT = LISTOBJECT
        EXCEPTIONS
          NOT_FOUND  = 4
          OTHERS     = 8.
      IF SY-SUBRC <> 0.
      ENDIF.
    The 'LIST_FROM_MEMORYu2019 is getting correct output in four ground but
      not in back ground job.
    Kindly help.

    When you use 'LIST_FROM_MEMORY' it basically imports the memory id '%_LIST'.
    When running MC.9 in foreground the memory id '%_LIST' is saved (you can check in debugging) but in background the memory id is not saved
    This is why you are not getting the data correctly in background.
    BR,
    Suhas

  • Movement type 311 is not planned in Back Ground Processing

    Hello,
      I have created a BDC to run the transaction "MIGO"  with movement type 311.
      Its working fine in foreground. But i execute in Background i am getting a error message "Movement type 311 is not planned for this operation".
      I think there should be some config settings. But i don know where to check configuration ?
    If anyone has any sugggestions or answers , Pls post here.

    Hi,
    Better you can use the BAPI "BAPI_GOODSMVT_CREATE".
    Check with your Functional Consultant for this issue......
    You may also look for an OSS note and in Last raise a ticket to SAP..but there is no surety that every txn will work with BDC in Background Mode.

  • Compressor Can Not Connect To Back Ground Processes

    Anyone know how to resolve the error "Compressor Can Not Connect to Background Processes". I would attempt to reinstall only Compressor but I can not find it as a stand alone app on my Studio 5 Install Disks and I don't want to have to reinstall all of my FCP Studio apps.
    Any ideas?

    Hi:
    Read this links:
    UNABLE TO CONNECT TO BACKGROUND PROCESS
    http://docs.info.apple.com/article.html?artnum=93234
    What version of FCS do you have? HAve you installed Shake?
      Alberto

  • WorkFlow Back Ground Process Running More Time

    Hi all,
    I have very Big problem it is occured in production i need help vary urgent for this .
    Work flow Back Ground Process Running More than 5 hrs,actualy Daily it is running only below 2 min .but yesterday onwords it is running more than 5 hrs.but this workflow back ground process running long time only one item_type='REQAPPRV' REMAING item_types running normaly.
    i did have any root cause for this performance issue plz let me know any one for this problem what is the root cause.
    Thank's

    Reddy,
    Go through the following documents, it should be helpful in troubleshooting the issue.
    Note: 186361.1 - WF 2.x: Workflow Background Process Performance Troubleshooting Guide
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=186361.1
    Note: 298550.1 - Troubleshooting Workflow Data Growth Issues
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=298550.1
    Note: 566577.1 - Workflow Background Process Has Significant Performance Issues
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=566577.1
    Note: 743338.1 - Performance Degradation when the Workflow Background Process is Running
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=743338.1
    Note: 734425.1 - How To Generate Performance Trace for Workflow Background Process?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=734425.1
    If this is your production instance and the issue is urgent, I would suggest you log a SR.
    Regards,
    Hussein

  • Regarding back ground processing for excel.

    Hi,
    i want to create the Excel sheet and i want to save in Back ground Processing....
    give me some suggestionss.......................

    This can create any file (spreadsheet/plain text/ dat files). but to add workbooks to the sheet you need to use OLE Object concepts.
    PARAMETERS:    p_terms(256) TYPE c OBLIGATORY,
                p_del(1)     TYPE c OBLIGATORY DEFAULT cl_abap_char_utilities=>horizontal_tab.
    DATA:       lv_str       TYPE string,
          lv_char(256) TYPE c,
          lr_descrref  TYPE REF TO cl_abap_typedescr.
    FIELD-SYMBOLS: <comp> TYPE ANY.
      IF itab IS NOT INITIAL.
        OPEN DATASET p_terms FOR OUTPUT IN LEGACY TEXT MODE .
        IF sy-subrc EQ 0.
          CLEAR : lv_str.
    Header of the file
          CONCATENATE
            'Action'
            'Name'
            'EE User ID'
            'Termination Date'
            'Last Day Worked'
            'End Of Notice'
            'Employee Type'
            'Department'
            'Department_type'
            'Office Location'
            'Manager Name'
            'Has Cellphone'
            'Has Home Office'
            'VP and Above'
           cl_abap_char_utilities=>cr_lf
          INTO lv_str SEPARATED BY p_del.
          LOOP AT itab INTO ls_terms.
            WHILE sy-subrc EQ 0.
              ASSIGN COMPONENT sy-index  OF STRUCTURE ls_terms TO <comp>.
              IF sy-subrc NE 0.
                EXIT.
              ENDIF.
              lr_descrref = cl_abap_typedescr=>describe_by_data( <comp> ).
              IF lr_descrref->type_kind = 'P'.
                WRITE <comp> TO lv_char DECIMALS 2.
              ELSE.
                WRITE <comp> TO lv_char.
              ENDIF.
              SHIFT lv_char LEFT DELETING LEADING space.
              IF sy-index NE 1.
                CONCATENATE lv_str lv_char INTO lv_str SEPARATED BY p_del.
              ELSE.
                CONCATENATE lv_str lv_char INTO lv_str.
              ENDIF.
              CLEAR: lv_char.
            ENDWHILE.
            TRY.
    This statement passes the content of data object to the file specified
                TRANSFER lv_str TO p_terms.
              CATCH cx_sy_file_authority .
                FORMAT COLOR 6 ON.
                WRITE:/ 'No authorization to access the Term file'.
            ENDTRY.
            CLEAR lv_str.
          ENDLOOP.
          CLOSE DATASET p_terms.
        ENDIF.
      ENDIF.

  • Back ground processes, dialogue processes and Process chains

    Hai all,
               I am going through making process chains and I am struck with one thing:
    "How many background process chains and dialogue processes you have during run time"
    This is the problem. I understood everything else except this.The concept says that I have to know what is the capacity of the system, how many background and dialogue processes it could accomodate, how many are left and how many you can use for your process chain.How do we find out this? and could somebody please explain me or refer to documentation about the Back ground processes, dialogue processes and Process chains.
    Thanks.

    Hi Visu,
      You can see the number of dialog and background processes by using transaction SM51 and then double clicking on the server (we only have one but it may be different for each). Our BASIS folks take care of the number of processes as well. And, for us we have a schedule that changes the number at a certain time of day because you tend to need more dialog during the day but more batch at night.
      The transaction to look at and change the settings is RZ03. Then use the menu path Edit->Operation Modes you can select either Configuration or Timetable here. Both give information in different ways. I tend to double click around to see what it might tell me.
      I hope this helps a bit,
    Diane

  • Back ground processing of the LDAP

    Hi,
    We are on XI3.1, SP2.
    We are using LDAP authentication.
    We wants to know the  back ground processing when a using login to the deski using LDAP authentication.
    Any one please help on this.
    Thanks in advance.
    Thanks & regards,
    Collin Powell.

    When logging with client tools the LDAP logon will be sent from the client, then the username will be authorized by the CMS which will in turn send a number of queries to the LDAP server to verify group membership. The variables include, graphtimeout (set or not) version/patch of BO (this behavior is different in 3.x vs XIR2 and even different in XIR2 SP2 vs SP4.
    If you are not using SSL then all the traffic can be packet scanned using a tool like Micr4osoft netmon or wireshark.
    Regards,
    Tim

  • WS14000133 not supporting the Back&forth processing , back to purchaser but

    Dear Geeks,
    we have SRM 5.5
    i am using the sap standard template WS14000133 for the n-step approval and implemented the Badi BBP_WFL_APPROV_BADI. Everything is working fine . the issue is when the requistioner is logged in to the SAP SRM portal all the features are available except the "Back to Purchaser" and "Back to manager" pushbutton are not visible on the screen.
    I suppose which indicates that the Workflow or the SRM portal is not supporting the Back & Forth processing where the requistioner has the facility to send the Workitem back to the approver who has made changes the shopping cart.
    Can anyone please help me  in finding a way to enable the above pushbuttons to be visible in the SRM portal screen.
    Regards,
    Altaf

    Hi,
    The issue is not with the Approve,Reject,submit or resubmit icons or buttons.
    for the workflows which support back and forth processing there will be two extra buttons visible on portal screen.
    1. Back to purchaser  visible to the Approver
    2. Back to Manager visible  to the Requisitioner/creator of the shopping cart.
    so this two buttons/ icons are not visible in SRM portal screen.
    And this is the basic standard functionality provided by the SAP . here is the part of the documentation which supports the above statements.
    "Back & Forth Processing
    This property enables the creator and the current approver to change the document during approval.
    Using the pushbutton Back to Purchaser, the approver can send the document back to the creator so that changes can be made. The purchaser/creator makes the changes and uses the pushbutton Back to Manager to send the changed document back to the last approver who then continues the approval process. (Depending on the type of authorization, the approver can also make changes, for example, and then notify the creator of the change using the back & forth procedure.)"

  • Uploading XL file using call Transaction and running in back ground

    Hi all,
       I am updating the T-code VA01 using call TRansaction method ....
      i am uploading the file is XL file for that i m using the FM ALSM_EXCEL_TO_INTERNAL_TABLE.
      But if execute my program in the back ground This FM is giving Dump because it can not Execute in Back GRound...
      Plz let me know any FM to upload data from Excel file Both from foreground and back ground....
      Plz let me know ASAP..
    Thanks,
    Suresh

    HI...,,
    When u run any program in Background, it will not have any contacts with the presentation server.... You cannot upload  a presentation server file..
    But u can use the Application server file...
    SO first store this excel file's data in Application server using the transaction CG3Z and then use the Open data set and read dataset to upload the application server file !!!
    reward all helpful answers !!
    regards,
    sai ramesh

  • Error in BDC Back Ground Processing

    Dear All,
    I am facing problem on while executing BDC program. First i am executing in Foreground method there it displaying errors occured,
    means it showing full discription or error.
    But when i used Back ground processing its displayig the full error discription like "No posting object defined for 1230/ / / " here i need full error discription.
    please do the need full.
    Regrads,
    Srinivas.

    Hi
    In background processing you cannot see the error message, for that you have to write logic for capturing messages.
    Use 'Format_Message' function module so that you can get the complete message and then you can display that on the screen.
    Hope it helps...

  • Back Ground Process In OOABAP

    Hi all,
    How can i process Back ground process on Object oriented
    Thanks Rayeez,

    Hi Rayeez,
    I had a requirement wherein I had to call ALV Grid display in background, here I used OO ABAP and just before creating the custom container I checked IF cl_gui_alv_grid=>offline( ) IS INITIAL.
    You can find similar methods for your OO Class and check if it is initial.
    <b>Please reward points if it helps.</b>
    Regards,
    Amit Mishra

  • Create back ground processes

    Hi all,
    I want to create back ground processes in BI to trigger my process chain variant.
    Please tell me the steps to create this.
    Please suggest the step by step doc.
    Regards,
    Macwan James.

    hi,
    When you try to schedule and activate a process chain , it will directly create a background job "BI_PROCESS_TRIGGER" which will start the process chain .
    So directly it will assign the process chain to background job.
    If you want to run PC once job finishes then -->, you will find an option while scheduling the process chain. Right click on Start variant and select "maintain variant" --> Select "Change Selections" --> Click on "After Event/After Job". Give the event name in the provided area in that screen. Now your process chain will execute after an event/job which runs in the background.
    Hope it helps
    Lavanya

Maybe you are looking for