No std Inf.& warning messages while CAT2 being called from custom Zprogram

Hi,
We have built a custom z program that will be called CAT2 transaction using batch data processing(BDC).
CAT2 being called  by CALL TRANSACTION ' USING bdcdata  MODE 'N'.
The idea was that facilitate users  to choose multiple employees at a time and  go to directly CATS time entry screen.  No dialog call.   When we call CAT2 by running zprogram,  std.cat program warnings & information messages getting suppressed.
Seeking your ideas is there any way we can run zprgm with out suppressing warning & information messages in std. program.
Regards
Prav

Hi,
We have built a custom z program that will be called CAT2 transaction using batch data processing(BDC).
CAT2 being called  by CALL TRANSACTION ' USING bdcdata  MODE 'N'.
The idea was that facilitate users  to choose multiple employees at a time and  go to directly CATS time entry screen.  No dialog call.   When we call CAT2 by running zprogram,  std.cat program warnings & information messages getting suppressed.
Seeking your ideas is there any way we can run zprgm with out suppressing warning & information messages in std. program.
Regards
Prav

Similar Messages

  • General Warning Message while creating po

    Hi Gurus,
    Good Morning.
    I want to pop-up a warning message while creating all types of PO saying that "Contact Person & Email ID text should be filled "
    This message should be applicable to all PO .
    How to create a message and assign in PO ?
    Thanks & Regards,
    Vikas

    Hi Archit,
    Thanks for your reply.
    How to create a new Text No. & Message Text ? or if i want to use any existing text no & Message Text how can I change the Text Description ?
    Thanks & Regards,
    Vikas

  • Pop up warning message while creating PO

    Hi,
    How to give a Genral or a POP up Warning Message while creating and checking a PO in ME21n and ME22n.
    Even i tried in changing the local setting in the menu bar, but it doesnt work.
    Help and suggestions will be much appreciated.
    Thanks & Regards.
    Kumar.

    Hi Jay,
    I tired with the BADI ME_PROCESS_PO_CUST  in the method IF_EX_ME_PROCESS_PO_CUST~CHECK, but still i am able to display only error message not Warning message.
    Any suggestion regarding this.....
    Thanks & Regards.
    Kumar.

  • How to add warning message while using 'print' function in Adobe LiveCycle Designer

    I am trying to make pdf document for my company which requires adding a warning message while anyone use 'print' function from the page...
    Does anyone know how to add warning message on LiveCycle Designer
    Also my supervisor mentioned something using 'nag' if that rings any bell

    No you shoudl never go into the XML source unless uinstricted to do so.
    You can open the script editor (under the window menu). It will appear above the drawing area but below the toolbars. You can resize it if there is not enough room. When you click on an object in the form you can choose an event to script against in the Show dropdown. In your case you will want to choose the prePrint event. A line will show up that indicates the object that is associated with the script as well as the event and other information. Add your script below this line. Once that is done you are finished and your form is ready for testing.
    Paul

  • Getting the Warning message while searching in the Query panel

    Hi all,
    getting the following warning message while searching something through Query panel.
    <SimpleSelectOneRenderer><_getSelectedIndex> Could not find selected item matching value "VwObj_SearchNCCriteria" in QueryRenderer$2[UIXEditableFacesBeanImpl, id=null]
    can anybody help me in filtering this warning message
    Thanks & Regards,
    Veeresh

    Hi Frank,
    the JDeveloper version is JDeveloper Studio 11.1.1.3.0
    I have a View object View_Query for that i have added View critirea as View_Query_Critirea.
    I dropped the Critirea as Master-detail table in the page.
    when i try to search anything in the master-detail table I am getting the warning message which i mentioned in the original post.
    thanks,
    Veeresh

  • Modify a  procedure while is being called

    can we modify a procedure while is being running. we have a procedure that is being called all the time (near real-time), can we modify this procedure while is being called?
    Best Regards

    +Your database administrator will have to prevent people from running it or...+
    Wouldn't the DDL CREATE OR REPLACE PROCEDURE itself do this?
    In other words the create or replace procedure DDL will "lock out" any later call to procedure and put them in "wait state". Is this not correct?
    A small test show the following...
    -- In SESSION 1
    sudhakar@ORCL>CREATE OR REPLACE FUNCTION ST RETURN VARCHAR2
      2  IS
      3  L_EXP NUMBER;
      4  BEGIN
      5  SYS.DBMS_LOCK.SLEEP(10);
      6  RETURN 'AAAA';
      7  END ST;
      8  /
    Function created.
    sudhakar@ORCL>GRANT EXECUTE ON ST TO OE;
    Grant succeeded.
    sudhakar@ORCL>
    -- In SESSION 2
    oe@ORCL>SELECT SUDHAKAR.ST C1, TO_CHAR(SYSDATE,'HH24:MI:SS') C2 from dual;
    -- In SESSION 1 while session 2 is running...
    sudhakar@ORCL>CREATE OR REPLACE FUNCTION ST RETURN VARCHAR2
      2  IS
      3  L_EXP NUMBER;
      4  BEGIN
      5  SYS.DBMS_LOCK.SLEEP(10);
      6  RETURN 'BBBB';
      7  END ST;
      8  /
    -- It goes into WAIT State...
    -- In SESSION 3 (while the other two sessions are waiting...
    oe@ORCL>SELECT SUDHAKAR.ST C1, TO_CHAR(SYSDATE,'HH24:MI:SS') C2 from dual;
    --This goes on wait state...
    -- Once session 2 and session 1 complete
    -- session 2 returns with...
    C1   C2
    AAAA 21:29:37
    oe@ORCL>
    -- session 3 returns with...
    C1   C2
    BBBB 21:31:07
    oe@ORCL>vr,
    Sudhakar B.

  • How can i debug a rfc being called from sap

    hello Gurus,
    We made a RFC call from SAP r3 to sap grc nfe......we did not receive any data in sap grc .......we go to SM58 and there it gives
    the message "Name or password is incorrect (repeat logon)u201D.
    How can i find out where the data has stuck.
    Please help.
    BR
    Honey

    HI,
    please have a look at the link below..
    this may help u !!!
    [Re: how can i debug a rfc being called from .net connector (NCO) v2.0?;
    Best of Luck !!1
    Regards
    Ravi

  • Naren - I don't see MB_POST_DOCUMENT being called from MIGO

    naren  -
    I put a breakpoint on the call statement here:
      CALL CUSTOMER-FUNCTION '001'
           TABLES  XMKPF = ZMKPF
                   XMSEG = ZMSEG
                  XVM07M = ZVM07M.
    But when I hit post in MIGO, it doesn't stop at this breakpoint.
    Are you sure MIGO goods receipt posting calls MB_POST_DOCUMENT ???
    If so, what am I doing wrong ?
    Shouldn't this breakpoint catch the flow if MB_POST_DOCUMENT is being called from MIGO ???
    Thanks again ...
    djh-

    Hi,
    Enter all the data in MIGO..
    Before pressing the save button..
    Put /h in the command field..
    When you go to the debugging mode..
    In the menu choose...SETTINGS -> UPDATE DEBUGGING..
    Now you will get a message..Update debugging is switched on..
    Press F8..
    The debugging will be opened in an other session..
    It will call all the update modules one by one..
    Continue till MB_POST_DOCUMENT FM is called..
    Update debugging is required for debugging UPDATE FMs.
    Thanks,
    Naren

  • Debugging a program being called from a shell script

    hi All,
    i want to know how debug a C program being called from A Shell Script,
    my script looks like the following :
    ecReqProcMain $Cfg/ecReq.g $TotCnt 2>> $ErrFilei also have to pass some arguments to the script itsellft, which in trun going to pass it to the program,
    also in some cases i may be required to Pipe some data to the program, like the folowing
    cat DataFile | myProgramThanks ,

    You can also use ss_attach with the scheme that Anton
    suggested above. Instead of inserting "dbx" into your
    script, insert "ss_attach" into your script.
    It's also possible to change your script to something like this:
    cat DataFile | ${DEBUG} myProgram
    Then you can run your script like this:
    setenv DEBUG ss_attach
    ecReqProcMain $Cfg/ecReq.g $TotCnt 2>> $ErrFile
    --chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Query To Locate Action Variable Being Called From

    we have this "M011 - 0" action variable that resets the value back to 0. i can't seems to find where this action variable is being called from the tidal. i looked at every places and failed to locate it. does anyone have a SQL query to find where this piece of info can be located?
    thank you,
    warren

    Try the Query that joins events and actions to find your event... then you can do a similar query to find jobs
    Marc
    SELECT dbo.tskmst.tskmst_name AS [Action Name], dbo.trgmst.trgmst_name AS [Event Name]
    FROM dbo.trgmst INNER JOIN
    dbo.trgtsk ON dbo.trgmst.trgmst_id = dbo.trgtsk.trgmst_id RIGHT OUTER JOIN
    dbo.tskmst ON dbo.trgtsk.tskmst_id = dbo.tskmst.tskmst_id
    WHERE (dbo.tskmst.tskmst_name LIKE '%M011%')

  • Receiving CO073 warning message while creating PM order for a certain equipment

    Hello experts ,
    Do you have an idea why i receive a warning message : Valuation data is not maintained for valuation type
    While entering a piece of equipment in PM order creation screen ?
    Before creating the PM order , I've entered company code and specific cost center in the master data of this piece of equipment.
    When I erased cost center from equipment's master data ,warning messages disappeared while creating PM order again.
    What configuration has to be done for the CO objects ? maybe MM configuration needs to be done like in automatic account configuration ?
    but it is strange thaw , equipment is not a material,thus and has no valuation class in his mater data record ....
    another problem is: after passing the warning message , in PM order , Location screen , the cost center is not being copied from equipment master record , which contains the cost center.
    Pease advice,
    Daniel

    Hello
    Have you assigned Business Area in  Equipment Or Work Order.If yes please try remove that try to create the wo
    Br
    Rakesh

  • Error message & warning message while creating PO

    Hi,
    I have one requirement like when user create PO with 'critical material',while saving PO,user should get message "critical material".
    For this ,in the enhancement MM06E005,EXIT_SAPMM06E_012(functional module),
    I have written piece of code
    *critical Material by Jaheer,ABAP & MM specialist
    LOOP AT TEKPO.
    IF TEKPO-MATKL EQ '9068'.
    MESSAGE ID 'ZMM' TYPE 'W' NUMBER '013' with TEKPO-MATNR.
    ENDIF.
    endloop.
    Here whenever I put message type 'E',I am getting message "critical material".But I donot want error message ,I want only warning message,so when I changed message type as "W",I am not getting any message while checking My PO.
    What is the reason?
    please,Can somebody throw some light on this?
    With Reg,
    Jaheer

    Hi
    Use the badi ME_PROCESS_PO_CUST, method CHECK, with a coding as this
      include mm_messages_mac.
      data: header       type mepoheader,
            items        type purchase_order_items,
            po_line      type mepoitem,
            line_item    type purchase_order_item.
      header = im_header->get_data( ).
      items  = im_header->get_items( ).
    LOOP AT items INTO line_item.
    IF condition IS TRUE.  "critical material (line_item-matnr)
           mmpur_message 'W' 'ZMM' '013' line_item-matnr ' ' ' '  ' '.
    ENDIF.
    ENDLOOP.
    I hope this helps you
    Regards
    Eduardo

  • Warning message while posting Credit Memo.

    Hi Guru,
    Currently the Invoice shows a soft warning message if a same number
    in Reference field (XBLNR) is used to post two different inovices.
    the client wants the same kind of Soft message to be appeared in case of a same number is used in the Reference Field when Posting credit memo. I think the check shd be against Accounting Doc right??
    Incase of invoice we have a check for duplicate invoice in SPRO and we can maintian it..
    What about credit Memo??? we do have any config...to my knowledge we need technical development.
    In Se91 i will go and create new Message and assign it to M8(Message Class for invoice)........and do assignments in OBA5
    Now the soft warning msg can be achieved only by calling this msg in ABAP Code right??? can be done thru Config..?????.
    if any other details if i need to know please do let me know.....or anyother suggestions....to achieve this,,,
    Is it a Config or Developement ???
    Thanks for the support
    Balaji

    In OBA7 if i check the "Reference number" that means while entering the document the reference number is compulsory field.
    and in vendor master i already checked the docueble invoce check that is why while posting KR it is giving the warning message.
    Regards,

  • Process Order Warning Message while doing the Goods Receipt

    Dear All,
    While doing the GR against process order via t.code MB31, we are getting a warning message which reads u201CProduction date of bch 110420 (17.06.2011) does not match the prod. date entered (26.08.2011)u201D this happens only if the batch number already exists in the system for the same material code , in this scenario if the user ignores the warning message & posts the document the existing batch number production date also will be over written with current/inputted manufacturing dateu2026 this will collapse the batch traceability. Is there a way to customize where we can have a different production date for same batch number?..
    For example:
    Batch Number: ABCD
    Production date 10.02.2011
    Batch Number: ABCD
    Production date 11.02.2011
    Batch Number: ABCD
    Production date 12.02.2011
    Regards,
    Sivanandan

    I'm sorry to say that I find your requirement to be absolutely not logical; a batch is, by definition, a homogenous quantity of a material, that you want to separate by it's characteristics from other, different, quantities of the same material.
    If you decided that manufacturing date is a characteristic of the batch, then it has to be unique for one batch.
    So, as I see it, you have two options: either decide that manufacturing date is not important and do without, or have different batches for the different dates.

  • Warning messages while booting

    Hi, All!
    While booting Cisco I see three warning messages.
    What have to do to resole it?
    =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2012.04.11 20:38:38 =~=~=~=~=~=~=~=~=~=~=~=
    c3925#reload
    Proceed with reload? [confirm]
    Apr 11 14:42:46: %SYS-5-RELOAD: Reload requested by console. Reload Reason: Reload Command.
    System Bootstrap, Version 15.0(1r)M13, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 2011 by cisco Systems, Inc.
    IOS Image Load Test
    Digitally Signed Release Software
    program load complete, entry point: 0x4000000, size: 0x49640ac
    Cisco IOS Software, C3900 Software (C3900-UNIVERSALK9-M), Version 15.2(2)T1, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2012 by Cisco Systems, Inc.
    Compiled Wed 29-Feb-12 23:44 by prod_rel_team
    Warning: MD5 encryption will be deprecated soon. Please move to SHA256 encryption.
    Warning: This CLI will be deprecated soon. Please move to radius server <name> CLI.
    Apr 11 14:44:34.619: %IFMGR-7-NO_IFINDEX_FILE: Unable to open nvram:/ifIndex-table No such file or directory

    Hello
    >>Warning: MD5 encryption will be deprecated soon. Please move to SHA256 encryption
    SHA256 encryption is stronger as compared to the MD5 encryption and hence, MD5 encryption will soon be deprecated. This warning message is reported during bootup when 'enable secret' and local username is configured using MD5 encryption. You can avoid these messages by moving to SHA256 encryption.
    >>Warning: This CLI will be deprecated soon. Please move to radius server CLI.
    This seems to be coming from the config command "radius-server host...". This is a result of the IOS preparing for the new addressing schema " IPV6' .
    >>Apr 11 14:44:34.619: %IFMGR-7-NO_IFINDEX_FILE: Unable to open nvram:/ifIndex-table No such file or directory
    The system found no saved ifIndex information, and ifIndex has not persisted across reboots. The ifIndices will be reassigned.
    This is expected when the router does not have "snmp-server ifindex persist" configured. When the same command is configured and saved to NVRAM, it should not be reported again on the next reboot.
    Regards
    Sush

Maybe you are looking for

  • MiniDisplayPort to RCA / Composite

    Just got a new MacBookPro, , and now noticed that the old Mini-DVI is not around anymore. I need to connect to an older TV, that doesn't have HDMI or VGA inputs. My only option is to go to RCA/Composite . I could go from miniDisplayPort to VGA and th

  • Disaster Recovery Soltuion

    Hi Everyone, In the case of Production system unavailable, by the destruction like due to fire or water floods, to avoid the system down-time for couple of days/weeks. We are planning to go for Disaster Recovery solution. We are planning to go with t

  • Mass Close PR and Mass Force close PO (delivery completed)urgent

    Hi All, I need your  advice in detail regarding in how to do the mass close PR and Mass force close PO. In order to bring back all unused value to available budget in Project (WBS). Many thanks in advance. Best Regards, Nies.

  • Maximum SMS storage Capacity ??

    Nokia is using symbian OS on the phones. If you want to store SMS messages on your phone, you need to set settings "number of messages" parameter on your phone. This parameter is limited as 999. WHO or WHAT defines 999. Does it depend on Symbian OS o

  • Browser closing unexpectan​tly

    Is anyone else having an issue where after opening a web page with the browser, the browser will suddenly close? I think it had to so with the ads on the page, but I'm not sure. It happened on phandroid today, it's been happening on nfl.com. I'm not