Adding Pre-fix in the  system generate PR No. Range

hello,
is there anyway i can configure that the PR no range has a pre-fix ie: 'AB'-1000001 ?
i have configure the system generated pr no.series and my client requires a prefix to be add in the series..
pls help. thanks
she

Hi Ravi,
Thanks.. unfortunately there is no abap at my client and am trying to program myself..
i tried this but its not being populated with prefix.. consider me newbie in abap
96: 5500000-5599999
PR No. should be : PR-5500001
IF neban-ekorg EQ 'CHIN'.
  CASE NEBAN-BSART.
  WHEN 'ZN13'
  RANGE = 'PR' + '96'.
      WHEN OTHERS.
    ENDCASE.
ENDIF.

Similar Messages

  • The table name for the system generated transactions (Retained Earnings).

    Hi Gurus,
    I have a doubt and want to know from U experts there. Hope you won't let me down. The situation is
    I have created a new chart of account in our Oracle Financial. Uploaded 2007 transactions and opened year 2008 and closed all the periods of year 2007.
    When I open a new year Oracle will do internal process transfer R&L balance to Retained Earnings account and make income & expenses accounts to Zero.
    I want to know the system generated entries which table they are stored, this transaction is not in Gl_Balances table.
    Its an urgent plz reply back soon.
    Thanks in advance
    Barkat

    Hello.
    For EBS 11.5.10.2
    Let’s suppose that the last period of you fiscal year is called ‘LAST-2008’ (not adjusting period). If you have an account with a debtor balance of 100 in this period, when you open the following fiscal year you will find an entry of 100 in the first adjustment period of the fiscal year that the ‘LAST-2008’ period belongs to, in the column BEGIN_BALANCE_DR.
    It is clear that if the balance is creditor you will find it in the BEGIN_BALANCE_CR column.
    Hope this helps.
    Octavio

  • How to know the system generated password when reseting users password?

    Dear All,
    I have reset password using "genarated new password" in the portal from User admin,but dont want to send a e-mail notification  to end users, instead of that i want to know the system generated password.
    But system doses't shows it.How can I tell what the password is and give it to the user?
    I have a All super admin rols.
    Pleas guide.
    Thanks in advance.

    Basically you can't! If you tell it to generate one, then that's only sent to the user. Why not enter your own random password or let the user pick their own through some sort of self service function?

  • Is there any way to customise the system generated packing slip?

    Hi All,
    My customer would like to be able to add a few field to the system generated packing slip. I can see where to update things on the invoice in system emails, but couldn't see anywhere for the packing slip?
    Also there's a few random bits that get printed on the invoice that aren't part of the system invoice. Any idea how to remove? My client is printing from Chrome. See below:

    Thanks for replying @thetrickster888,
    Tried all 4 tags but none showed the phone or email on the packing slip
    {tag_addressbilling}
    {tag_addressshipping}
    {tag_recipientaddress}
    {tag_emailaddress}
    We use a pretty standard Registration-buy form and have the phone line as:
    <td><label for="HomePhone">Phone Number </label><br />
                    <input type="text" maxlength="255" class="cat_textbox" id="HomePhone" name="HomePhone" /></td>
    But still doesn't show on the packing slip. I don't know what else to do.
    I can get them all to show on the invoice but not the packing slip. The only thing I can think of is to give the factory the invoice - but then it's not set up well enough for them to mark off the checks when it's made and packed (we have special boxes on the packing slip for this) plus then they can see pricing which we try to avoid.

  • How to identify the system generated program for any standrd extraction?

    Hi all,
    How to identify the standard program generated for any extraction takes place. Is there any tcode to figure out the standard abap prgms for the datasource.
    for instance:
    for the data source : 2LIS_02_SCL what is the standard extractor program used.
    Thanks
    Pooja

    Hi hemanyt,
    i cant find the table RSTRAN active.
    Thanks
    Pooja

  • Can we rename the system generated constraint_name as per our convenience ?

    I created a table by
    CREATE TABLE table_name AS (SELECT * FROM existing_table_name WHERE 1=2);
    and got the all constraints of the existing table with default names. I want to rename those constraints as per current table data.
    thank you in advance
    Edited by: 930934 on Apr 29, 2012 8:51 AM

    sb92075 wrote:
    WHY? What difference does the CONSTRAINT_NAME make?A lot. Because with a consistent naming convention it's a lot easier to understand the error message when the constraint is violated.
    When you see this error message:
    SQL> insert into foo (id, some_value) values (1, -1);
    insert into foo (id, some_value) values (1, -1)
    ERROR at line 1:
    ORA-02290: check constraint (FOOBAR.SYS_C0016210) violatedDo you really know which column violates the constraint?
    Now give the constraint a meaningful name, like this:
    SQL> insert into foo (id, some_value) values (1,-1);
    insert into foo (id, some_value) values (1,-1)
    ERROR at line 1:
    ORA-02290: check constraint (FOOBAR.CHK_SOME_VALUE_POSITIVE) violatedthen it becomes obvious which of the colums is meant.
    Or think about foreign keys:
    SQL> insert into bar (id, foo_id, product_id) values (1, 0, 0);
    insert into bar (id, foo_id, product_id) values (1, 0, 0)
    ERROR at line 1:
    ORA-02291: integrity constraint (FOOBAR.SYS_C0016214) violated - parent key not foundAgain, with the right name, it becomes obvious which column violated the constraint:
    SQL> insert into bar (id, foo_id, product_id) values (1, 0, 0);
    insert into bar (id, foo_id, product_id) values (1, 0, 0)
    ERROR at line 1:
    ORA-02291: integrity constraint (FOOBAR.FK_BAR_REFERENCES_FOO) violated - parent key not foundMost probably one would use a slighlty less verbose name for the foreign key in real life due to Oracles limit on identifiers, but it shows how much more readable an error message is, with a proper name.

  • Getting the system generated column name for xmltype column

    Hello,
    how i can get the internal column name (p.a. SYS_NC00001$) for a xmltype column? I cannot find a correct dictionary view .
    I need that for moving a xmltype lob partition to another tablespace.
    Thanks,
    MaikR

    Does the following help:
    http://www.idevelopment.info/data/Oracle/DBA_tips/LOBs/LOBS_2.shtml
    http://www.liberidu.com/blog/?p=264

  • Why is the system generated invoice number jumping by 20?

    Hello,
    We have a document sequence set for our internal invoices that was created recently. When an invoice is dropped, we noticed that the number has jumped by 20. Why is that? How do I correct this?
    Thank you
    SK

    Hi SK,
    Please check the underlying database sequence for the document sequence set. It is quite possible that the database sequence has been created with the cache option set to 20. If that is the case, then specifying the 'no cache' option should resolve the issue.
    PS: Oracle does not support the manipulation of database objects.
    Regards,
    Sujoy

  • Must I open the system to setup number range buffering ?

    Hello community,
    Number range buffering is disabled for DIM IDs on most of our InfoCubes, but we would like to experiment with turning it on according to the recommendations in this SDN blog :
    /people/vikash.agrawal/blog/2006/04/05/load-lots-of-data-147faster148-with-buffering-number-range
    I have imported a test cube into the production system and would like to test load the same quantity of data that is normally loaded into our production cubes. 
    But the problem when turning on Number Range Buffering for the test cube is that the production has status 'not modifiable'
    Is it necessary to open the production system for modifications each time you want to make a change to the number range buffering settings ?
    If so, then this will be difficult because we transport new cubes very frequently in order to separate the data by time period.
    Is there a way to change the number range buffering settings via transport, or other customization without opening the production system for modifications ?

    NRIV is the table that has the number range buffering info it.
    http://help.sap.com/saphelp_nw04/helpdata/EN/7b/6eb2aa7aed44ea92ebb969e03081fb/frameset.htm 
    There appear to be a couple related tables.
    Table Name      Short text
    NRIV            Number Range Intervals
    NRIVSHADOW      Local NRIV for multiprocessor machines
    NRIV_LOKAL      Local NRIV for multiprocessor machines
    NRIV_RESTE      Internal numbers not assigned in conn. wit
    According to the doc on one of the linked help pages, you may want to look at Tran SM56.  It says it will tell you how often a load had to wait because it had to wait to get the next available number.  You might find that you are not waiting in any of your loads, in which case, this effort won't bear any fruit.
    Personally, absent a specific set of instructions from SAP that indicate that yes you can transport this stuff and how to do it, I don't think I would pursue it.
    Not to be negtive about this idea, but from what I have seen, the nbr range buffer objects don't share the same BID####### across systems.  This seems like it would be a very large obstacle to overcome.  I think will end up throwing lots of hours down a rat hole trying to do this. 
    But, who knows, if you get it to work, you ought to blog about it.
    Good luck.

  • How to handle case like Housing loan to pay the fix amount and system can deduct the principle and interest automatically in Treasury

    Dear Treasury Guru,
    I have one scenario from my client like a Housing Loan that the system can generate the principle and interest paid flow type automatically depend on interest and contract condition, I've never faced this scenario before so I'm not sure that Treasury can support or not.
    for example : Loan amount = 500,000 USD, Fix amount = 50,000 per month, Interest rate = X%
                              Payment amount               Principle           |        Interest
    1st month =               50,000           --->         15,000                      35,000
    2nd month =              50,000          ----->        17,000                      33,000                   
    3rd month =               50,000         ------>        19,000                      31,000
    Please suggest how to let the system generate the Principle and Interest flow type folllow the example above.
    Thanks
    Pongrapee K.

    Hello Pongrapee,
    I think apart from the interest condition, you need a condition for an annuity repayment with amount 50,000 - this will make sure the sum of interest and repayments are 50,000 for all periods.
    If you leave the annuity amount blank, the system will calculate the annuity in a way that the sum of interest and repayments remain constant and all the nominal is repayed at the end of term.
    But in both cases you will have to give the interest percentage in the interest condition.
    Hope this helps!
    Marie

  • Batch number is not generating by the system at the time of Goods receipt

    Dear All,
    This is regarding Batch number that the system generates internaly at the time of Goods receipt,but the same is not generating the batch number.
    I checked all the configs but i could not trace it out.Can any one help me to solve the issue.
    Thanks in advance,
    With Regards
    Vinod

    Hi,
    Follow the steps:
    1.Field---VFDAT adn table-MCHA should be created as a charecter in CT04signed to a class in CL02N.
    2.create MM01 and add the class to it in classification view.
    3.In mm01 plt storage1 view give data for remainning shelf life and total shelf life and in purchasing view activate batch management.
    4.OMJ5- activate SLED for your plant and mvt type 201.
    5.opj2- set BD for your plant.
    6.create sort sequence in cu70 and assign your charecteristic value to it.
    7.create batch serch strategy in MBC1 for access sequence(plt/matrl/mvt typ) create a condition record.
    8.Do a GR using 501 and enter SLED related details.(production date and exp date values)
    Repeat the above step and enter diffrent values for SLED details.
    So now two batches are created with SLED as the charecteristic.
    9.Do a GI using 201 mvt tye in MB1A and enter * in batch field(system will determine the batch using the SLED value basedon the criteria(ascending or descending which was set in the sort rule.)
    Reg,
    Deepak.

  • System generated index property not generated in database

    Hi,
    I created an offline table by copying it from an (first) online database to my project. The table contains a unique key constraint, which references a system generated index. Now I used this offline table to generate a table in another (second) online database. This all works well except, that the "System Generated" property of the index is "false" and not "true" as in the offline table (and the first online database). When I manually reconcile the same table to the second online database again, there is always a difference shown for this index property. When I try to continue the reconcile process to change this property I get an error message, that the index cannot be dropped because it is obviousely referenced by the unique constraint.
    When I drop the constraint and try to generate the index only I get the following warning message:
    Jan 11, 2012 2:08:59 PM oracle.javatools.db.property.AbstractPropertyManager processDiffs
    WARNING: Unsupported property: systemGenerated
    Is there a way to work around this annoying behavour? Is it possible to change this index property by an ALTER INDEX statement?
    Im using JDeveloper 11.1.2.1.0 (Build JDEVADF_11.1.2.1.0_GENERIC_110907.2314.6081)
    Thanks for help and hints
    Thomas
    Edited by: thmayr on 11.01.2012 05:08

    Hi,
    it might be due to some BUG in RDBMS...
    First Check the Secondary index in TEST system
    Look at the Transport Number in DEV system, If this is having error, then it will show you the error details also,
    If that not moved Properly then you need to create another request for the INDEX and move it again
    See the threads with similar problem...
    Warning: Index does not exist in database system MSSQL
    Index does not exist in database system ORACLE??????
    Re creation of database index
    Hope it will solve your problem...
    <b>Reward Points if useful</b>
    Thanks & Regards
    ilesh 24x7

  • Do we need to create process chain explicitly nor system generates process

    Hi all,
    Do we need to create process chain explicity in bpc netweaver nor the system generates it internally when we run data managment packages
    thanks
    Pooja

    When you install BPC, there is a set of delivered process chains which are installed as well.  You create the data manager packages from the BPC Excel clicent based on these process chains.  You can of create custom BPC process chains in NetWeaver and create packages from those as well(for example via a How-To guide).   So to answer your question, no, you do not have to create the "standard" process chains, and they are not generated by the system either, they are delivered as part of the BPC installation.
    Regards,
    Rich Heilman

  • Differences in nodes of XML code-system generated!

    Hello
    Below is the system generated XML code,
    <xsd:import namespace="http://www.tfb.org/schema/xfa-data/1.0/" />
    - <xsd:element name="ADDRESS" version="2" fromWDContext="true">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element name="KUNNR" type="ZADDRESS-KUNNR" />
    - <xsd:element name="NAME1" type="ZADDRESS-NAME1">
    - <xsd:annotation>
      <xsd:documentation>Name 1</xsd:documentation>
      </xsd:annotation>
      </xsd:element>
    - <xsd:element name="NAME2" type="ZADDRESS-NAME2">
    - <xsd:annotation>
      <xsd:documentation>Name 2</xsd:documentation>
      </xsd:annotation>
    Pls. let me know why KUNNR is different from NAME1 and NAME2, because there is no ANNOTATATION and ELEMENT prefix/suffix for KUNNR where as others do have? I do not have knowledge in XML
    Thank you.

    Looks like for web dynpro only description maintained in context for Name1 and name2.
    Just check your WD context.

  • Query regarding algorithm resource estimation at system generator (VIVADO IDE- 2014.3.1)

    Hi Guyz,
    I am able to estimate the resource required for a design only after the synthesis is done in the Vivado.
    The question is: 
    Is it possible to estimate the resource in system generator (Vivado IDE 2014.3.1) itself ?
    Couldn't find the RESOURCE ESTIMATOR block in  the system generator [xilinx blockset/tools] as in its precursor, i.e. System generator (ISE).
    When i went through the documents, came to know that resource estimator block has not yet been introduced in System generator - Vivado IDE [Please correct me, if i am wrong]
    Is there any way [other than checking utilization report after synthesis], which will allow me to estimate the resource as soon as the algorithm is ready - as a system generator model ?
    PLEASE GUIDE.
    THANKS in advance.
    Thanks & Regards,
    Ananya

    Hi Satish,
    Thanks for the quick reply.
    My doubt:
    Can I find the resource estimation for the algorithm model using ISE and then approximate the resource at Vivado ?  [Not sure if this makes sense, just wanted to know if this approach works]
    Please suggest.
    Thanks & Regards,
    Ananya

Maybe you are looking for