Extended check through program

Hi Gurus,
I wanted to do extended check and note down errors of nearly 3000 programs . Is there any possibility to do it through a program which upload program names from excel and return errors, if extended check found errors??
Thanks in advance!!
Saj

Hi,
You can perform Extended Check for a group of programs using CODE INSPECTOR ( Tcode is SCI ). You will have do it by creating a object set for the set of programs.
regards,
Mahesh

Similar Messages

  • ABAP programming extended Check

    Hi
    Why do we do ABAP program Extended Check?
    Thank You

    it is necessary for Complete check of the ABAP source text for all statically recognizable errors.Programs with errors in the extended program check can be executed, but usually result in an exceeption.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/801afd454211d189710000e8322d00/content.htm
    Error situation during execution of an ABAP program. Exceptions are treatable (statements TRY, CATCH) or untreatable.
    Untreated exceptions result in a runtime error. An exception is triggered either by the ABAP runtime environment due to error situations that are not foreseeable by the static program check, or by the RAISE EXCEPTION statement.

  • Program extended check

    what is the program extended check?

    Use
    You use this function to perform static checks, which are too time consuming for the normal syntax check. The extended program check returns both errors and warnings and it is possible to run either individual specialized tests or one whole standard check.
    Procedure
          1.      You access the extended program check by means of transaction SLIN. You can also choose Program ® Check ® Extended program check.
    The system displays a list of possible check options. By default, all of them are selected. For detailed information about a particular option, position the cursor on it and choose F1.
    Note
    The extended program check takes considerably longer time than other checks but it uses a buffer and the process speeds up after the first run.
          2.      Select any options you need.
    For each option you have selected, the system displays an overview of the number of errors, warnings, and messages.
    Note
    Only the especially critical warnings are displayed before the standard check.
           3.      Choose an entry to display the corresponding detail screen.
    From that screen you can jump to the appropriate point in the program and correct the error.

  • How to remove Unicode errors from extended check and code inspector

    Hi
    We are working on making all our ABAP program to make unicode compliant. We are activating unicode flag in attribute and correcting syntax errors. After this when we do the extended checks or SLIN or code inspector, usually giving error for many statements such as whenever there is message.
    <b>Code is :</b>message a208 with text-004.
    <b>Error description is</b> :
    The message 208 for id zz has no long text.
    You can hide this message using "#EC *
    208 is -   & does not exist in & &. And  text 004 is - Cannot open the output file
    By using #EC * we can remove errors. But Is this the correct way and what does this indicate? Please explain.

    Hi Yogesh,
    Can you check whether the message number 208 in message id ZZ has the Self Explanatory checkbox as checked or not? I think it is not checked and u have also not maintained any long text. Hence the error.
    By using #EC - you do not remove the error, however u hide it from SLIN.
    It is used if there is some known error you cannot avoid which is returned by SLIN and you dont want it to be reported. Also, a way to "cheat" the reviewer who might be checking for errors.
    Not good !! 
    Regards,
    Aditya

  • Printing Check through APP (FBZP)

    Hi All Sap Guru,
    I have done all the configre for automatic payment program through FBZP. My client want check printing. Please provide me following detail:-
    1) which forms i use SAP Script   Form  _____-
    2) Sender Detail
        Text Id
        Letter header
        Footer
        Signature Text
        Sender.
    and pls provide more step for check printing.
    Apperciate to give your time.
    Regards,
    Pankaj

    Hi
    to preint check
    Script form : F110_PRENUM_CHCK
    Payment Medium Program for Check Printing : RFFOUS_C
    Name of Print data set : LIST1S
    Text id : ST
    Letter Header : F_0001_HEADER
    Footer : F_0001_FOOTER
    Signature Text : F_0001_SIGNATURE
    Sender : F_0001_SENDER
    Assign above details in tcode FBZP
    and in tcode F110 create variant for check print program and print out put details.
    Regards
    Hari P

  • Extended checks error

    Hi All,
    We are making programs unicode compliant. While doing extended checks I am getting following error. Could you please let me know how to resolve errors from extended checks.
    <b>Error :
    Program:  ZSDS_DEPLOYMENTS_BACK  Row:   1196  [Prio 1]
    In PERFORM or CALL FUNCTION "BAPI_PO_CREATE1", the the actual parameter
    "WT_RETURN" is too short for the formal parameter "RETURN".
    (You can hide the message using "#EC *)</b>
    <b>Program:</b>
    wt_return                type  BAPIRETURN occurs 0 with header line,
    ws_return                like bapiret2,
    CALL FUNCTION 'BAPI_PO_CREATE1'
         EXPORTING
           POHEADER                     = wm_poheader
           POHEADERX                    = wm_poheaderx
         POADDRVENDOR                 =
         TESTRUN                      =
         MEMORY_UNCOMPLETE            =
         MEMORY_COMPLETE              =
         NO_MESSAGING                 =
         NO_MESSAGE_REQ               =
         NO_AUTHORITY                 =
         NO_PRICE_FROM_PO             =
         IMPORTING
           EXPPURCHASEORDER             = wm_exppurchaseorder
           EXPHEADER                    = wm_expheader
         TABLES
           RETURN                       = wt_return
           POITEM                       = wt_poitem
           POITEMX                      = wt_poitemx
         POADDRDELIVERY               =
           POSCHEDULE                   = wt_poschedule
           POSCHEDULEX                  = wt_poschedulex
         POACCOUNT                    =
         POACCOUNTPROFITSEGMENT       =
         POACCOUNTX                   =
         POCONDHEADER                 =
         POCONDHEADERX                =
         POCOND                       =
         POCONDX                      =
         POLIMITS                     =
         POCONTRACTLIMITS             =
         POSERVICES                   =
         POSRVACCESSVALUES            =
         POSERVICESTEXT               =
         EXTENSIONIN                  =
         EXTENSIONOUT                 =
           POTEXTHEADER                 = wt_potextheader
           POTEXTITEM                   = wt_potextitem
         POPARTNER                    =
    Commit BAPI changes to database.
      call function 'BAPI_TRANSACTION_COMMIT'
            importing
                 return               = ws_return.
    Thanks

    Hi Yogesh,
    Structure of BAPIRETURN and BAPIRET2 is different.
    Try defining your table refering to BAPIRET2.
    wt_return type <b>BAPIRET2</b> occurs 0 with header line,
    Regards,
    Phani

  • Error on extended check for types include structure statements

    Hi All ,
                  On Extended check im getting error :
    Program:  ZFIR_VALUATE_OBSOLETE_STOCK  Include:  ZFIR_VALUATE_OBSOLETE_STOCK_F  Row:   1205
    The current ABAP command is obsolete
    Within classes and interfaces, you can only use "TYPE" to refer to ABAP Dictionary
    types, not "LIKE" or "STRUCTURE".
    Internal Message Code: MESSAGE G/B
    (The message cannot be hidden using pseudo-comment "#EC .., bzw. durch SET
    EXTENDED CHECK OFF/ON)
    The error is in below line :
    TYPES: BEGIN OF t_fttax.
              INCLUDE STRUCTURE fttax.
      TYPES: END OF t_fttax.
    and fttax is a dictionary strucuture . i made internal table and work area using it .
    DATA: i_fttax TYPE STANDARD TABLE OF t_fttax,
            wa_fttax TYPE t_fttax.
    Need Help ,what i should do to remove this error ?
    Regards

    declare as :
    DATA: i_fttax TYPE STANDARD TABLE OF fttax,
               wa_fttax TYPE fttax.
    No need to declare as :
    TYPES: BEGIN OF t_fttax.
              INCLUDE STRUCTURE fttax.
      TYPES: END OF t_fttax.

  • How to debug a authority check in program and a authorisation object in tco

    Can anyone tell me how to debug a authority check in program and a authorisation object in tcode
    i just want to know the flow of authorisation object in debugging how user is assocaited with authorisation object and roles.
    i know if sy-subrc ne 0 is authorisation failed ,so please help me anyone on this.
    every time when i put breakpoint ,if its program level only, i am able to decide only through sy-subrc but iam unable o view the flow .

    flow cannot be seen, we have to be based on sy-subrc only...
    you cannot see the flow in read table... describe table... transfer...
    the authorization object will be assigned to the data element, that data element has some realtion to the roles given to the users. So if the role of the user and data element value doesnt match the sy-subrc NE 0.

  • Extended Check

    Hi all,
    Can you all share your experience on Extended check issue i am having.
    I have run the Extended Check on the program and it showed me errors like 'no read access to field string '  etc ....,
    to hide this message i am using "#EC *.
    even after using "#EC * the system is showing the message if i perform an Extended Check .
    is my approach not the correct one ? or do i have to do any additional steps ?
    Please suggest . Thanks in advance .
    Regards,
    Ry

    this hide statement will not remove the error warning r message but it will hide...
    generally  v use extended program check to remove the unnessary satement from the program which will improve the performance of the program .so plz rectify the error and hide the warning........if they can not be rectified.
    Regards
    Anbu

  • Runtime memory checking - freezes program from the start

    We'd very much like to use Forte to check a program for memory leaks. When it runs from the GUI invocation it seems to freeze up during init'ing. I discovered "bcheck", and tried it as well (See below), but once again it seems not to be talking to the proc it's intended to, and nor does the log show anything, so it seems to freeze as well.
    Any clues on how we move on from here?
    bash-2.03$ bcheck -all -o l.log longlife -port=20020 &
    [4] 23702
    bash-2.03$ Reading longlife
    Reading ld.so.1
    Reading librtc.so
    Reading libretriever.so
    Reading libdl.so.1
    Reading libsocket.so.1
    Reading libnsl.so.1
    Reading libpthread.so.1
    Reading libCrun.so.1
    Reading libm.so.1
    Reading libw.so.1
    Reading libthread.so.1
    Reading libc.so.1
    Reading libz.so.1
    Reading libmp.so.2
    Reading libc_psr.so.1
    detected a multithreaded program
    access checking - ON
    memuse checking - ON
    Running: longlife -port=20020
    (process id 23714)

    I am seeing something similar, trying to debug a multithreaded app.
    Reading libsocket.so.1
    Reading libnsl.so.1
    Reading libdl.so.1
    Reading librt.so.1
    Reading libpthread.so.1
    Reading libresolv.so.2
    Reading libc.so.1
    Reading libCrun.so.1
    Reading libmp.so.2
    Reading libaio.so.1
    Reading libw.so.1
    Reading libc_psr.so.1
    Reading libthread.so.1
    detected a multithreaded program
    (/opt/SUNWspro/bin/../WS6U1/bin/sparcv9/dbx) check -access
    access checking - ON
    (/opt/SUNWspro/bin/../WS6U1/bin/sparcv9/dbx) run
    Running: <>
    (process id 24424)
    RTC: Enabling Error Checking...
    And it just sits there.truss -p 24419
    write(9, "\0\0\0\0\0\0\003", 8) (sleeping...)
    pstack 24419
    24419: /opt/SUNWspro/bin/../WS6U1/bin/sparcv9/dbx -C /tmp/awz/bin/nsd8x
    ffffffff7e5a1f40 write (9, 1010e79a0, 8)
    00000001001e18f8 __1cEPCmdKflush_help6M_v_ (1010e6990, 3, 0, 0, 0, 0) + 19c
    00000001001e1640 __1cEPCmdFflush6M_i_ (1010e6990, 3, 400000000, 0, 0, ffffffff7fffdc51) + 2c
    00000001001e66d8 __1cFPcsPDEwait6MpnDLwp__b_ (10054516b, 100543ae8, 1010e6990, 0, 0, 0) + 110
    00000001001f69b0 __1cEProcEwait6M_v_ (1005f5fd0, 1, 54ac00, 54aef4, 100000000, 0) + c4
    00000001001fdaec __1cEProcCgo6MpnEVCpu_nGProcGo_b_v_ (0, ffffffffffffffff, 3, 0, 1005f5fd0, 1012121d0) + 500
    00000001001056a8 __1cHCallMgrEcall6MpnMActiveEntity_pnDFun_pnICallArgs_pnHRetRegs_I_b_ (100547278, 100998df7, 0, 1005f5fd0, 0, 0) + 658
    000000010021da8c __1cIRtcMgr_tIcallproc6MpnDFun_pnICallArgs_pnHRetRegs_b_b_ (0, 0, 100628610, 1006280c0, 101210f30, 101211130) + 31c
    000000010021de14 __1cIRtcMgr_tNcheck_uncheck6MLLb_v_ (1005f6ea0, 1858c0, 80, 0, 0, 0) + 184
    000000010021aa2c __1cIRtcMgr_tWinit_uncheck_func_list6M_v_ (10062ee20, 1, 0, ab4, 1005f26f0, 1005519ab) + 29c
    0000000100214404 __1cIRtcMgr_tPrtc_new_process6M_v_ (10111d190, 1005141f8, 0, 100551922, 50430001, 4c455645) + 72c
    0000000100212c54 ???????? (1005f5fd0, 10111cf50, 0, 10111cf50, 1, 0)
    00000001000ec138 __1cSActionList_execute6FpnEList4nGAction___pnEProc_pnHHandler_pnJEventInst_nHLevel_e__v_ (100b2ecc0, 1005f5fd0, 101121be0, 10111cf50, 1, 54494400) + 4c
    0000000100188d84 __1cHHandlerSdecision_procedure6MpnEProc__v_ (101121be0, 1005f5fd0, 54ac00, 54aef4, 100000000, 101122693) + 168
    000000010020a9e0 __1cKRecognizerHtrigger6M_v_ (101121be0, 10111cf50, fe92e7a0, 10051e438, 0, 101122690) + 138
    000000010020afb0 __1cKRecognizerIdispatch6F_v_ (1005e8940, 100866ef0, 0, 1010e7a40, 101122080, 0) + 6c
    00000001001fc9cc __1cEProcNvcpu_dispatch6MpnEVCpu__b_ (101122080, 1005141f8, 100866ef0, 0, 0, ffffffff7fffe821) + 37c
    00000001001fcadc __1cEProcQpervcpu_dispatch6MpnEVCpu__v_ (564400, 5646d0, 100000000, 0, 0, 0) + ac
    00000001001fd364 __1cEProcQgeneric_dispatch6MpnEVCpu__b_ (1005f5fd0, ffffffffffffffff, 0, 1010e7a40, 0, 100547d7f) + 18c
    00000001001fdb4c __1cEProcCgo6MpnEVCpu_nGProcGo_b_v_ (0, ffffffffffffffff, 1, 1, 1, 5dec00) + 560
    00000001001a3f48 __1cGdo_run6FbnHLevel_e__i_ (5d3400, 0, 1, 514000, 5141f8, 100000000) + 538
    00000001002bdec0 ???????? (0, 1002c4508, 100575f8f, 1, 1005fb098, 1005fb050)
    00000001002bcb2c __1cHexecute6FpnGInterp_pnCop_i_i_ (2, 101087df0, 0, 0, 5f63625f, 64697370) + 228
    00000001002a934c __1cFshell6FpnGInterp_pnGSource__i_ (1000df06c, 1005748a0, 0, 1005fb2d0, 1005fb2c8, 1) + 5b0
    00000001000e48fc __1cNmain_cmd_loop6FpnGInterp__v_ (1005fb050, 530f80, 1, 0, 0, ffffffff7ffff0d0) + fc
    00000001000e5cb4 main (1, 0, 1, 504800, 504918, 100000000) + db8
    00000001000db2bc _start (0, 0, 0, 0, 0, 0) + 17c
    I am too lazy to run this through dem.

  • Extended check warning

    hi,
    In extended Check of my code i get this Warning:
    Program:  ZFI_E_DV_FINA_SWIFT  Include:  ZFI_E_DV_FINA_SWIFT_F01  Line :     35 
    FORM TRANSFER_DOWN not called directly                                          
    (check dynamic PERFORMs!
    Maja

    Hi,
    This message suggests that the form FORM TRANSFER_DOWN  is not called in your program using perform statement. You can hide the message by adding the "#EC on right side of the form statement after the .(dot). If this perform is not at all called in your program or from any other program then you can comment out the Form altogether.
    Hope this helps.

  • How to avoid extended checks for the events used in ALV.

    Hii,
    I hav delvpd an alv report in which i hav used events for which i haven't declared PERFORM for the same. but when i had checkd in the Extended program checks it says that form interface is not called directly.. check for dynamic PERFORMS...
    how to avoid this error in the extended check program.

    Another option can be calling the routine from the program itself with a check that never satisfies.
    like:
    if 1 = 2.
    perform top_of_page.
    endif.
    form top_of_page.
    endform.
    Regards,
    Joy.

  • Read CVC through program

    Hello Eperts,
    Is there any way to read CVC through program?
    Actually we are creating realignment steps based up on flat file inputs which we are getting from Legacy system. Legacy system provides only key characterics values but demand planner want all characteristics values in realignment steps. So I am wondering is there any way to read the CVCs & put the same values in realignment steps for other characteristics (Which are not providing by Legacy System).
    Thanks In advance....
    Thanks & Regards
    Sujay Joshi

    Hello Sujay,
    This can be acheived by creating a z-program using the below mentioned steps
    1. create a selection screen to define your selections
           a. to define your planning object structure
           b. characteristics as selections
    2. use CALL FUNCTION SAPAPO/TS_PSTRU_TAB_NAMES_GET' to check if the planning object structure exsists and read the   structure of the POS selected in the selection screen in the step number one
    3. create a dummy table using the above fetched structure based on the step 2
    4. Use CALL FUNCTION /SAPAPO/TS_PSTRU_SINGLE_GET to get all the combinations relevant to the planning object structure
    5. Use CALL FUNCTION '/SAPAPO/TS_PLOB_LIST_GET' to filter the CVC's which are retrived from the step 4 based on your selection .
    6. Use the CALL FUNCTION '/SAPAPO/TS_RLG_TABLE_GET' to populate the realignment table.

  • How to activate or deactivate screen painters element through program?

    i am using module pool programming ,
    i want to activate or deactivate the screen painters elements  through programming how i can do it?

    Hi,
    You can perform active and deactive the fileds in the selection screen using AT SELECTION-SCREEN OUTPUT event. Loop the screen table and modify the content of a screen field inside the loop based on requirements.
    Check this code.
    selection-screen begin of block b1 with frame.
    parameters: p_g1 radiobutton group gp1 default 'X' user-command chk,
    p_g2 radiobutton group gp1.
    selection-screen end of block b1.
    selection-screen begin of block b2 with frame.
    parameters: p_gltrp type afko-gltrp modif id g1.
    parameters: p_werks type aufk-werks modif id g1.
    parameters: p_datum type afko-gltrp modif id g2.
    parameters: p_uzeit type aufk-werks modif id g2.
    selection-screen end of block b2.
    at selection-screen output.
    loop at screen.
    if p_g1 = 'X' and screen-group1 = 'G2'.
    screen-active = 0.
    modify screen.
    endif.
    if p_g2 = 'X' and screen-group1 = 'G1'.
    screen-active = 0.
    modify screen.
    endif.
    endloop.
    Also try the below code to get some idea
    report zsample.
    TABLES:lfm1.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    SELECT-OPTIONS: s_lifnr FOR lfm1-lifnr .
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-002.
    PARAMETERS:
    r_asn RADIOBUTTON GROUP rad1 USER-COMMAND uc1 DEFAULT 'X',
    r_ers RADIOBUTTON GROUP rad1 ,
    r_830 RADIOBUTTON GROUP rad1,
    r_850 RADIOBUTTON GROUP rad1,
    r_862 RADIOBUTTON GROUP rad1,
    r_810 RADIOBUTTON GROUP rad1,
    r_820 RADIOBUTTON GROUP rad1,
    r_824 RADIOBUTTON GROUP rad1.
    SELECTION-SCREEN END OF BLOCK b2.
    SELECTION-SCREEN BEGIN OF BLOCK b3 WITH FRAME TITLE text-003.
    SELECT-OPTIONS: s_bstae FOR lfm1-bstae MODIF ID sd1.
    PARAMETERS:
    p_ekorg TYPE lfm1-ekorg MODIF ID md1,
    p_evcode TYPE edp21-evcode MODIF ID md2,
    p_kappl TYPE nach-kappl MODIF ID md3,
    p_parvw TYPE nach-parvw MODIF ID md4,
    p_kschl TYPE nach-kschl MODIF ID md5,
    p_vakey TYPE nach-vakey MODIF ID md6,
    p_werks TYPE werks_d MODIF ID md7,
    p_bukrs TYPE lfb1-bukrs MODIF ID md8.
    SELECTION-SCREEN END OF BLOCK b3.
    AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
    IF r_asn EQ 'X'
    AND ( screen-group1 = 'MD3' OR screen-group1 = 'MD4'
    OR screen-group1 = 'MD5' OR screen-group1 = 'MD6'
    OR screen-group1 = 'MD7' OR screen-group1 = 'MD8' ) .
    screen-active = '0'.
    screen-invisible = '1'.
    screen-input = '0'.
    screen-output = '0'.
    ELSEIF r_ers EQ 'X'
    AND ( screen-group1 = 'SD1' OR screen-group1 = 'MD1'
    OR screen-group1 = 'MD2' OR screen-group1 = 'MD3'
    OR screen-group1 = 'MD4' OR screen-group1 = 'MD5'
    OR screen-group1 = 'MD6' OR screen-group1 = 'MD7'
    OR screen-group1 = 'MD8' ) .
    screen-active = '0'.
    screen-invisible = '1'.
    screen-input = '0'.
    screen-output = '0'.
    ELSEIF r_830 EQ 'X'
    AND ( screen-group1 = 'SD1' OR screen-group1 = 'MD1'
    OR screen-group1 = 'MD2' OR screen-group1 = 'MD6'
    OR screen-group1 = 'MD7' OR screen-group1 = 'MD8' ) .
    screen-active = '0'.
    screen-invisible = '1'.
    screen-input = '0'.
    screen-output = '0'.
    ELSEIF r_850 EQ 'X'
    AND ( screen-group1 = 'SD1' OR screen-group1 = 'MD1'
    OR screen-group1 = 'MD2' OR screen-group1 = 'MD6'
    OR screen-group1 = 'MD7' OR screen-group1 = 'MD8' ) .
    screen-active = '0'.
    screen-invisible = '1'.
    screen-input = '0'.
    screen-output = '0'.
    ELSEIF r_862 EQ 'X'
    AND ( screen-group1 = 'SD1' OR screen-group1 = 'MD1'
    OR screen-group1 = 'MD2' OR screen-group1 = 'MD8' ) .
    screen-active = '0'.
    screen-invisible = '1'.
    screen-input = '0'.
    screen-output = '0'.
    ELSEIF r_810 EQ 'X'
    AND ( screen-group1 = 'MD3' OR screen-group1 = 'MD4'
    OR screen-group1 = 'MD5' OR screen-group1 = 'MD6'
    OR screen-group1 = 'MD7' OR screen-group1 = 'MD8' ) .
    screen-active = '0'.
    screen-invisible = '1'.
    screen-input = '0'.
    screen-output = '0'.
    ELSEIF r_820 EQ 'X'
    AND ( screen-group1 = 'SD1' OR screen-group1 = 'MD1'
    OR screen-group1 = 'MD2' OR screen-group1 = 'MD3'
    OR screen-group1 = 'MD4' OR screen-group1 = 'MD5'
    OR screen-group1 = 'MD6' OR screen-group1 = 'MD7' ).
    screen-active = '0'.
    screen-invisible = '1'.
    screen-input = '0'.
    screen-output = '0'.
    ELSEIF r_824 EQ 'X'
    AND ( screen-group1 = 'SD1' OR screen-group1 = 'MD1'
    OR screen-group1 = 'MD2' OR screen-group1 = 'MD3'
    OR screen-group1 = 'MD4' OR screen-group1 = 'MD5'
    OR screen-group1 = 'MD6' OR screen-group1 = 'MD7'
    OR screen-group1 = 'MD8' ) .
    screen-active = '0'.
    screen-invisible = '1'.
    screen-input = '0'.
    screen-output = '0'.
    ENDIF.
    MODIFY SCREEN.
    ENDLOOP.
    Regards,
    Chandru

  • TRIGGERING DYNAMIC ACTIONS THROUGH PROGRAM

    Hi Experts ,
    I would like to know is it possible to trigger the dynamic actions through program.
    Please explain me the details.
    Thank you.

    As far as i know ,Dynamic Actions dont trigger in Batch Input Session. So what you can do is modify your batch input program so that it handles the same checks and logic that you configured in the T588z table.
    This is the documentation from SAP.
    Note on creating a batch input session:
    Dynamic actions are not processed in a batch input session.
    In batch input, you must specify the exact sequence of the screens. To ensure this is the case, you must have already programmed the dynamic action checks before you create the batch input session.
    To avoid errors only the static actions are processed when you program and process a session. Infotypes that usually only appear in the system as a result of a dynamic action should be updated by calling up the transaction separately.

Maybe you are looking for

  • Hiding a row based on the the drill down via table interfaces

    I have a requirement to hide a particular row (key field) of a table if a characterisitic (0PLANT) is included in the table. I have managed to hide the key field via the table interface but need to know how I would see if the characteristic is drille

  • Can i use forms 9i or 10g for client/server applications

    Right now, we are using oracle 9i DB and developer suite 10g. I have to build a client/server application. In one of the OTN articles, it says that from forms 9i onwards, it's not supporting client/server applications. Do i have to use 6i for this. T

  • Matrix Report Query Problem

    Dear members I am using reports 6 and oracle 9i. I am trying to create a matrix report in which i want to show products as rows and dates as columns. Dates should be fixed 7 days any from to dates given by user. I have used two tables prd_plan_m and

  • Cannot export Indesign file to JPG after I did latest update

    Recently did a minor updare on my Indesign CC and the export as JPG feature is not working. it appears as though all the featres are up are running but the actual file does not appear.

  • Stolen iphone, Stolen iPhone, reactivated another and my iCloud

    My iPhone 4 got stolen. Long story short activated Lost Mode on Find my iPhone app, but the police could not narrow it down far enough because it was located in an apartment building. So I contacted Verizon, and they flagged it as stolen. And I activ