Program name to execute CJB1 in background

Hi,
I would like to know the program name (not SAPLKAZB) to execute CJB1 either through SE38 or in background.
The program name - RKPSEL00 mentioned in this thread (Setting up job in CJB1) is not the correct one.
Appreciate your inputs.

The required program name is RKAZCJB1. You can use this to schedule CJB1 as a background job.
Hope it helps.
Thanks,
Vivek

Similar Messages

  • Program name to execute CJ8G in background

    Hi,
    I would like to know the program name  (not SAPLKO71) to execute CJ8G  either through SE38 or in background...
    Appreciate your inputs..
    Thanks,
    Balaji

    hi,
    run RKO7CJ8G in se38.
    regards,

  • Program name for Goods receipt in background.

    Hi Experts,
    If you to tcode VL06i, you get the button which says goods receipt in background. I want to setup the batch job, so it runs every hour, maybe by using SM36. How do I find out the name of the program for this.
    Also please let me know if you have any other suggestions.
    Thanks.

    the program is WS_DELIVERY_MONITOR you can set up the varinat first then use sm36 to setup the background job
    to find the program in most case
    go to transaction then system- status and you will see program here

  • Front-end functions cannot be executed in the background in SM37

    Hi ,
    I have developed a BDC program for Tcode HRUSER . The program is working fine in Frontend but when Executed in Background through SM37 gives a error -:
    "Front-end functions cannot be executed in the background".
    I am not using any function like GUI_DOWNLOAD or anything like that .
    Thanks
    Nikhil Arya.

    Hi ,
    No , the program is not taking any inputs from the user .
    when i am executing the program in background mode it is just showing the messages at the end which i am writing in the program for eg:
    "creating a user for employee 2306328".
    So , only the list of messages comes at the end .
    Thanks
    Nikhil Arya.

  • Object Custom Program Name of class RE and language EN does not exist

    Hi All,
             We are getting this bbelow error while running a custome program ,
    Object <Custom Program Name> of class RE and language EN does not exist
    Do any one has faced this similar issue earlier.
    Regards,
    Sen

    Hi,
    How did you resolve this problem ?
    Re: Object <Custom Program Name> of class RE and language EN does not exist.
    I am also encountering the same issue when I am executing the report.
    Regards,
    SSR.

  • Restrict 'Executing report in background' from selection screen

    I want user to not to select option for executing report in background from Selection Screen of the program.
    i.e. 'Execute Program in Background' option in 1st menu bar tab should either be disabled OR if user clicks on it then he should get error message on selection screen itself.
    Thanks,
    Falguni

    Hi Falguni,
    Write the code based on function code SJOB in the event AT SELECTION-SCREEN. Write the following code :
    AT SELECTION-SCREEN
    CASE SY-UCOMM.
    WHEN 'SJOB'.
    MESSAGE E000 WITH 'You cannot schedule background job'.
    ENDCASE.
    Thanks & Regards,
    Faheem.

  • How to find the program name of the smart form?

    How to find the program name of the smart form if output type is not known?
    thanks in advance...

    How to find the program name of the smart form if output type is not known?
    thanks in advance...
    T-code SE16
    Enter table name: TNAPR  -> Press enter key
    Enter smartform name in input field(SFORM):  Z_your_smartform_name
    Execute
    you can find  program name under the column PGNAM/Program name.
    Regards
    sudheer

  • Object Program Name of class RE and language EN does not exist

    Hi,
    I'm encoutering this problem.
    Object <Custom Program Name> of class RE and language EN does not exist
    This appears when i am executing the report .
    Has anyone encoutered this? How did you resolve this problem?
    Any pointers in this regard are appreciated.
    Regards,
    SSR.

    Hi,
    This must be coming from the one of the function module exceptions that you are calling in the method. Put break points at all function module calls and find out the reason.
    Thanks,
    Naveen Inuganti.

  • Want name of table which stores all program names

    Hi all,
    I want to find all the custom programs (all Z programs)in the system.
    Can any one tell me which table stores all the programs, t.code and stuff like that so that i can search for all the Z programs in it.
    i tried TSTC and TSTCT, however I dont get as many entries I get when i do an F4 help search in SE11.
    Thanks
    CMV

    Hi,
    Just wrote this code. This will get all the Y/Z programs .
    [code]
    REPORT  zztest_prd                              .
    TABLES : trdir.
    DATA : BEGIN OF it_prg OCCURS 0,
           progname LIKE trdir-name,
           subc     LIKE trdir-subc,
           END OF it_prg.
    DATA: genflag TYPE genflag.
    SELECTION-SCREEN BEGIN OF BLOCK abc WITH FRAME TITLE test.
    SELECT-OPTIONS : scnam FOR trdir-cnam.  "Author name
    PARAMETERS     : notemp AS CHECKBOX.    "No temporary objects
    SELECTION-SCREEN END OF BLOCK abc.
    INITIALIZATION.
      test = 'Download Z/Y Programs'.
    START-OF-SELECTION.
      SELECT progname subc FROM reposrc INTO TABLE it_prg
                      WHERE   (  progname LIKE 'Z%' OR progname LIKE 'Y%' )          "User name space
                        AND   ( subc = '1'          OR subc = 'M' OR subc = 'I' )    "Executable(1),Module(M),Include(I)
                        AND  cnam IN  scnam.                                         "Author
      IF notemp IS NOT INITIAL.
        LOOP AT it_prg.
          SELECT SINGLE genflag FROM tadiv
                        INTO genflag
                        WHERE pgmid = 'R3TR'
                          AND object = 'PROG'
                          AND obj_name = it_prg-progname
                          AND devclass = '$TMP'.
          IF sy-subrc = 0.
            DELETE it_prg.
          ENDIF.
        ENDLOOP.
      ENDIF.
      LOOP AT it_prg.
        IF sy-tabix EQ 1.
          FORMAT COLOR COL_HEADING ON INTENSIFIED ON.
          WRITE : /2(40) 'ABAP program name',
                  45(10) 'Program type'.
          FORMAT COLOR COL_HEADING OFF INTENSIFIED OFF.
          SKIP 1.
        ENDIF.
        FORMAT COLOR COL_NORMAL ON INTENSIFIED OFF.
        WRITE : /2(40)  it_prg-progname,
                 45(10) it_prg-subc.
      ENDLOOP.
    [/code]
    Hope this helps you.
    Regards,
    Arun Sambargi.

  • ABAP Query Program name is !Q........

    Hi Friends,
    I have created ABAP Query and on executing its running fine and in status its showing the program name starting with !QTQO2C=========PRICING005====   instead of AQTQO2C=========PRICING005====  ...
    On checking the both in SE38 it says as not Exists. Please help me in this .
    Thanks
    Rajesh

    Hello Rajesh,
    When you create a query, SAP Creates a program internally. So it is that program name. You cannot see that program.
    Rgds,
    Rupali.

  • Can the standard program RFBIBL00 be run as a background job ?

    Hi all,
    Can the standard program RFBIBL00 be run as a background job for the call transaction mode.
    As I tried I got the job cancelled with message"Job RFBIBL00: Data does not match the job definition; job terminated".
    As i run it in foreground it executes properly.
    Why is it failing in background? Please help.
    Thanks ,
    Stock

    Hi,
    You need to copy the program RFBIBL00 & modify the program to build the logic to upload through application server. Then schedule the modified program in background & it wl work.
    Best regards,
    Prashatn

  • Program name starting with an exclamatory mark at runtime .

    Hi ,
    Whenever we execute an abap program the first letter of the program name is being replaced by exclamatory mark at runtime .I like to know why this happen and is there any logic behind it that sap follows .

    Hello
    This programm was modified, saved and not activated. Just activate programm and first letter in programm name will be 'Z'.

  • MDX parser program name

    Hi
    I am getting connection error in RFC Destination MDX PARSER. Error is that the program does not exit in the system. Can you please tell what does this program contain or how to find this program.
    Regards
    Lalit K Tyagi

    Why the program name should be same as the class name
    in which main is declared.
    Eg:
    class Test
    public static void main(String args[])
    System.out.println("Hello World");
    program name: Test.java // Why so.In your case, since the class is not public, I figure you could name it to something else too, like Untest.java. You would need the actual class name only while executing - java Test

  • "program name"

    Why the program name should be same as the class name in which main is declared.
    Eg:
    class Test
    public static void main(String args[])
    System.out.println("Hello World");
    program name: Test.java // Why so.

    Why the program name should be same as the class name
    in which main is declared.
    Eg:
    class Test
    public static void main(String args[])
    System.out.println("Hello World");
    program name: Test.java // Why so.In your case, since the class is not public, I figure you could name it to something else too, like Untest.java. You would need the actual class name only while executing - java Test

  • Need a program name for a Batchjob

    Hi Folks,
    In our current process, the deliveries are taken from picking duelist (VL06O)and the transfer order is created manually. Now we want to automate this process. I know that it can be done by a batch job.
    Could some one tell me the program that should be used in the batch job which takes the delivery numbers from picking duelist and creates transfer orders?
    Points rewarded.
    Regards,
    Krishna

    I think you don't have to worry about program names. Just click <...in the background> button above selection screen and the system will create automatically a job for you

Maybe you are looking for

  • ME2O report with special stock assignment (project stock)

    Dear Guru's Im tring to use ME2O report to monitor the stocks of subcontracting. In my business we have special stocks (project stocks). When I run the report it does not give the subcontracted stocks with project assignment. Am I doing something wro

  • Please Help : iTunes 9.0.2 with Windows 7 (64) library can not move

    I followed instruction to move my library from C:\users\%loginname%\My Music\iTunes to any where other than C:\ after changing the folder in Preferences\Advanced and choose File\Library\ organize library the folder structure is being created but any

  • AD: Extracting to Shapefile based on SQL query

    We have written a command-line tool, SpatialExtractor, that takes an SQL query and produces an ESRI Shapefile. If this is valuable to you, please download an evaluation version from our website, www.geometry.com.au. The full version is (approx) US$57

  • Surely it can't be 5 times....

    Forth call from the helpdesk today... still no changes or fix.  Here's my problem. 6:15am I run a speedtest on my iPhone using the Namesco London server on speedtest.net, download speed is an acceptable 52Mbps d/l and 16.7Mbps u/l. Go to work and com

  • How to block the new customer automaticly

    Hi,    To create the new customer by sales area via xd01, how to block this customer by sales area automaticly? thx.