Clarification needed : status field in ME22N

Hi all,
I had problem if i send PO Output to an email.
<b><b>ME22N->messages->..i got status Yellow light</b>
If i check the same in scot
Utilities->overview of send orders->
if i execute that screen , i got message in status text like "Message cannot be transferred to node  at present due to RFC error"</b>can any body <b>explain reason</b> for this Error?

Hi,
Test your TOPCALL connection. There is button avialable in SCOT to test ur connection.
If using SAP 4.7 check SAP TOPCALL Config with Basis.
Message was edited by: Lanka Murthy

Similar Messages

  • Status field in Cycle count

    Hi all,
    Is it possible to involve the "status field" of the meterial in Cycle count procvess. Here the client need is to count the material at material status level.
    If this possible, please let me know the t-codes / Process flow.
    thanks & regards
    Chaitanya Rayaprolu

    Explain what your  status is and what it controls, and where you maintain it.
    In general SAP materials can have material statuses to control business.
    However these statuses are not visible in a phyiscal inventory document or in its selection screen.
    you have to modify screens, programs and forms to make such status visible for physical inventory.

  • Get the Last Value of Status Field from SQL TABLE using SQL 2008

    I have a table with Fields such as
    UploadstartTime, UploadEndtime, STATUS From TBLA.
    The STATUS Field, has values =7 and 11 are failed and 12 is SUCCESS. I cannot do a max, since it will always show 12, I need to get the MAX(UPLOADENDTIME, and get STATUS For that record. How can I do that using 1 SQL Query?
    My current code is: The issue is
    select
      TBLNAME
    MaxUploadstarttime
    =
    max(UploadStartTime),
    MaxUploadEndtime
    =
    max(UpLoadEndTime),
         Status=max(status)
    from  DB.DBO.LOGTABLE
    p1

    Please post DDL, so that people do not have to guess what the keys, constraints, Declarative Referential Integrity, data types, etc. in your schema are. Learn how to follow ISO-11179 data element naming conventions and formatting rules. You failed! Temporal
    data should use ISO-8601 formats. Code should be in Standard SQL as much as possible and not local dialect. 
    This is minimal polite behavior on SQL forums. 
    >> I have a table with Fields such as <<
    Fields are not columns! There is no generic status in RDBMS. Putting “tbl-” in a table name is called tibbling and we make fun of people who do it (Google Phil Factor's humor columns. If you were polite is this what you wanted to post? 
    CREATE TABLE Something_Uploads
    (upload_source_name CHAR(15) NOT NULL,
     upload_start_timestamp DATETIME2(0) NOT NULL,
     PRIMARY KEY (upload_source_name, upload_start_timestamp),
     upload_end_timestamp DATETIME2(0),
     CHECK(upload_start_timestamp < upload_end_timestamp),
     upload_status INTEGER NOT NULL 
       CHECK (upload_status IN (7,11,12, ..))
    >> I cannot do a max, since it will always show 12, I need to get the MAX(UPLOADENDTIME, and get upload_status For that record [sic]. How can I do that using 1 SQL Query?  <<
    Since you told us nothing and gave no sample data, want to correct this postign? 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • W-5 Filing Status field in Federal Iview for ESS?

    Hello Guru's
    I am looking into having the 'Earned Income Credit' filing status field from infotype 210 - subtype FED to be displayed on the W-4 iview in ESS. Can someone provide me direction on how I can do this? We are using ECC 6.0 with EP 7 (ESS BP 1.0).
    Thanks,
    Mike

    You will need to create a WebDynpro Project for the DC ess/us/w4 and make the necessary changes & deploy it to the Portal.. assuming you have your NWDI & Dev Studio set up already.. evidently, you will need some Java expertise..
    ~Suresh
    P.S: if you think it is too much.. wait for others to pitch in with an easy solution

  • Access regression status field in bugdb

    Hello:
    We are writing an application to create/edit a bug on Oracle BugDB. We found regression status is a field in RPTHEAD and its values are in table bug_lookups.
    There are some state logic for that field. When the current value is empty, its drop down list will contain empty and 'candidate' selection. When regression status field is 'candidate', its drop down list will contain 'candidate', 'confirmed', 'rejected'.
    When the value of regression field changes, one need to fill out some information on regression analysis dialog. There is another drop down list for regression causes.
    Could someone knowledgeable tell us:
    1) what are the APIs we can use to update the value of regression status?
    2) what are the tables holding the values for regression causes and comments on regression analysis dialog?
    3) which API is used to update users' comment from regression dialog in its table?
    4) does the state logic to show different LOV on regression status come from db itself or bugdb web application?
    Thanks.
    Edited by: user605138 on Apr 18, 2012 1:25 PM

    Hi Kerim,
    Cisco avpair is used for cisco devices only. For other 3rd party devices, separate attribute is required to be pushed by radius server.
    You have to add these attributes are defined under ACS 5 GUI >System Administration => Configuration =>Dictionaries =>Protocols => RADIUS => RADIUS VSA
    Then in Authorization Profiles under Policy Elements =>Authorizations=>Network access=> Authorization profiles, we need to call it.
    Here is the VSA for netscreen.
    Name=Netscreen
    IETF Code=3224
    VSA 1=NS-Admin-Privilege
    VSA 2=NS-Admin-Vsys-Name
    VSA 3=NS-User-Group
    VSA 4=NS-Primary-DNS-Server
    VSA 5=NS-Secondary-DNS-Server
    VSA 6=NS-Primary-WINS-Server
    VSA 7=NS-Secondary-WINS-Server
    Regards,
    ~JG
    Do rate helpful posts

  • Block status field in hr abap

    Hi,
    Could any one tell me where I can find the Block status field in HRtables...
    I need to include an additional field to indicate the block status of the cost centers.
    Please help me asap.
    Regards,
    Charan

    http://help.sap.com/bestpractices/industry/hightech/v346c/BBLibrary/documentation/A01_BB_ConfigGuide_E.doc
    Please check the above document which u may find helpful, please award points if found helpful

  • Status field in Opportunity

    I need to get Status field data in my report, could you please give the table name from where can i get this field data...

    My suggestion would be to use functin module (se37) CRM_STATUS_READ_OW which returns statuses for guid.
    In this way you don't need to bother about tables.
    regards.

  • To make a status field readonly on Activity based on condition

    Can anyone help me with the validation formula that I need to use to make the activity status field readonly.
    My condition is :-
    If the Owner Id on the Activity <> login Id, then make status field readonly
    Thanks,
    NG

    Hi NG,
    Not 100% clear on what you are trying to achieve so I thought I'd offer the suggestions I thought most likely.
    1. If the Logged In User does not match the Activity Record Owner, then make the status field read only
    PRE('<Status>') = [<Status>] OR UserValue('<UserId>') = [<OwnerId>]
    i.e. Status value has not changed OR logged in user equal to record owner
    2. If the Logged In User matches the Activity Record Owner, then make the status field read only
    PRE('<Status>') = [<Status>] OR UserValue('<UserId>') {NOT EQUAL} [<OwnerId>]
    +i.e. Status value has not changed OR logged in user equal does not equal record owner. Just remember to replace {NOT EQUAL} with the appropriate syntax in expression builder.+
    Regards,
    Cam

  • Status field into order response IDoc

    Hello friends,
    We have a problem in order response Idoc. The order response Idoc contains all the data from a sales order except the fields Order status. In the screen VA03 --> Header Info --> Status we can see the delivery status fields, but it is not present in ORDRSP IDoc. The technical detail to the corresponding field data is VBSTT-LFSTA_BEZ. We just want to include this field in the order response IDoc.
    Please help
    f.kökce

    Hi there,
    In IDOC structure WE30, in the IDOC segments add a new segment through 'extensions' if you need a separate segment for status. Give the field mappings to the segment with the help of an ABAPer.
    If you want to include the filed in the existing segemnt ask your ABAPer go add the field VBSTT-LFSTA_BEZ into an existing segment.
    Hope this helps.
    Regards,
    Sivanand

  • Mapping of field from ECC to CRM - DChain-spec. status field

    Hello,
    In my current assignment we will be downloading all the master data from ECC to CRM. For a particular requirement, we need a field in COMMPR01 in CRM from material master MM03 in ECC.
    Field Location: MM03> sales:sales org1>DChain-spec. status
    Please find below technical infomation for that field ( ECC)
    Field Data:
    Table Name: MVKE
    Table category: Transparent table
    Field Name: VMSTA
    Data Element: VMSTA
    Field Description for Batch Input
    Screen Field: MVKE-VMSTA
    Program Name: SAPLMGMM
    Screen Number: 4000
    Please help me in locating the same field in CRM (COMMPR01)
    Regards,
    Vipul

    Hi Vipul
    Please implement note 1494159. This should doanload this field as well then.
    Best regards
    Christophe

  • Update the Purchase requesition and item fields in ME22N

    Dear Friends,
    I need a sample BDC program to update the Purchase requesition and item fields in ME22N Tcode. if any one is having it pls send me.
    Thanks,
    Sridhar

    Hi,
    it is not suggested to do a BDC on enjoy transactions...Hence better use a BAPI:
    BAPI_PO_CHANGE
    BAPI_PO_CHANGE1
    Regarrds
    Shiva

  • Trying to cancel subscription. I get to the manage link for service or product for which I want to cancel the subscription. There's no Renewal Status field. Please help

    Trying to cancel subscription. I get to the manage link for service or product for which I want to cancel the subscription. There's no Renewal Status field. Please help

    Hi elizabetht49548035,
    I see that you have an Acrobat Pro subscription. To cancel that, please Contact Customer Care. Choose Acrobat from the top drop-down menu, and then choose Membership, Account, and Payment. Click the blue "Still Need Help?" button at the bottom of the page to find both phone and chat options.
    Best,
    Sara

  • How to change status fields for delivery vl01n or vl02n

    Hi guys, I am new here.
    I would like to ask how can we change the status field (LFSTK & LFGSK) in internal table IT_XVBUK and IT_XVBUP after we manipulate the quantities in the delivery order screen. I have tried BADI = LE_SHP_DELIVERY_PROC, Method = SAVE_DOCUMENT_PREPARE, but unfortunately, I can't change those status field from there. Is there any other alternative(eg user exits etc). Please help.
    Many thanks.
    weng

    You can script it. So on you docReady event put xfa.form["#subform"].locale="en_CA" or "en_US". Or even assign it from a value in an xml element.
    Kyle

  • STATUS Field isBlank on AP_INVOICES_INTERFACE table but REQUEST_ID is there

    Hi All,
    After running Payables Open Interface Import, I see Request_id is populated on AP_INVOICES_INTERFACE Table but STATUS field is still blank and i don't see any error details on AP_INTERFACE_REJECTIONS_TABLE as well for these invoices and ofcourse not in Base tables. I am under the impressions that, when ever This Standard Import is run, it will update Request_ID along with STATUS field to either PROCESSED or REJECTED. But in my case only request_id populated but not STATUS. Does anyone had faced this? and what could be the case?
    Thank you.

    Hello,
    Does the report output show whether records have been processed?
    Else check whether ORG_ID and SOURCE (Note: the source name must be setup in Payables lookups setup) are correctly populated in AP_INVOICES_INTERFACE.
    Vik

  • Can we remove the default status field from OIM

    hi,
    even when my i am not mapping any field to the OIM status field , it is taking Active as default value. i dont require that field so is it possible to remove the default status field of OIM.
    i am using database GTC connector for trusted recon.

    User will always have a certain status like Active, Disabled etc, so even when you doesn't map it to any attribute the OIM solution calculates it with the help of the user's Start Date, End Date etc.
    A user is bound to have a status.
    Thanks
    Sunny

Maybe you are looking for

  • 'Disk cannot be read from or written to' when syncing iPhone 3GS

    Hi everybody, I have had a problem for a few weeks now, and can't find a solutions to it. My iPhone 3GS won't sync music anymore. It gets stuck at the first song, sometimes it can copy a very few and then crashes, with iTunes displaying the message "

  • Raptor Wish List

    Since this is a pre-release version, I figured it was appropriate to note what I consider to be some shortcomings. #1: Remember where I last saved a file, and use it by default next time I save. I HATE having to browse all over the place when all I w

  • Server Not Available When Trying to Get Email

     For monts i've not been able to get email from my home computer , when I sign in i get a message saying server not available . what must I do in order to be able to get my email. {edited for privacy}

  • I uninstalled pe to install on another computer but...

    I got pe (9?) packaged with a tablet that my gf gave me. I installed it but never really used it because i have a full version of photoshop. I got a laptop that i want yo put it on so i uninstalled it (i didnt just drag it to the trash) but now its a

  • How to... Bex Broadcasting!!

    Hello all, I am having a scenario that I dont know how to handdle and I think it´s pretty easy... but cant find the right key!! 1. I´ve got a query with 2 free characteristics. Just one query. 2. Those two are sales office and product line. 3. I need