I want to change Document Type of DIR in Prodution  for DMS Document

Hi Expert,
I have requirement to change to document type of the DIR which are uploaded and available right now in Production Server.
If anyone knows BAPI of any procedure to do the same pls let me know.
Thanks,
Jay.

Not possible.

Similar Messages

  • I want to change Material Type for mass upload.(MMAM)

    hi all,
    I want to change Material Type for mass upload.(MMAM)
    Suggestion pls? or Any BAPI is availablre?
    Edited by: abap_friends on Jan 6, 2011 7:12 AM
    Moderator message: please do your own research before asking.
    Edited by: Thomas Zloch on Jan 6, 2011 11:27 AM

    This may be little tough for 10000 sales orders.
    1. You have to remove the output record for the irrelevant output record using tcode VV12 for the relevant document type. So now for the document type, the old output wont be triggered.
    2. Now, create output records for hte correct output type in VV11 tcode(for the output type BA03) for the document type. Now this output will be triggered for all the document types you are creating from now onwards.
    3. To trigger the output type BA03, in all the old orders, you just have to open these sales orders in change mode (VA02), and just save it. When u open it the output type BA03 will be automatically triggered as the master data is maintained in VV11. But because just opening all the 10000 sales orders in VA02 one by one be a mechanical task, you have to think of some tool for this.
    May be a CATT procedure can do the trick. Else, you can just create a small program, where you can upload these sales orders and the program will just open these orders in change mode and just saves it (without making any changes). Then the output will be retriggered.
    Here again, if you are printing the output directly, it is advisable to trigger the output in batch mode(Date/Time field is 1 in VV11), and then you can again trigger the printing again using the program RSNAST00 after office hours for these 10k orders.
    I hope I answered ur query.
    Pls lemme know if you need some more info. (You can reward me too...)

  • In MAC, I want to change document size from 8.5X11 to 18X24 to create a poster to print through Staples. I created the doc originally in WORD, changed the size in WORD, converted to PDF doc. But PDF doc is still in 8.5X11. Read ADOBE support help info. Te

    In MAC, I want to change document size from 8.5X11 to 18X24 to create a poster to print through Staples. I created the doc originally in WORD, changed the size in WORD, converted to PDF doc. But PDF doc is still in 8.5X11. Read ADOBE support help info. Terls me to change size in application rather than printer. BUT ACROBAT Pro does not give me a page set up option in FILE. I can only find one in the printer dialog box. Help!

    from the FAQs on Staples website:
    I have a file that I know is a PDF, but the website claims it is not in a PDF format. What should I do?
    Check to see that the file has the .PDF extension. Also, check that the filename does not have any special characters such as an ampersand (“&”).
    Regarding your measurements set to centimeters rather than inches; is it just in MS Word?
    Or does it occur in all other applications.
    Check your Work preferences first:
    If it is happening in all your applications, check your Mac OS System Preferences.

  • I want to change document name.

    Hi, all.
    I want to change document name.
    But the business one can change only AP document.
    AR document can't change their name.
    Is anyone know why only AP documents can change their name.
    Thank you for your help.
    seiichi

    Dear
    In Business one it is only possible to change the purchasing documents. you actually can do it from sdk.  change the system form title and menu name by updating Form.Title and MenuItem.String, as long as you get these UI API
    objects with your code.
    Best Regards,
    xiaodan AN

  • I want to change the email address that I use for my apple ID.....how do I do that!!!!

    I want to change the email address that I use for my apple ID.....how do I do that!!!!

    Hello Embark2013 - Thanks for the help!  If possible, could you or somebody in Apple-land explain to Apple that their system is IDIOTIC?!  Changing an email address should be the simplest thing imaginable.  Nobody should EVER have to consult a discussion group to learn how to do such a thing.

  • I want to change the type of a Result Set

    Hello all,
    I was using a ResultSet object to store the results of a query, and when i attempted to use the ResultSet function "last()", i had a SQL exception saying that I cannot use this function on a ResultSet of type TYPE_FORWARD_ONLY. How can I change the type of a ResultSet to be for example TYPE_SCROLL_SENSITIVE, so that i can use the 'last()' function? I can only find a function caleed getType() but i want a function to allow me to set the type of the ResultSet.....
    Thanks a lot

    The type is determined when you create the Statement or PreparedStatement object. See the documention for Connection.createStatement or Connection.prepareStatement.

  • Want to change output type for 10000 sales orders through MASS

    Hi Friends,
    I would like to change the Output type in the sales order for 10000 sales orders.
    Can I do with MASS transaction. If so, Plz let me know how ?
    Is there any other process to change the output type for 10000 sales orders, as its difficult to manually in each and every sales order.
    Its very urgent issue, Plz let me know at the earliest.
    Thanks & Regards,
    Praveen Kumar. A

    This may be little tough for 10000 sales orders.
    1. You have to remove the output record for the irrelevant output record using tcode VV12 for the relevant document type. So now for the document type, the old output wont be triggered.
    2. Now, create output records for hte correct output type in VV11 tcode(for the output type BA03) for the document type. Now this output will be triggered for all the document types you are creating from now onwards.
    3. To trigger the output type BA03, in all the old orders, you just have to open these sales orders in change mode (VA02), and just save it. When u open it the output type BA03 will be automatically triggered as the master data is maintained in VV11. But because just opening all the 10000 sales orders in VA02 one by one be a mechanical task, you have to think of some tool for this.
    May be a CATT procedure can do the trick. Else, you can just create a small program, where you can upload these sales orders and the program will just open these orders in change mode and just saves it (without making any changes). Then the output will be retriggered.
    Here again, if you are printing the output directly, it is advisable to trigger the output in batch mode(Date/Time field is 1 in VV11), and then you can again trigger the printing again using the program RSNAST00 after office hours for these 10k orders.
    I hope I answered ur query.
    Pls lemme know if you need some more info. (You can reward me too...)

  • Want to change data type CHAR32 to CHAR40 in cutomized function module(CRM)

    Hi Friends,
         I have a requirement to change the data type CHAR32 to char40 .
         Pls guide me how to do it.do I need to change it directly or we have do anymore changes?
    Thx in Adv.
    Baba

    Hello Baba,
    In my opinion the length of a data field has little to do with the ITS and it's templates.  You should be able to change the length for your function module and then the new length should work on the ITS if using the Webgui.  If you have custom templates then maybe you will need to recreate the templates or modify the field length, but this is second to actually changing the datatype length in the R/3 system.
    Edgar

  • Want to change network type on huawei e220 ?

    Any one can help,I use huawei e220 on my macbook pro,but how can I change the network type 3G only,3G Prefer,Gsm Only,Gsm Prefer ?

    Hi AFU;
    Since your question pertains to networking, you might have better luck if instead of posting it here for questions on using Leopard, you posted it in the Networking Forum instead
    Allan

  • I want to change document size.Don't know

    Hi there !
    I want to add a centimeter of blank space to each page of my document, without affecting document's layout.
    I think is the opposite action of cropping.
    But i don't know how to do it.
    Need help !
    thanks

    I want to permanently crop pdf. How? Crop tool only hides the cropped space but inside our heidelberg RIP it (pdf's page size) shows its actual size.

  • Want to change latency type on my line

    Last year I had a new line laid into my home after 3 years of problems with the old one. Earlier this year I opted for the upto 20 Meg speed, my line is outputting around 18.6 which is fine however recently i've been experiencing disruption to my line.
    Sometimes the Hub will reset itself, then when it comes on the broadband light flashes yellow for ages whilst the other lights are blue sometimes upto 5 mins will go by, requiring me to reset it manually to achieve a stable blue light & connection.
    I've checked my latency type and found its interleaved. My old line was Fast type as I a game alot and I need a fast stable connection. I think it must have been an oversight when they connected my new line at the exchange they forgot to use the same settings, I do have an I-plate installed so its not an interference thing either.
    Is there anyway I can get my Latency set to Fast type please?. My download speeds are stable although sometimes erratic so its not a line problem I have just an exchange setting.

    DC74 wrote:
    Right, then clearly theres something not quite right with my line then, shouldn't be taking ages to re-sync after a reset. Is fast latency still better for gamers though?
    Depends on your definition of "better for gamers".....
    You either have an interleaved connection that affords stability, maintained IP profile, and maximum sync rate, with maybe the addition of roughly 20-40 milliseconds latency to server connections, as a worst case scenario.
    Or you have a slightly lower latency connection, with no forward error correction, possible rise in noise margin, resulting in lower sync speeds and associated IP profile and throughput.
    A no brainer really ....  over to you.   

  • Want to change profit center when goods are issued for  consumption

    Hi gurus,
    I am using FI PCA in ECC 6.0
    I have one plant
    I have material at plant level  (wheat floor)
    This material is used in production of more than one product. (different kind of bread)  Each product group is a different profit center. Thus material is used in more than one profit center.
    At time of receipt i do not know which product the raw material is going to be used for.
    In Material master just one profit center is maintained and it will flow to the production order and the inventory of Finished goods received later.
    At time of issue of  raw material  for consumption, i need to change the profit center.
    Is this possible in standard configuration.
    How do i go about it?
    Regards,

    Hi Rishikesh,
    There is one way you can do it. Define one material master set for each product group in t-code GS01 using table MARA and MATNR field. Then enter all materials which have the same profit center into each group. So you have sets M1, M2, M3 etc. which belong to profit centers P1, P2 and P3.
    Define a substitution rule for profit center under GGB1 using the following conditions.
    1. GL Account number for goods issue 261 (issue to production order).
    2. Material set M1
    3. Company code and document type (WA etc.)
    Profit center equals P1.
    Similarly define another substitution rule for M2/P2 combination.
    Hope the above helps.
    Sharabh

  • Changing NAT type from moderate to open for PS3 on...

    Hello,
    Pretty simple really.
    I want to be able to change my NAT type from Moderate to Open whilst playing FIFA 12 on the PS3.
    I am using a BT Home Hub 2. I have read various posts about Port Forwarding and DMZ but what is the method that will open the NAT type indefinitely. I have read that it can only be altered temporarily due to the Home Hub updating it's settings periodically and re-enabling the firewall.
    Any help or pointers in the right direction would be greatly appreciated.
    Matt

    Hi Matt,
    Welcome to the forum and thanks for posting. Take a look here for some information on port forwarding. I've also found this whcih you might find useful. Let me know if it helps.
    Cheers
    David
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Changing Expense types in the SAP Portal for Credit Card Receipts

    Hi Experts,
    We have a situation where we load a credit card file to SAP. The employee will then go review and subsequently send the expense claim to accounting. This is done via the SAP NetWeaver  Portal. Quite often the credit card company will send over details to an expense type called 'other' this was created to ensure that the credit card file loads.  It is the employee's responsibility to change the expense type from 'other' to the appropriate expense type.
    what is desired is to provide the user with an error message in the portal and PR05 that will enforce the user to change the expense type from 'other' to a more appropriate expense type.
    How can this be accomplished?

    Hello Martin,
    You can use a User Exit for this.
    In Web Portal, you can use the BADI TRIP_WEB_CHECK on which you can use the method USER_CHECK_LINE_OF_RECEIPTS.
    In PR05, you can use the Enhancement name: FITR0003: User Exit: Save Trip (PR01, PR04, PR05, TRIP) - before assigning trip number. It is the User Exit EXIT_SAPMP56T_002.
    This will check your receipt before saving.
    Regards,
    Raynard

  • How to change content type from Document set to Item

    While creating content type I've selected Item as a parent but after created I can see its showing Document Set as a parent content type. Now can anyone please suggest if possible I can change the parent content type from Document Set to Item.

    Hi,
    From your description, I know you want to change content type’s parent after creating it.
    There is no OOB method to change content type’s parent after you create it. If current content type has not been used, you could delete it and recreate it with your desired base type. Here are similar cases:
    http://sharepoint.stackexchange.com/questions/16131/change-base-content-type-of-content-type
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/b976f17e-99b5-42bb-bc82-8d4123a625cf/change-the-parent-of-a-content-type.
    This article may help you understand the relationship of Content type inheritance:
    https://support.office.com/en-au/article/Create-and-edit-content-types-3d5d45af-608d-4183-8d51-073095fe0312#__toc239159103.
    Best Regards
    Vincent Han
    TechNet Community Support

Maybe you are looking for

  • [SOLVED]getting permission denied

    I put this in command line /mnt/EFI/boot /dev/sda1 vfat rw,flush,tz=UTC I'm getting a permission error Last edited by tmccaffery (2013-04-04 10:04:40)

  • Oracle 11g FBDA

    Hi All, We are currently using Oracle 11.1.0.7 FBDA is enabled in the Database and facing some peculiar behaviour in FBDA Please find the error we are facing in FBDA CREATE TABLE TEST (A NUMBER(1) B VARCHAR2(10) CREATE_DT DATE LAST_UPDATE_DT DATE); E

  • Great PDF-viewer: llpp Also, a question

    I just discovered llpp in the AUR. It's a great PDF-viewer that is extremely fast and remembers where I quit the file (next time you open that pdf, it opens at the page that you left last time) If I open files with SpaceFM everything works great. But

  • Adobe Interactive Forms  - Error during CreateCorbaSupportObjects

    Hello everybody I have installed and configured ADS per the manuals, in SP13 WAS 6.40 When I try to run the sample application TutWD_DynamicForm I have the follow error: The initial exception that caused the request to fail, was: com.sap.tc.webdynpro

  • Can I restore itunes with ipod??

    I had an external harddrive crash and lost my itunes. Can I simply use the songs currently on my ipod and restore them to itunes. I understand that i may need some third party software to do this. Please help, i have 1500 songs on my ipod and would t