Assign Condition to check TR imported in QAS -Normal change(SMMJ) solman7.1

Hi ,
I am configuring Cutsomizied Normal change in solam 7.1 SP3 release.
After Original TR imported to QAS,i have set the status QAS import successsfull in ZMMJ.
Also i am trying to assign the Condition  TR imported in QAS check, before status set to " QAS import successsfull".
But i am not able to find the condition for original TR relase. only import of copies have the condition check.
E0009     30     IMPORT_OF_COPIES_OK     CHM1_ACTION_LOG     046     Cancel
Please help to find the condition.
Rg,
karthik

Hi,
SAP Note 1577453 is for Transport of Copies Import check.
But i am looking for original TR import check condition in QAS system after gave customizied action.
Rg,
Karthik

Similar Messages

  • Action with a condition that checks for a survey filled in a transaction

    Hi!
    I need to create an action with a condition that checks if there is a survey filled in the complaint document.
    Is there any way to do it?
    Thanks a lot!
    Susana Messias

    Hi Siva,
    Thanks for the document.
    My scenario its the following:
    I have a complaint with a survey assigned to it. I need to create an action that creates a follow-up task to the person responsible when the status is equal to Completed and the survey it's not filled.
    I customized the action profile as you said, but the problem is to create a condition with the information about the survey. The field status it's ok to insert in a condition, but how about the survey?
    Any ideas?!
    Susana Messias

  • Start conditions and check function modules

    Hi,
    When we apply start conditions to any particular even linkage you will find check function module as SWB_2_CHECK_FB_START_COND_EVAL. However, what if i want to implement both a custom check function module AND start conditions ?
    My requirement is to implement both start conditions and check function module.
    Is this possible ?
    Thank you,
    Nikhil.

    Hi,
    You can use both of the things, however its advisable to check all start conditions if you are using check FM.
    This is interface for custom  check FM,once you have the key value, you can put all the checks here
    *"*"Local Interface:
    *"  IMPORTING
    *"     VALUE(OBJTYPE) TYPE  SWETYPECOU-OBJTYPE
    *"     VALUE(OBJKEY) TYPE  SWEINSTCOU-OBJKEY
    *"     VALUE(EVENT) TYPE  SWETYPECOU-EVENT
    *"     VALUE(RECTYPE) TYPE  SWETYPECOU-RECTYPE
    *"  EXPORTING
    *"     REFERENCE(REFERENCE) TYPE  C
    *"  TABLES
    *"      EVENT_CONTAINER STRUCTURE  SWCONT
    *"  EXCEPTIONS
    *"      NOT_TRIGGERD
    Hope this helps.
    Regards,
    Sangvir Singh

  • TO check whether import is running

    Hi how to check
    whether import is running or not.I am using oracle 8.1.7 in solaris 8 .I used ps -ef | grep imp
    in os level its showing its running
    i am importing the indexes only no data,When i am checking the freespace in index tablespace its not reducing.i checked the transaction it showing 1 transaction running.
    How i confirm wheter import is running fine.The log also not updating ( i am using split and compress) after completing the job only i think it will update
    How i check whether this process is running
    with regards
    ramya

    Hello !
    You can try this:
    select substr(sql_text,instr(sql_text,'INTO "'),30) table_name,
    rows_processed,
    round((sysdate-to_date(first_load_time,'yyyy-mm-dd hh24:mi:ss'))*24*60,1) minutes,
    trunc(rows_processed/((sysdate-to_date(first_load_time,'yyyy-mm-dd hh24:mi:ss'))*24*60)) rows_per_min
    from sys.v_$sqlarea
    where sql_text like 'INSERT %INTO "%'
    and command_type = 2
    and open_versions > 0;
    Regards,
    Jean-Luc

  • Assigning a timestamp to an Import Parameter in eCATT

    I am trying to assign a value to an Import parameter that will be unique every time the eCATT script runs.  I have inserted a piece of Inline ABAP code that looks like this:
    ABAP.
       DATA: BEGIN of wa,
          time_stamp TYPE P,
       END OF wa.
       GET TIME STAMP FIELD wa-time_stamp.
       I_DATETIME = wa-time_stamp.
    END ABAP.
    This only assigns a time stamp to I_DATETIME is the parameter is type V.  Unfortunately, the script produces an error unless I_DATETIME is type I, however the Inline ABAP produces a syntax error when I_DATETIME is type I. 
    For example, when I_DATETIME is type V I see in my
    LOG I_DATETIME statement that the value 20050518200719 or something similar has been assigned to that parameter.  However, in the SAPGUI command interface where I deleted the original number value and replaced it with parameter I_DATETIME it reads: Value = I_DATETIME = '
    Why can't I use parameters of type I and V interchangeably in the script and Inline ABAP?  Is there an easier way to go about getting a time stamp or unique value for an Import Parameter?
    Message was edited by: Ben Weisberg

    Ben,
    there are two issues here:
    <b>Parameter visibility in inline ABAP</b>
    In inline ABAP, <b>only</b> local variables (visibilty V) can be used. The reason for this was to minimize the amount of data that has to be transferred to the target system of the script when the inline ABAP is generated.
    <b>Avoiding inline ABAP where possible</b>
    You said yourself that you suspect your approach is inefficient. I always tell people that inline ABAP can be fun, using the eCATT script language is better
    You can generate yourself a timestamp in eCATT like this:
    First, declare a parameter with type C. Since you are going to fill it in the script, there is no need for it to be an importing parameter - local variable (V) will do - let's call it V_TIMESTAMP.
    Fill the field using <b>either</b>
    V_TIMESTAMP = &DATE & &TIME
    <b>or</b>
    V_TIMESTAMP = sy-datum & sy-uzeit
    <i>What's the difference?</i>
    If you use the eCATT variables &DATE and &TIME, you will always get the date and time of the <b>current target system</b>. If you use the ABAP system fields sy-datum and sy-uzeit, you will always get the date and time of the <b>local eCATT system</b>. Obviously, if you are working locally in a system, these two sets of values will be the same. However, if you start working remotely - possibly against app servers in different time zones - you will have to decide which you want to use.

  • Condition type check in va01 transaction

    Hi friends,
    I have a requirment.
    in va01 transaction , at the line item level iam entering a  material number and order quantity and  when i press enter i get the corresponding values for that particular line item.
    now iam double clicking on that particluar line item(matnr) and clicking on the conditions tab.
    there in the condtion type i will get what all the condition types are maintianed for that particular line item.
    now my requirment is i need to add another concdtion type manully
    say 'ZABC' and hit enter. the pricing for that particlular contion type 'ZABC' will be Determined.
    Now  can any one tell me in which internal table will i get all the condition type,
    coz i need to do some additional check for the  the manual entry'ZABC'  (condition type ) which i have given .
    which user exit should i use it.
    remember i need user exit for condition type check but not for pricing bsaed on the contion type
    Regards
    Priyanka.

    Hi priyanka
    If you want to Check  then check in the  KOMK and KOMP tables
    As you want to go for user exit use any one of the user exits as per your requirement  USEREXIT_PRICING_PREPARE_TKOMK  or USEREXIT_PRICING_PREPARE_TKOMP
    But can you tell what exactly you want to change and why you want to go for user exits
    Regards
    Srinath

  • Workflow condition to check error records in a multi line container element

    Hi All,
    My requirement is to change a standard workflow in which below condtion is checked and subsequent action is taken.
    The condtion checks a return internal table contains a row or not. Now the problem is for success and Information messages
    also the return table contains entries and the condition is becoming true. Subsequently workflow follows error recovery steps when there is no error.
    SAP suggests a note with manual corrections and mentions to change the condition to check whether error records are there. So can we enhance the condition &return& NX to something that it checks error records. I dont want to create a new step and go to business object method to delete non error records.
    Please let me know if this condition can be enhanced.
    Thanks in Advance.
    Aleem Mohiuddin.

    Dear Aleem,
    As this is sap standard workflow, should report this error and wait for feed back. Or add a loop step before of this check any E messages inside, if yes put a errflg as x other wise keep as blank.
    Best of luck.
    Regards,
    Ranjith

  • What is the difference using start condition and check function module

    what is the difference  between using start condition and check function module

    That's new to me, I thought a start condition was evaluated before the workflow started, and thus now workflow work item is available. That's why I think the only situation in which start conditions/check functions can't be used, is when the availability of a workflow log for investigation of exactly what stopped the workflow is a requirement.
    I suppose the <a href="http://help.sap.com/saphelp_46c/helpdata/en/4c/86bf43feca11d2a64f0060087a79ea/frameset.htm">SAP documentation</a> is in need of an update.

  • Assign condition type ZSMN in CO-PA

    Hi,
    While releasing invoice to account I got following error.
    Assign condition type ZSMN in CO-PA.
    Message no KE391.
    How do i change config to solve this error?
    thanks,
    Vrajesh

    You assign ZSMN to a CO-PA value field.  This is done in IMG activity KE4I.
    (IMG -> Controlling -> Profitability Analysis -> Flows of Actual Values -> Transfer of BIlling Documents -> Assign Value Fields)

  • Assign condition type in CO PA

    Dear experts,
    An error is coming while posting billing document, mentioning Assign condition type JMAN (manual excise) in CO pa
    Message no. KE391.
    system Response : The billing data cannot be posted to CO PA if there is no entry as this would lead to difference between COPA and financial accounting. this is because this condition type posts to GL account 360311
    end user has created GL account 360311(excise duty recovered pellet) as cost element by mistake ,
    Please let us know what are the various options available get the billing document posted.
    please also let us know what would be the impact if  mapping of condition type (JMAN) in KE4I is done with Value field ERLOS (revenue)
    Thanks and Regards
    sanjiv sinha

    Hi Sanjiv
    Ideally, your excise account should have been a balance sheet account... I dont know why it is a P&L account
    If it is justified (which you need to decide), then map it in KE4I to a separate value field, but not to ERLOS.. Better have ERLOS separate and taxes separate.... Without mapping it in KE4I, you cant proceed ahead...
    If you dont want to map it in KE4I OR if the GL is wrongly defined as P&L account, then change the GL account
    Regards
    Ajay M

  • Checked in documents don't retain changes in AC 1.3

    Since upgrading to Apple Configurator 1.3, I've noticed that documents that are changed after a supervised device is checked out don't keep those changes when the device is checked in. This was not the case in AC 1.2, where you could assign a document to a user, check out a supervised device to that user, then -- after the device is checked in -- export the marked up document (saved to iTunes) to the host computer (running OS 10.8.4) with all the changes intact.
    I've looked for a thread on this problem, but with no success. Also reported the issue to Apple, but received no reply. Anyone else with the same experiences or a possible workaround?

    Thanks for the input!
    Restarting the computer was the obvious first thing to try, but had no effect.
    I have over 2GB free memory and still experiencing the issue.
    It does take a few seconds to load the Live View for the first time, but that's not my problem. My problem is that with Live View already loaded, it takes over 30 seconds after saving changes to the php file before I can see the changes in the Live View (I'm clicking the refresh button once a second, and on the thirty something time I'll finally see my changes).
    With "Preview Using Temporary Files" turned off, I get the behavior I've been describing.
    Turning "Preview Using Temporary Files" on does actually mitigate the issue for me, though, so thank you for that suggestion!
         - I can see changes in my Live View instantly after saving and clicking the refresh button.
         - I can see changes using Preview in Browser instantly too... but the browsers refresh button has no effect (which makes sense since the temporary file it's looking at hasn't changed).
         - I can actually get some work done now.
    However, I still feel that I should be able see my changes in Live View immediately after saving and clicking the refresh button without using "Preview Using Temporary Files", and I'd like to be able to leave the page open in my browser and just click the browser's refresh button to see my recently saved changes instantly.
    So Long Story Short:
         Using "Preview Using Temporary Files" has definitely helped!
         But I still have no way to see my changes immediately without using temporary files, so something still seems fishy.

  • Import Error in Normal correction of CHARM

    Hi All,
    In Normal Correction, when i try to import to Quality system, by executing the import transport request in the Task plan.
    Iam facing some error in the TMS RFC.
    Pls find below the error description.
    TMS communication error with TMSSUP RFC
    Message no. XT153
    Diagnosis
    There was an error during communication with the RFC destination
    TMSSUP @ XXX.DOMAIN_XXX
    System Response
    The exact error message of the system is:
    Name or password is incorrect (repeat logon)
    Procedure
    The function terminates.
    Procedure for System Administration
    Check your TMS configuration with the transaction STMS.
    When I check the Import alert monitor i donot find any entries

    Hi Venkat,
    TMSSUP RFC and TMSADM are auto generated from STMS, mostly distribution did not happen correctly or completely.
    if you need TMSADM as modifiable, use addition in TMSCROUTE Table on Oracle level.
    but first double check all three RFCs in SMSY for the system, then re-distribute the TMS config.
    Also pls check the CONTROLLER RFC , for user and passwrd before distributing.
    Regards,
    Kaustubh.
    Edited by: Kaustubh Krishna on Jun 7, 2011 9:09 PM

  • Import status- import running does not change during the mass import of TR

    Dear All,
    I have successfully imported single requests in my newly installed SAP ECC EHP4 PRD system but when I have tried to import 8 transport requests(Mass Import) then the Import status is not changing from import running (Truck button still appears).
    But the effect of the request is seen in the production system but the status does not change.
    I have checked the logs and found that all the requests have been imported successfully but the Truck status does not change.
    I have restated the system but no use still the same.
    Thanks in Advance...
    Latha

    Import Running for a long time on ECC 6.0
    The background job RDDIMPDP is running on client 000 as well as the relevant client.
    Below is the TP System Log:
    WARNING: System CC6. Warning. 20090914042136 :
    WARNING: Background job not running properly. Function: G Jobcount: 04512801 Status: S.
    Please check the system. Use transactions SM21, SM37, SM50.
    WARNING: (This warning is harmless if no further warnings follow.)
    As per NOTE: 26966, it could be b'cause the background job process slots are occupied,
    Regards
    Vikas Nagar

  • STMS problem ( import status - import runnig does not change)

    I have the same problem like this:
    While Transporting request in our production server the status of request from import running (truck sign) does not change.
    But the effect of the request is seen in the production but status does not change.
    see :Re: STMS problem ( import status - import runnig does not change)
    I did se14 as experts suggested, the history truck sign go away,seem work fine,
    but when new request need STMS to trans, the truck sign happened again,
    I need you help,thank you!

    thanks for all reply,
    the last two answers are the same,I think this is the right key,
    I'm a ABAPer actually,yesterday I asked our headquarters  basis to help,
    and I don't know what he did,now this problem is be solved,
    PS:I use AL11 to find .LOB now,but not find(maybe it's deleted by our basis),
    thanks again!

  • MS 2.1 'Does not support importing files containing tempo changes' message

    OK, so I've just loaded up the 2.1 upgrade and opened up a couple of existing concerts, and I get the following message:
    +File contains tempo changes+
    +One or more of the files you are importing contains tempo change markers. This version of mainstage does not support importing files with tempo changes.+
    It's a bit of a problem as the dialogue box appears several times during loading, and I have to click 'OK' every time, which adds to the length of time it takes to load up the concert (something I do several times during the course of my set).
    I'm not using any MIDI stuff, just acoustic and electric guitar plus vocal channel strips and playback channels.
    I've tried out some of my backing tracks, which have a ralletando at the back end, and they still seem to slow down properly (which isn't surprising, as they are audio files), and I've also tried setting all the sets back to the concert tempo, which hasn't stopped the issue occurring.
    Any thoughts, anyone?

    Hi Blueberry
    Well, if you mean I put a tempo curve at the end of some of my audio files in Logic, in order to slow down at the end of the song, then, yes, I did do that. However, that still works in MS2.1, and anyway, why would that no longer be allowed, as that is an essential musical function. Also, if the upgrade meant I had to re-do the exporting nearly 200 backing tracks, them I'm afraid it would be back to 2.01 for me.
    Furthermore, I tried starting MS up in 32 bit, and that didn't make any difference either.
    As it is, this problem is (so far) only an inconvenience as it takes longer for me to load a new concert. What I'd like to understand is what does it refer to? and how can I prevent it showing this message?
    Thanks

Maybe you are looking for