The session status is procession

hi expert,
when process batch input session  , some of the session status is always in processing .
and check in the session some of the items most of them are correct and some of them are
incorrect .
doese anybody can tell me why , any advice will be appreciate  .
And can we just release the session and reprocess it again?
and is there any duplicate posting since most of them shows correct in the processing session ?
many thanks

hi, chk this,
what is the difference between call transaction and session input method?
cheers,
Hema.

Similar Messages

  • Wait until the session has been processed

    Hi folks,
    I have a report in which I create and trigger an SM35 session. I use RSBDCSUB report to do the same.
    Now, is there anyway to wait until the session has been processed? I mean, I need to do a few things in the report only after the session has been processed.
    Thanks
    Sagar

    Hi,
    You could try checking the job status (table TBTCO) inside a DO or WHILE loop.  To pause up to 5 seconds between your lookup on TBTCO, you can call function module 'RZL_SLEEP'. 
    If checking TBTCO does not work out for you, you can try the same loop logic with a call to function module 'ENQUEUE_BDC_QID' instead of looking up the job status.  If the enqueue has been released then the job has finished.
    Regards,
    James G.

  • SM35 - Processing the session

    Hi guyz.
             I have two questions regarding this.
    1. When we process the session, is that a mandatory that the User id with which the session is created and the authorization user id be the same? Because when Iam trying to run a session from my program using submit statement,those two id's are different, so the session is showing that it is incorrectly processed. But when I go to SM35 and process the session in the foreground, it is processing well. But when I run the session in the background, it is showing incorrectly processed.
    2. One user with his user id is processing the session. When he is processing, he is getting a error which is related to some authorization issue. But when the same user id is copied into another test id and run the program then the session is getting processed well.

    if authorization object is used...then the list of users who have access to this authorization object can process. In sm36 anybody can do...but in a program u have to check whether the userid has authorization or not...

  • Triggering a report after the completion of processing the session

    Hi Friends,
    I want to know how to trigger an report after the completion of processing the session.
    Thanks,
    Raj

    Hi
            SELECTION-SCREEN                               *
    PARAMETERS: p_name     LIKE apqi-groupid,
                p_datum    LIKE apqi-credate,
                p_time     LIKE apqi-cretime,
                p_event    LIKE tbtco-eventid.
                 DATA                                     *
    DATA: fl_job_ok TYPE c,
          fl_event TYPE c,
          cont_sysubrc_6 TYPE i.
    DATA: start_time LIKE sy-uzeit,
          start_date LIKE sy-datum,
          time       LIKE sy-uzeit,
          delta_time TYPE i.
    DATA: apqitab LIKE STANDARD TABLE OF apqi WITH HEADER LINE.
    DATA:
      btc_running       LIKE tbtco-status VALUE 'R',
      btc_ready         LIKE tbtco-status VALUE 'Y',
      btc_scheduled     LIKE tbtco-status VALUE 'P',
      btc_released      LIKE tbtco-status VALUE 'S',
      btc_aborted       LIKE tbtco-status VALUE 'A',
      btc_finished      LIKE tbtco-status VALUE 'F',
      btc_put_active    LIKE tbtco-status VALUE 'Z',
      btc_unknown_state LIKE tbtco-status VALUE 'X'.
                         START-OF-SELECTION                              *
    START-OF-SELECTION.
      DATA: a VALUE '1', b.
    Controllo esistenza job:
      start_time = sy-uzeit.
      start_date = sy-datum.
      DO.
        apqitab-creator = sy-uname.
        CALL FUNCTION 'BDC_OBJECT_SELECT'
          EXPORTING
            name                   =  p_name
            datatype               = 'BDC'
        CLIENT                 = SY-MANDT
            date_from              = p_datum
        DATE_TO                =
            time_from              = p_time
        TIME_TO                =
           QSTATE                 = 'F'
            session_creator        = apqitab-creator
          TABLES
            apqitab                = apqitab
          EXCEPTIONS
            invalid_datatype       = 1
            OTHERS                 = 2.
        IF sy-subrc <> 0.
          fl_job_ok = space.
        ELSE.
          LOOP AT apqitab.
            CASE apqitab-qstate.
              WHEN 'F'.          fl_job_ok = 'X'. EXIT.
              WHEN 'E'.          fl_job_ok = 'E'. EXIT.
              WHEN OTHERS.       fl_job_ok = space.
            ENDCASE.
          ENDLOOP.
          IF fl_job_ok = 'X' OR fl_job_ok = 'E'.
            EXIT.
          ENDIF.
        ENDIF.
        IF start_date <> sy-datum.
          start_time = sy-uzeit.
        ENDIF.
        time = sy-uzeit.
        delta_time = time - start_time.
        IF delta_time > 1800.
          EXIT.
        ENDIF.
        REFRESH apqitab.
      ENDDO.
      IF fl_job_ok = 'X'. " Trovato JOB
        fl_event = 'X'.
        IF fl_event = 'X'.
    Attiva evento
          CALL FUNCTION 'BP_EVENT_RAISE'
            EXPORTING
              eventid                = p_event
            EXCEPTIONS
              bad_eventid            = 1
              eventid_does_not_exist = 2
              eventid_missing        = 3
              raise_failed           = 4
              OTHERS                 = 5.
          IF sy-subrc <> 0.
            MESSAGE e999(zfagm) WITH p_event 'is not actived'(002).
          ELSE.
            MESSAGE i999(zfagm) WITH p_event 'is successfully actived'(002).
          ENDIF.
        ELSE.
          MESSAGE e999(zfagm) WITH p_event 'is not actived'(002).
        ENDIF.
      ELSE.
        IF fl_job_ok = space.
          MESSAGE e999(zfagm) WITH p_event 'is successfully actived'(002).
        ELSE.
          MESSAGE e999(zfagm) WITH p_event 'is successfully actived'(002).
        ENDIF.
      ENDIF.
    Max

  • Session Status is in processing with one error

    Hi All,
    While doing session processing user canceled the session. Now session status is in processing and it is showing one error.
    How can i process again. Please guide me regarding again i want process session .  It is very very urgent
    Thanks in Advance.
    Krishna

    Hi Krishna,
    Are you referring to SM35 session? If so release (flag icon or  SHIFT+F4) your session and process it again.
    Rgds
    Nadini

  • The session could not be processed in lsmw

    Hi Experts,
           I am uploading data using lsmw following direct input method.But in this i got an error when processing the session.It shows the status message like 'the required session could  not be processed'.It also read and convert the input data file successfully.
           Can anyone pl help me what the mistake i have done.
    Thanks in advance!!!

    Adobe Lightroom - Find moved or missing files and folders

  • Where i will give the date and time of the session background process

    Hi.
    I created a program on XD01 by using Session Method.
    It is executed properly and process in forground also fine.
    What my problem is i want execute process of session in Back ground on that time i want give the Date and Time. I do not know where i will provide date and Time.
    I want Process the BDC Session after 2 days. How it is possbile. Where i will give the date and Time?
    With in these 2 days i want know the status of the Session Process. How i will check the status?
    Any body will explain these things with full flow of sequence.
    I do not want use the BDC Session by using RSBDCSUB. In that program there is no options for giving the Date and Time.
    Thank You.
    B. Krishna.

    Hi,
    While creating session through BDC_OPEN_GROUP function, populate HOLDDATE field to set lock on the created session till that date, say 31.12.2008 and you would like to execute your session on 1.1.2009 at 2:00 AM.
    Once session is created, create a batch job for program RSBDCSUB and schedule it on 1.1.2009 at 2:00 AM (server time).
    I am confident that it solves your problem.
    Regards,
    Prasanth

  • The requested session cannot be processed message no. 00309

    I have made background process at 'FAGL_FC_VAL - Foreign Currency Valuation' for valuating AR, AP at May 31st.
    The session was created but have not be processed.
    So I tried to release and delete session, but it couldn't be released and deleted.
    How can I make it released to be able to delete or be processed successfully?

    Hello,
    You can go to transaction SM35 and release these batch-input
    session. Then the status will be changed from "In background" back to
    "New" and you can process it again.
    In order to process it again, you may try to release the session,
    please see SAP note 12222.
    Then reprocess the session in foreground in Expert mode and with
    Extended log options selected.
    Regards,
    David

  • Please i have ordered for Bottom Case of white macbook for over 2 months now and the repair status is still processing. is dat normal

    please i have ordered for Bottom Case of white macbook (late 2009)for over 2 months now and the repair status is still processing. is dat normal? i really need the bottom case asap, how can i get it

    Call Apple.  Contact Apple for support and service
    This is a user to user forum, we don't work for Apple.

  • Processing the session in background

    Hi experts,
    I have created a BDC program in session method. Once i executed the program, it creates a session name.
    Then i select the corresponding session name in SM35 and process it in background.
    But i dont want to goto SM35 and process the session explicitely.
    How to process the session in background without going to SM35 tcode?
    Regards,
    Shanthi

    Hi shanti,
    check with below code... but one point keep remember. when your trying to  post a question check SDN and if your not succeeded then only post the question. so it will avoid the duplicate postings on the same topic  i am right ?.
    Hi,
    Use this sample code
    DATA: RUNTIME TYPE I. "Runtime
    DATA: GROUP LIKE APQI-GROUPID, " Mappenname
    BDCIMMED LIKE RFIPI-BDCIMMED, " nur BDC: sof. Abspielen
    BDCSTRTDT LIKE TBTCJOB-SDLSTRTDT, "nur BDC: Startdatum
    BDCSTRTTM LIKE TBTCJOB-SDLSTRTTM. "nur BDC: Startzeit
    form mappe_abspielen_im_batch.
    GET RUN TIME FIELD RUNTIME.
    JOBNAME = 'RFEBFD00-FIEB'.
    JOBNAME+14 = RUNTIME.
    eak-point.
    CALL FUNCTION 'JOB_OPEN'
    EXPORTING
    JOBNAME = JOBNAME
    JOBGROUP = 'FIEB'
    IMPORTING
    JOBCOUNT = JOBCOUNT
    EXCEPTIONS
    CANT_CREATE_JOB = 01
    INVALID_JOB_DATA = 02
    JOBNAME_MISSING = 03.
    IF SY-SUBRC NE 0.
    MESSAGE E015 RAISING SESSION_NOT_PROCESSABLE.
    ENDIF.
    SUBMIT RSBDCSUB AND RETURN
    USER SY-UNAME
    VIA JOB JOBNAME NUMBER JOBCOUNT
    with mappe = group
    WITH MAPPE = BI-NAME
    WITH VON = SY-DATUM
    WITH BIS = SY-DATUM
    WITH Z_VERARB = 'X'.
    BDCSTRTDT = SY-DATUM.
    BDCSTRTDT = SPACE.
    BDCSTRTTM = SPACE.
    BDCIMMED = 'X'.
    bdcstrttm = runtime.
    CALL FUNCTION 'JOB_CLOSE'
    EXPORTING
    JOBNAME = JOBNAME
    JOBCOUNT = JOBCOUNT
    STRTIMMED = BDCIMMED
    SDLSTRTDT = BDCSTRTDT
    SDLSTRTTM = BDCSTRTTM
    EXCEPTIONS
    CANT_START_IMMEDIATE = 01
    JOBNAME_MISSING = 02
    JOB_CLOSE_FAILED = 03
    JOB_NOSTEPS = 04
    JOB_NOTEX = 05
    LOCK_FAILED = 06.
    IF SY-SUBRC NE 0.
    MESSAGE E015 RAISING SESSION_NOT_PROCESSABLE.
    ENDIF.
    CLEAR BDCIMMED.
    BDCSTRTDT = SPACE.
    BDCSTRTTM = SPACE.
    ~lingannna

  • TS4124 how do sync a book that I have added as music to itunes on my iMac and then listen to this book on my iPhone.  Itunes says the icloud status is waiting so the song(book) is in the process of being matched but has not yet been processed.  (no help t

    how do sync a book that I have added as music to itunes on my iMac and then listen to this book on my iPhone.  Itunes says the icloud status is waiting so the song(book) is in the process of being matched but has not yet been processed.  (no help there)

    Hi,
    Why are you trying to add a book as music? It will not match as this only applies to music files. It will be uploaded if the bit rate is 96 Kbps or greater.
    You should change media type to audiobook and you will be able to sync by wifi or USB.
    Jim

  • The task cannot be processed further until the current edit session is act

    Dear Sir/Madam
    I have installed standalone Oracle WebLogic Server 11g(10.3.6) with Sherman Update3,for I used JDeveloper 11g Release 2 (11.1.2.3.0).
    I Sometimes got below message for several times and it can be repeatable when I have wanted to deploy my applications.
    "[11:38:24 AM] [Deployer:149140]The task cannot be processed further until the current edit session is activated. When this occurs, task processing will continue. The user can exit the deployer tool without affecting the task."
    Furthermore, I run weblogic console and I see to appear the two buttons "Activate Changes & Undo All Changes" in spite of the weblogic is in development mode, yet the state of my application is "deploy initialize". I Click "Activate Changes" button but it's not happened.
    Finally, for dealing with this problem, I have to shutdown & start up the weblogic .Next, I can deploy my application.
    Best Regards,
    Saeed.

    Hi,
    That message is not an error. It means that you need to connect to the WebLogic Server Console and activate the changes.
    Solution
    Access the WebLogic Server Console and click on Activate Changes.
    Confirm if your application shows in the WebLogic Server Console under "Deployments".
    Regards,
    Kal

  • NVSRUN (nVision-Report)  - nVision process going in the error status

    NVSRUN (nVision-Report) - nVision process going in the error status for all nVision reports submitted from the web.
    All nVision reports submitted online from the web are failing. Need to create new run control ID? How to do that for NVSRUN process?
    ========================================================================================
    Message:
    Process Request shows status of 'INITIATED' or 'PROCESSING' but no longer running

    Make sure u can open excel from the process scheduler server manually. when excel.exe gets crashed on the server, nvision reports may start to fail on the web. if u have too many excel.exe on the task manager also, u might want to kill the executables by suspending the prcs.
    make sure u have the right parameters for the drilldown and layout paths. this also can contribute to the process running to error status.
    Need to add the run control id - for a drill down report request u don't need a run control id. for a report book u can always add a run control parameters for every run. u can also differentiate the reports by the business units with your run control ids.
    Thanks

  • I bought Iphone5 at 28th Sep, but the order status is still processing items?

    I bought Iphone5 at 28th Sep, but the order status is still processing items? What is going on, is that ok ? although Delivers  24 Oct, 2012 - 31 Oct, 2012.

    I ordered on 29th sept, order status still processing items - although it says will dispatch deliver 24 - 30 oct. I don't think it will deliver anytime soon as apple can't fulfil millions of orders even in 4 weeks.

  • DAC processes the return status from Informatica incorrectly

    Hi,
    My Env Info is as below:
    DAC: Build AN 10.1.3.4.1.patch.20110427.0538, Build date: April 27 2011
    Informatica:*9.0.1 HotFix 2 (On OS windows 2003*)
    Now, I am running the Siebel CRM-Loyalt execution Plan in DAC, but enccounter the below issue:
    1)Some task start before its immediate predecessors finished
    for example, <SIL_LoyMemberDimension> depends on <SDE_SBL_LoyMemberDimension> , the <SIL_LoyMemberDimension> starts before <SDE_SBL_LoyMemberDimension> successfully finished.
    when checking the log, found that:
    the time <SIL_LoyMemberDimension> started is just the start time workflow <SDE_SBL_LoyMemberDimension> start its first session in Informatica, and also, in the execution's detail info view, DAC marked the start time workflow <SDE_SBL_LoyMemberDimension> start its first session as the task's finished time.
    This issue leads to many failures in building target table.
    2)The task status in execution for informatica task is usually incorrect
    when some session failed in a workflow, the workflow is failed too, but the DAC's execution will marked the task as successfully completed, which is incorrect and will lead to some future un-predictable issue
    Anyone can help?
    Thanks
    Leon

    I would suggest go for a new patch p13551596_101341_Generic this is latest (i guess)
    If this doesn't help let me know will look into this issue.
    If it is helpful, please mark as correct or helpful

Maybe you are looking for

  • Syncing iphone with Outlook,  please help

    I have been with Apple support on the phone, but so far they can't help me. my contacts sync to Outlook Express(old version from when I used to have dial up) but the calendar (Outlook 2003) doesn't sync either way..from pc to phone or phone to pc. Do

  • How do I disable Lion and go back to snow leopard

    I up graded to Lion. Now my wireless router can't connect because it doesn't support Lion. I don't want to have to buy a new router. Can I disable lion and go back to snow leopard? P.S. I am new at computers so be easy on the terminology please.

  • How to allow user chaning his password in OBIEE 11g weblogic custom LDAP?

    Hi, How to allow user chaning his password in OBIEE 11g weblogic custom LDAP? I need to give user an option to do so, without the intervention of any Administrator. I also do not want to make user a Administrator else he will be able to login in webl

  • Losing my broadband connection

    Well after much faffing about I got to post my query ! I got BT Broadband installed about 9 months ago and it was soooooo nice to use , turned on the Hub.....then my PC and voila...I was surfing the net like a good un'.......same for my laptop so awa

  • Question on Driver Manager

    Hi All, I have one small doubt on how java.sql.DriverManager works. To get connection in JDBC we basically first load the driver class using Class.forName() and then we do DriverManager.getConnection(). For example to load the Oracle Connection we us