How to attach an img activity to a particular object in your transport

hi all
i am new to sap and need your help !
i have a customizing transport request to which i have a particular object. i need to attach an img note/img activity to this object in the TR.
the img activity i need to attach in also existing in the tcode spro.
pls advise
mridula

You're welcome!
As a follow-up, the formula type is 'Element Skip' and for a formula to only process in January, it might do something like this:
/* Use of DB item 'PAY_PROC_PERIOD_END_DATE' to secure current month assumes the
DB item is available to formula type 'Element Skip' - it should be as 'Element Skip' has context
on PAYROLL_ACTION_ID which the DB item needs.
If not then a suitable pl/sql function will be needed instead */
DEFAULT FOR PAY_PROC_PERIOD_END_DATE IS '31-DEC-4712' (date)
curr_month = TO_CHAR(PAY_PROC_PERIOD_END_DATE,'MON')
IF curr_month = 'JAN' THEN
(Skip_flag = 'N')
ELSE
(Skip_flag = 'Y')
RETURN Skip_flag
NB this is untested and of course carries no warranty of its suitability etc etc so please test thoroughly in a safe environment!
Hope it helps
Clive

Similar Messages

  • How to sort a Vector that stores a particular object type, by an attribute?

    Hi guys,
    i need help on this problem that i'm having. i have a vector that stores a particular object type, and i would like to sort the elements in that vector alphabetically, by comparing the attribute contained in that element. here's the code:
    Class that creates the object
    public class Patient {
    private String patientName, nameOfParent, phoneNumber;
    private GregorianCalendar dateOfBirth;
    private char sex;
    private MedicalHistory medHistory;
    public Patient (String patientName, String nameOfParent, String phoneNumber, GregorianCalendar dateOfBirth, char sex) {
    this.patientName = patientName;
    this.nameOfParent = nameOfParent;
    this.phoneNumber = phoneNumber;
    this.dateOfBirth = dateOfBirth;
    this.sex = sex;
    this.medHistory = new MedicalHistory();
    Class that creates the Vector.
    public class PatientDatabase {
    private Vector <Patient> patientDB = new Vector <Patient> ();
    private DateFunction date = new DateFunction();
    public PatientDatabase () throws IOException{
    String textLine;
    BufferedReader console = new BufferedReader(new FileReader("patient.txt"));
    while ((textLine = console.readLine()) != null) {
    StringTokenizer inReader = new StringTokenizer(textLine,"\t");
    if(inReader.countTokens() != 7)
    throw new IOException("Invalid Input Format");
    else {
    String patientName = inReader.nextToken();
    String nameOfParent = inReader.nextToken();
    String phoneNum = inReader.nextToken();
    int birthYear = Integer.parseInt(inReader.nextToken());
    int birthMonth = Integer.parseInt(inReader.nextToken());
    int birthDay = Integer.parseInt(inReader.nextToken());
    char sex = inReader.nextToken().charAt(0);
    GregorianCalendar dateOfBirth = new GregorianCalendar(birthYear, birthMonth, birthDay);
    Patient newPatient = new Patient(patientName, nameOfParent, phoneNum, dateOfBirth, sex);
    patientDB.addElement(newPatient);
    console.close();
    *note that the constructor actually reads a file and tokenizes each element to an attribute, and each attribute is passed through the constructor of the Patient class to instantiate the object.  it then stores the object into the vector as an element.
    based on this, i would like to sort the vector according to the object's patientName attribute, alphabetically. can anyone out there help me on this?
    i have read most of the threads posted on this forum regarding similar issues, but i don't really understand on how the concept works and how would the Comparable be used to compare the patientName attributes.
    Thanks for your help, guys!

    Are you sure that you will always sort for the patient's name throughout the application? If not, you should consider using Comparators rather than implement Comparable. For the latter, one usually should ensure that the compare() method is consistent with equals(). As for health applications it is likely that there are patients having the same name, reducing compare to the patient's name is hazardous.
    Both, Comparator and Comparable are explained in Sun's Tutorial.

  • How to findout the Function module for a particular object

    Hello friends,
       Related to my thread, there was one thread in the forum,to find out the function module for a particular object.I tried the solution provided my our experts but couldn't got the results.Thats why i am putting this thread again.
      I want to find out the function modules used for the particular object, i.e. Production order.
       solution i tried is, first go to T.C SE37, then in function module field put the object name like Production order and enter, than it will show another screen, there also put object name in function module field and than press enter, it will show all the function modules available for that object.
        So could you guys help me out to find out where i am wrong in the process of finding out the function module for a particular object.
                           Plz don't bother abt the point.Helpful answers will definitely get awarded.
                                Thanking you guys for your valuable support till now and hoping to get in future too.

    Dear
    When the problem is solved please give points too. Otherwise why people will help others, give time and share their valuable knowledge. This will build up self confidence.
    If not solved and closing, then mention the difficulties what u exactly looking for. Simpy closing is not enough because who ever is providing solution will not able to know the real problem.
    How to give points I believe u already know that and need not explain.
    I had seen many times this problem with others too. Even if the problem is totally resolved they give 2 in stead of 10.
    Edited by: BNR on Sep 21, 2008 6:10 PM

  • How do some of you use LT's chalk objects in your projects?

    I'm trying to get a feel for effective use of the many objects provided with Livetype. The chalk fill and chalk mark objects seem pretty cool, but I'm not sure what to do with them. I tried creating text and matting it the chalk, which made it look the text was being erased. I could export the object and then create a travel matte for it in FCP or motion, which would also be cool. Any other creative ideas?

    I'm trying to get a feel for effective use of the many objects provided with Livetype. The chalk fill and chalk mark objects seem pretty cool, but I'm not sure what to do with them. I tried creating text and matting it the chalk, which made it look the text was being erased. I could export the object and then create a travel matte for it in FCP or motion, which would also be cool. Any other creative ideas?

  • How to attach search help in a particular field in se80 screen

    Hi All,
    Can any one tell me how to attach a search help in a particular field in a screen.
    Wat search help is used to display material no and description
    Thanks in Advance
    Regards,
    Priya

    Hi Priya,
    In the Screen Layout, Double click on the field on which you wish to attach the search help.
    In the properties window you can specify the search help for that field.
    Search help for Material No. is MAT1.
    You can find it in the Table structure (SE11) , "Entry help/check" tab.
    Regards,
    Himanshu

  • How to attach a standard text to a Transport request?

    Dear all,
    Please let me know, How to attach a standard text(created in tcode SO10) to a Transport request?
    Thanks in advance.

    Hellö,
    Run the report RSTXTRANS and give the standard text name and execute. A popup will be dispalyed which asks for the TR
    Regards,
    Vasanth

  • How to find out all active instances in a syste

    How to find out all active instances in a system

    Go to your basis team and ask them, as far as i know there is no other way then suggested in the other answer, but that is not a complete picture, And that is as designed, why should one want to be able to find out, the basis consultant will tell you!

  • How to attach Technical doc with PO

    Hi All,
    Is it possible to attach documents with PO. I want to attach some technical documents with PO please guide me how to attach.
    Thanks in advance
    Pavan

    Hi Pavan
    First Save your PO ( ME21N ) and again open with change ( ME22N ) then you can attach document through Service for Object button. Service for Object button available down side of Command screen ( in your PO screen ME22N ) 
    Click your Service Object button -> Create -> Create attachment 
    then select your window directory ( which file you need to attach) select your file Now your system shows message  Service "Create attachment" is started. 
    Save again your PO. You can see (open) your attachment in same field ( Service for Object ) select and Create and check attachment list. You can attach as many document in your PO.
    Regards
    Anjali

  • How to unlock objects in a transport request

    Hi, can you help me? I don't know how to unlock objects during a transport request. At the moment I have to unlock them one by one manually. I'm looking for a way to do it automatically.
    Thanks..

    Hi Bay,
    goto SE03,on the right side drill down Requests//task
    double click on unlock objects>give your transports request>execute
    Hope this helps
    Regards,
    Venkatesh

  • How to attach a smartform in to an e-mail

    Hi All,
        My scenario is i wants to send a quotation details to customer for acceptance for this i prepared a smartform which contains quotation details. I wants to send this information to Customer for this i created a Outgoing email activity can i send by using this activity, if yes let me know how to attach smartform in to this activity and how this ourgoing email will reach to customer , what settings i need to do.
    Thanks in Advance.
    kumar.

    Hi,
    Go to SPRO Customer Relationhip management ->transactions->BasicSettings->DefineTransactionTypes.
    Here select your  order type and press on display appliction tool bar .
    you will see 5 different blocks.
    In Profiles block, for the field Action Profile select ZORDER_MESSAGES for email and ZORDER_MESSAGES_PRINT for printing.
    Thank You,
    Gajendra.

  • Find the URL of the survey attached in an activity

    Hi experts,
    I have one campaign, when we run the campaign it creates the activities to which survey is attached as a questionaire.
    Our scenario:
    when ever a user logs in to the EP. He sees the survey as a hyperlink.
    Our requirement:
    how to get the url of the survey attached

    Hi,
      survey is attached in an activity as a questionaire.

  • How to attach file with an email in travel and expenses

    Hi Experts,
    I am new to sap cloud application studio.
    We have requirement that need to attach any type of files in the mail,
    I have gone through this : How to send an email with attachments in SAP Cloud Application Studio
    But compilation error at import AP.FO.ACTIVITY.GLOBAL., so not able to work with that lines of code.
    I am using these lines of code to send email.
    EMailUtilities.SendEMail(lang, bcc, cc, toAddress, htmlContent, from name, subject);
    So am not able to getting how to attach file with this code.
    Please help me regarding this.
    Thanks & Regards,
    Preethi Ande

    Hi Preethi,
         I am trying to send mail from custom BO in Travel on Demand System.I am getting  compilation error.please look into the attached screenshot for the code.
    Please assist me on this,                                Thanks in advance
    regards,
    Sendhilazhagan

  • Workflow container elements as attachment in an activity

    Hi @ all
    Iu2019m searching for a resolution to display a multiple attachment in an activity of my workflow.
    The scenario is as follows:
    An Activity should display the image, a generated attachment (from the User decision before) & the workflow conatainer elemnts of the included task. So far so good. The image and the attachment are displayed in the next activity, but how can I display the container elements?
    I need them because the user dynpro-inputs are stored in it. I generate the elements in my task and bind them from the workflow container. And now? What is the next step to get them in an attachment?
    THX
    REGRADS
    Phil
    Edited by: Philipp Höfer on May 18, 2010 2:09 PM

    Hi Karri,
    thanks again.
    if i understand you correctly, i'm going to my Step Task ->(n my case "Display Image"). After that to the tab -> Description and push the button "change text" to insert a new text. But how can i insert my container elemt values.
    There is a button "Program Symbol" but their is no entry. The Binding of the task and the workflow container is correctly.
    What i am doing wrong?
    THX
    Regrads
    Phil
    Edited by: Philipp Höfer on May 19, 2010 12:12 PM

  • IMG - PERMANENT DISPLAY SETTINGS OF IMG ACTIVITY

    WHEN IN IMG I CAN DISPLAY THE ADDITIONAL INFORMATION THRU MENU-ADDITIONAL SETTINGS-ADDITIONAL SETTINGS - DISPLAY KEY - IMG ACTIVITY.
    HOW SHOULD I DO IT ?

    waited long but no one couls answer this question

  • Jumping to an IMG Activity in a different system

    Hello,
    I´m writing a report where several data fields from tables are shown. When I click on them, I want to go to the IMG activity where the corresponding tables are modified.
    Do you know how I can realize this? Moreover, there is the problem that the IMG activities are partially in a different system...
    Thank you in advance,
    Nils May

    Pl post database and OS versions.
    Yes - pre-create the tablespaces on the destination and start the import.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17222/expimp.htm#i262317
    HTH
    Srini

Maybe you are looking for

  • How can i restore all items from my iphone back to my itunes account?

    I recently had to restore all factory settings on my laptop due to a virus so have lost all apps, music, etc. on my itunes account. All items are still on my iphone and thought they would automatically return when syncing, sadly did not happen but ha

  • Conversion of Vendor Payments

    How do we convert AP payments from legacy to SAP. For eg, if the invoices are paid as soon as they are entered, then we would be coverting the payments, am I right? Or how does the conversion work in this case. Do we first convert the invoices, then

  • General Ledger extraction Entry date wise (FBL3N & FBL1N)

    Hi All, How can we extract the GL entry date wise. We are trying through FBL3N & FAGLL03 but entry date option is not showing in dynamic selection. Please advice. Thanks & Regards. Pankaj

  • My 2001 version of Photoshop elements stops during installation.

    Installation seems fine at first, then I get error message ' requires Internet explorer 4 or higher'  then it exits, I have the latest IE on my computer! I have had this version forever and have installed it on my computers over the years with XP, Vi

  • NB200 recovery media error 0xc0000225

    Toshiba NB200 Part Number PLL28A-007012. (Windows 7 starter) Using Recovery Media Creator from within Win7 and writing to a Sandisk Cruzer Titanium 8Gb USB drive. The Recovery Media Creator functions and completes the task without errors. After chang