Project code needs to be at least 20

We have a suggestion of project code. Would it be possible for us to have at least 20 Characters instead of 8? 8 characters long for project code is really too short. Thanks.
Regards,
Yuka

What system and iPhoto versions  are you using?  What is the file size of the original file in iPhoto. You wrothe 2 mg. Do you mean 2 MB?
What are you trying to accomplish?
OT

Similar Messages

  • Aging report - detailed needs invoice project code

    Dear All,
    Would it be possible for us to have project code (on A/R invoice header) on Aging report - detailed print layout? I found all fields in Aging report - detailed PLD are sys var. Is there a way for us to figure out which sys var is for project code of the invoice? Thanks a lot.
    Regards,
    Yuka

    Unfortunately you can't, you have to recreate it using crystal. In all SAP std reports you only able to show/print what it already shows.

  • How to Make Project Code as Mandatory

    Hi ! I Need Project code as mandatory in Po's and Sales Order in Row Level. How to Make that one. Also i have a issue with approved PO's. If some PO got approved is there any option to make amendment and resend for again approval.
    Thanks and Regards
    Kamal

    Hi Kamal.......
    Try this below SP for making project Code Mandatory........
    For Sales Order:
    If @object_type='17' and @transaction_type='A'
    BEGIN
    If Exists (Select T0.DocEntry from ORDR T0 Inner Join RDR1 T1
    On T0.DocEntry=T1.DocEntry
    Where T1.Project Is Null
    And T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    Select @error = -1,
    @error_message = 'Please select Project'
    End
    End
    For Purchase Order:
    If @object_type='22' and @transaction_type='A'
    BEGIN
    If Exists (Select T0.DocEntry from OPOR T0 Inner Join POR1 T1
    On T0.DocEntry=T1.DocEntry
    Where T1.Project Is Null
    And T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    Select @error = -1,
    @error_message = 'Please select Project'
    End
    End
    If your PO is approved and you want to ammend it then your approver has to reject the PO first and it will come to you and then make edition and send it again......
    Regards,
    Rahul

  • Project code  wise aging

    dear   expert all
    parameter    from date  to to date , project code
      one of my client requriment  i have  need   project  code wise  aging report .
    send  me the query.

    Hi Zal....
    Very Good Afternoon.........
              The question was simple. Sinha was simply asking about the Project code wise aging report. If I'm not wrong then for every marketing document level, on header level as well as on row level the project code field is there with the help of which we can categorise the transactions. So if sinha is doing billing as per the project code then he can get the project code wise aging report.
    Even you can get the project code wise trial balance sheet also............
    Regards,
    Rahul

  • Profit center and project code report

    Hello all,
    My customer needs a report showing the profit centers and project codes that appear on AP and AR invoices.
    It would be something like:
    Project    Profit Center    Profit    Loss    Difference  
    and showing the totals for each different project.
    Is this possible?
    Thank you.
    Kind regards,
    Pedro Santos

    Hello Gordon,
    Yes, I think a query report is enough.
    What the customer wants is to control the profits/costs in each project.
    They will add the project code to every sales and purchase invoices and the profit centers.
    Then they need to see which profit centers are with more gain or loss inside the projects.
    Do you need more information?

  • How can i use the project code instead of project xml?

    hello
    i use the sessionbean+toplink structure,after i finish the o-r mapping by using the mapping work bench,i generate the project xml file,then in the "session.xml" file,i refer to the project xml,then i can use it from sessionbean.
    i hear that if i use the project code instead of project xml file,it will be more performant,is that true?
    otherwise,how can i use the project code instead of project xml file?i mean, in "session.xml", i can use the "<project-xml>" tag to refer to the project xml file,then in my session bean,i get the server session by read the "session.xml" file.but if i use the project code,how can i refer it from the "session.xml"?the examples that come with the toplink installation only tell me how can i use the project xml file within the session bean,it don't give me any clue about using the project code in the sesion bean,who can give me a step-by-step instruction and code snippet?
    thank you very much?

    There is a slight performance gain during session load at startup but there is no difference at runtime. The choice of which to use is dependent upon you build process. Whether it is easier to submit a new version of the class into the comile build process vs an XML file. In most cases it is just a preference of the development team.
    When you use the project-class you'll need to generate the source code and compile it into your system. Typically it is packaged with the persistent classes. You may need to configure your environment so that the class-loaders have access to these classes (same for the XML case).
    When using the project-class you simply replace the project-xml entry like this:
    <project-class>oracle.toplink.demos.employee.relational.EmployeeProject</project-class>
    The DTD for the session.xml file is found at <TOPLINK_HOME>\core\sessions_4_5.dtd. It is also in the documentation at:
    http://otn.oracle.com/docs/products/ias/doc_library/90200doc_otn/toplink.903/b10064/a-sessio.htm#634246
    Doug Clarke
    Product Manager
    Oracle9iAS TopLink

  • Custom Column for Project Code Number & Search Box to search Content in Project Server 2013

    Hi all,
    I want to add a custom column in Project Center view for showing some Numerical Projects codes like 4523, 5248,8956 like that... Each code will represent Project assigned with that code in Project Server 2013. Also let me now if i can add some search box
    in Project Center page through which i can search Project Code or Project Name. Currently, provided search bar not working in Project Server 2013.
    Need it urgent..Kindly help

    Hi,
    If you want to add this column in a project center view, be careful to choose a project view in the "manage views" views' list. Also it must be a project custom field and not a task field. As Paul said, we assume that the field with the code exists
    and has been previousky created by you.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, MCP |

  • Project Code for Variables

    Hello All,
    I am able to use Variables in procedures and open tools ,interfaces etc. Variables #VariableName works well. But I was reading that the standard is to use #ProjectCode.VariableName .
    Whenever we try to use #ProjectCode.VariableName our procedures,open tools,etc fails.
    When a project is created the Code is the Project Code right ? or is it some other value.
    - Henry.

    As Keith have already told you that ODI automatically . substitutes #VariableName with #ProjectCode.VariableName.
    You would need to use the #VariableName in the interface too so that ODI can automatically interpret it and applies the required value for it.
    The reason why ODI can throw #ProjectCode.VariableName invalid character is that , since ODI does not find any variable with this name #ProjectCode.VariableName so it does not applies the project code and interpret it and so its still a varaible in the sql and oracle throws the error Invalid Character so you need to use the #Variable so ODI can apply the necessary suffix.
    But there are some places where you would need to use the variable with project code . During Evalute Variable when you evaluating variable with another variable you would need to use the
    #ProjectCode.VariableName format.

  • Project code scenario

    Hello Experts,
    I create B1 to B1 synch Project code scenario (object id 63),
    The process runs immediately to the DB queue monitor and stays there,
    It's not running in to failure and I can't understand what seems to be the problem.
    Best regards
    Nir

    Hi Nir,
    local object id 63 belongs to a B1 service object called "ProjectsService".
    In B1iSN you need to create a special B1 object for Service Call ( B1iSN Tools --> Development Tools --> Object Type Generate ):
    Therefore the first field Category needs to be filled with ObjectType Definition for B1 Service Calls.
    The ServiceCall details need to be maintained behind the "Details" button.
    Best regards
    Bastian

  • Project Code Alert

    Hi
    has anybody created a Query on the Project Code Balance. I need an Alert to be set up to alert me when Project code Balance goes into Negative or below $500 example.
    Thanks

    Hello Gordon,
    The reason why I did not use
    T0.Project IS NOT NULL
    is because this will return even the rows which do not have a project. The Project field does not have NULL but blanks.   I am saying this as
    I test my queries even it is after copying from the other post.
    Rosi:  In my original query I have the Project twice in my select which I have corrected in this one.
    SELECT  T0.Project, SUM(T0.Debit) AS 'Debit Amount', SUM(T0.Credit) AS 'Credit Amount'
    FROM  [dbo].[JDT1] T0 
    WHERE T0.Project != ''
    GROUP BY T0.Project
    Best wishes
    Suda

  • How to Project Code wise Authorization.

    Hi,
    i want to give project code wise authorizations to users. in
    authorization we can give only total project code
    Full/Readonly/No Authorizations. A user only he want to see 
    Project Code Hyd. remaining project code he want see in all
    the documents. for documnet numbering we have option
    Grouping  like this is there any option to prevent projec code to
    users.
    reds,
    samapth.

    It is possible to do through SDK. although on a rather large scale. You need to establish an UDO idientify the userid with multiple project code, or project code with mulitple user ID. Then all the project code drop down inside SBO will need to be replaced by SDK to show only the project associated with current log in user id. To make it more complete, you need to establish error message in the SP_transactionnofication to hold the document if project code used (as they can still manually type in) is not usable by them!

  • Scanning Pictures for HD Project I Need Advice

    I am about to *Scan Pictures for HD Project* I Need Advice. The scanner is a HP Scanjet G4050 my questions are:
    1: At what resolution do I scan these pictures _+(300 or highest dpi available)+_
    2: What color choice is necessary *(RGB vs CMYK)*
    3: Can you please suggest points for creating a backdrop for the pictures (various sizes) in the Timeline
    Thanks in advance

    Scan the picture like you normally would. If the vertical resolution is 1080, you are fine. Don't worry about the 1280 width as black will be in that area not taken up with the photo. That part won't matter if it isn't 1280 if it is a vertical picture. If you don't have at least 1080 high, you might want to re-scan at a higher resolution. If you have it say, 2000 pixels high really no big deal except you don't need it that high and all that extra size slows down your system. If you want it at a lower resolution after you scan go into Photoshop->Image->Image size. Be sure and check "Constrain Proportions" before you change the dimensions in the top box for the height (where you are best using the units as pixels) That way the picture will stay in proportion. Don't use this second method to 'add' more pixels as the quality suffers when you go up this way. Rescan if you want MORE pixels.
    All the above is talking about vertical pictures. If you have a really wide photo that is not very tall, use the same principle but keep the width constant. For example let's say you have a 2x6 inch photo. Make sure the width is at least 1280 pixels. Don't worry that the height will be less than 1080 because black will take up that space.
    If you are going to do any zoom in and/or panning across a picture, you'll need to make sure it has more than the minimum pixels. For me a little goes a long way, so I zoom in slowly maybe 10-15%.
    Sharon

  • XL REPORTER: Balance sheet by project code

    Dear all,
    I am trying to use XL report to create BS report by project code (in columns).  I could get it to work 90%.  I am now stuck at the point where i need to separately show the amount when there's no project code assigned.  When i use column expandsion on the project code, I could get all data (with project codes) to show up nicely. But I couldn't get a separtely column shown NULL project code.  Can anyone provide some advice on this issue?

    Hi,Alan Chan.
    you can put column  ALL Posted Items it will display (Null
    Project+Project)  Amount next as you said Column wise All
    Projects amounts.
    Ex.
    *G/L A/C Name** All Posted Items Project A Project B Project........
    Above you metioned Null Projects means you are not choosing
    Project when you are raising JE Documents that's right ? you
    will take Document Series wise.
    Reads,
    sampath kumar devunuri.

  • What table stored "project code" field  when post FI Doc

    Hi, all
    I 've  problem about "project code" field in profitability analysis.
    I would like to know what Table that stored data about this field and can
    relate with FI Doc Table.
    Please help me
    thank
    Ray

    Hi:
    Please mention the T.code.
    Additionally, place the cursor on the project code field and press F1.The sytem will show technical information button.Select the technical information and click on it.It will show the table name and field name.
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    Sridhar M

  • Approval query to check on project code status cannot work

    Hi all,
    I setup project codes using SAP project master. I create a user-defined field in project master call 'status' with list down options 'O-open' or 'C-close'.
    when user create a document, example sales quotation, user will enter project code in the accounting tab the BP project field. In the project field at row level, use will also enter project code.
    I want to have a approval check that the project selected in sales quotation is not in closed status. If the project status is close, then need to submit for approval.
    i created a query below to check on the header level project code but cannot work:
    SELECT DISTINCT 'TRUE'
    FROM OQUT T0  INNER JOIN OPRJ T1 ON T0.Project = T1.PrjCode
    WHERE $[OPRJ.U_Status] ='C'
    Can anyone advise what is wrong with my query?
    Also how can i do include the row level project code check into the query.
    Thanks.

    Hi Veron,
    Please find below a query requesting an approval when a selected project has u201CClosedu201D status in Project Codes table.
    SELECT 'TRUE'
    FROM OPRJ T0 WHERE T0.U_Status ='C' AND T0.PrjCode = $[OQUT.Project]
    hope it helps,
    Regards,
    Ladislav
    SAP Business One Forum Team

Maybe you are looking for

  • MM11-Schedule Creation of Material: Missing MM views & custom fields?

    Hi, I am trying to implement use of transaction MM11/MM12/MM13, but I noticed that when I go to create or change material records I do not get the same mm views when I use MM01/MM02. (ex. i am missing classification view when trying to use mm11).  I

  • File transfer Open dataset CSV file Problem

    Hi Experts, I have an issue in transferring Korean characters to a .CSV file using open dataset. data : c_file(200) TYPE c value ' INTERFACES\In\test8.CSV'. I have tried open dataset  c_file for output LEGACY TEXT MODE CODE PAGE '4103'. open dataset 

  • Directory Structure Changes in iPhoto

    Hi, I have noticed that since iPhoto 09, directories have stopped being created for each event. Instead some random initial directory is created (sometimes just a date) and the event names are obviously then just being kept in a database. Now I alrea

  • PO cancellation for back dated process order

    Hi, I want to know how to cancel the confirmation of the process order which has been confirmed in the previous month,because when i go to cors option i get an error saying that the period has been closed.Kindly help Regards, Karthik Rai

  • Potential silver lining to the creation of crypto-malware.

    Rod-IT wrote:MerlinYoda wrote:Upon detecting the suspicious activity as a result of Malory's on remote connection to Alice's system, the software immediately encrypts (for a second time in this case) Full disk encrypted systems detect and abort if an