Mass Change of Document Status

Hi.
We have hundreds of documents in Sol man under the project document tab with a status which we want to change.
Is there a report or similar that can do a mass change of these statuses?

Hello,
there is no standard report for changing document status. We build a new abap for it.
kind regards,
Will

Similar Messages

  • EXIT after changing the document status to Parked and complete

    Hi,
    I have an urgent requirement to findout a exit which will trigger after changing the document status to PARKED and COMPLETE. I need this for invoice and FI document.
    I will really appreciate your help.
    Kuntal

    Yes the Workflow Background process completed successfully with no errors. I see the error when I query up the Sales Order go to menu --> Workflow Status -->
    Activity History.
    The Activity History shows error in the Wait Function and the error message is 3001: Invalid command argument.?
    This error message does not explain much. I followed all the steps in document# 397364.1
    Don't know why it should end in error and how it can be fixed?
    Any more ideas?
    Thanks

  • Mass change in documents

    hello all
    I need to perform mass changes to some documents.
    as LSMW does not perform well with the classic enjoy transactions such as CV02N, how can I do that?
    specifically, I need to
    1) change the descriptions in tab "descriptions"
    2) set the deletion flag to the documents
    3) attach a whole bunch of objects (Functional locations and Materials) to a specific doc.
    any idea?

    Hi,
    The above process of setting deletion flag through search results  hold good only if you have DIRs of one DOC type, what if I have n number of DIR of different doc type.
    I tried to use different combinations of search criteria, bt its nt working for me.
    Please suggest if we can achieve this or do we need to set the deletion flag for each doc type individually ?

  • Mass Change to activities status to complete

    Hi All,
    We have a requirment to Mass Change to CRM activities status to complete. How can we change status from open to complete?
    Thanks in advance.

    Hi Mark,
    In CRM , T code "MASS" is available in CRM GUI for mass changes to any field.
    You will have to select the business transaction object.
    Check if the status field is availble for changes. You will see two tabs one is Table & other is field.
    Select the particular field & execute. Then add the list of transaction. And execute & save.
    It will carry out mass change.
    Please let me know if you need further details.
    Regards,
    Rahul

  • Is it possible to change marketing document status in DI?

    Hi,
    It seems that the document status and printed status is readonly properties in DI. I need to change these two status in my AddOn. Does that mean that I can only use SQL UPDATE to update the document status ?
    Thanks!
    Lan

    Hello
    Yes you see well, these statuses are read only by DI API, because these statuses are managed using business operations
    like: printed -. you need to print the document
    - closed : you need to close the document
    - cancelled : you need to cancel the document
    >Does that mean that I can only use SQL UPDATE to update the document status ?
    No never. For example: you have a sales order. This sales order is has affect in Item Master data, increasing the iscommited quantity.
    Now if you update by SQL, the iscommited qty does not reduced, so you make data inconsistency in the Business Logic of SAP B1.
    You can do the following:
    you may print the document to a dummy printer (PDF creator printer) to get it printed .-> use UI API to print
    you may use .Close(), .Cancel methods of DI API on a document to make the status closed/cancelled. Please note, Cancel and Close not able to eliminate on each documents (eg invoices is not implemented).
    regards
    János

  • Separate TCode for Mass Change of documents (For authorization purpose)

    Hi
    We have internal audit function where internal audit chief will remove the payment block of multiple vendor invoices through FBL1N --> Environment --> Mass Change.
    Now problem is that authorization for FBL1N is given to 6 more employees (related to AP Accounting). Hence all these employees can do the mass change. I want to restrict this mass change authorization only to one person i.e. internal audit chief.
    Please tell me how to bring this restriction.

    Hi:
          You should contact your basis guy to do so...In tab authorization first you will have to find this object he system will display it , there you can assign 03 in place of *. 
    Personally i will recommend you should go for creating transaction variant using SHD0 which is an easy way to do so. Please check it will solve your issue. I just did both in test sever both of them are working perfect for me. Mass button is disabled when you set 03 for F_BKPF_KOA. SHD0 meets the subject topic of your post.
    Regards

  • Open field BSEG-UZAWE on mass change FI document

    Hi Expert
       On transaction code FBL1N - Vendor line item  I need to used mass change icon for input value
    in field  Payment Method Supplement (BSEG-UZAWE) but when I click the mass chang icon  
    the Payment Method Supplement field  not open . How I can open the field open for mass change.
    thank you very much.

    HEllo!
    Some fields are not allowed for mass change in the standard transaction. But there is a consulting
    SAP note explaining how to mass change additional fields. Please, check the solution part of SAP 640908.
    To mass change additional fields in the standard SAP transaction you  can use the explanation given in the note.
    REgards,
    REnan

  • Mass change Tcode for  status of multiple projects

    Dear All,
    Any SAP Standard t code for mass Status change for multiple Projects
    (like TECO,AALK).
    Thanks.
    Arun

    Hi
    You dont have this option in any STD SAP t.codes, where you can change the status of the projects/WBSE collectively.
    So use this BAPI to Read  the status of Project/WBSE
    BAPI_BUS2001_GET_STATUS   To get both the active system statuses and the user statuses for a project definition
    use this BAPI to Change  the status of Project/WBSE
    BAPI_BUS2001_SET_STATUS
    one system status and one user status  can be revoked each time, and one system status  and one user status  can be set each time for a project definition 
    For Network order status change
    BAPI_BUS2002_SET_STATUS
    Set/Reset Network Status. At the same time, you can revoke one system status and one user status, or set one system status and one user status in a list of activities for the network.
    Thanks
    S.Murali
    Edited by: S. Murali on Jul 24, 2009 3:43 PM

  • BAPI to change invoice document status from deleted to something else

    Hi experts,
    When the document is deleted thorugh MR8M, the invoice status(rbstat) in rbkp table of the invoice doument(MIRO) change to 2 i.e. deleted.
    I want to use the same data for parking again by using standard BAPI_INCOMINGINVOICE_GETDETAIL. But v=before that i have to change the status of the document from deleted to something else
    Is there any BAPI exist by which i can change the status (rbstat) from deleted to parking or somthing else. i am trying to change it thorugh BAPI_INCOMINGINVOICE_CHANGE , but its not working.
    Please help me to find such BAPI
    regards
    Mudit

    Hi Lan,
    you can print with SDK using following code :
    ReportLayoutsService oReportLayoutService = SBO_Company.GetCompanyService().GetBusinessService(ServiceTypes.ReportLayoutsService);
    ReportLayoutPrintParams oReporPrintParams = oReportLayoutService.GetDataInterface(ReportLayoutsServiceDataInterfaces.rlsdiReportLayoutPrintParams);
    ReportParams oReportParam = oReportLayoutService.GetDataInterface(ReportLayoutsServiceDataInterfaces.rlsdiReportParams);
    oReportParam.ReportCode = "QUT1";
    DefaultReportParams oReportParaDefault  = oReportLayoutService.GetDefaultReport(oReportParam);
    oReporPrintParams.LayoutCode = oReportParaDefault.LayoutCode;
    oReporPrintParams.DocEntry = 337;
    oReportLayoutService.Print(oReporPrintParams);
    I tried to print an unprinted document but it didn't change the printed flag at all ( in / active BP ). So unfortunately it doesn't work.
    regards,
    Maik

  • Mass change in BOM status to inactive

    Hi,
    I want to change the status of BOM Alternate header to inactive. I want to do the same for some 1000 BOMs in one shot. Is there a way to do the same.
    Please suggest

    Hi,
    You can use CEWB to make it inactive.
    or
    Create a BDC using CS02.
    Regards,
    Vishal

  • Mass Changes - Optimizing Document Size

    We have approx. 200 PDF documents that been scanned in.  The file sizes are 3-60meg.   We would like to optimize all the documents is there a    - way -   to do a mass optimization without opening each document one at a time and optimizing and saving.
    Thank you for any direction...
    Russ

    Use a batch sequence and the PDF Optimizer.

  • Notifications for change of document statuses

    If Solution Manager is being used for managing project documentation, is there a way of using some sort of notification to a user when a document is ready to be reviewed, approved, etc.?

    James - I think you are looking for functionality called "Electronic (Digital) Signature". This functionaly does not come pre-configured, but is available. Here is a link to an Live Expert Session (LES) Session which describes the functionality and how it can be configured in your system: https://websmp102.sap-ag.de/~sapidb/011000358700006306432006E.wrf
    Additionally. Here is an overview link to all of the LES Sessions for SolMgr 4.0: https://websmp102.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000301732005E
    I hope this helps.
    Brad

  • FM/BAPI needed to change document status

    Hi,
    I have a requirement wherein i need to change the document status field in table DRAW. I have document number and document type as input, based on a condition i will be changing the document status. is there any FM or BAPI available to change the document status?
    Thanks in advance,
    Srilakshmi.

    Hi Srilakshmi
    The following BAPI could help you,
    BAPI Name: Document.SetStatus
    Document.SetStatus
    Set document status
    Functionality
    With this method, a new status is set for the document. Optionally, with the help of the field STATUSLOG, one more entry can be made in the status log field.
    Notes
    The internal or the external status is specified. The internal status defines how the status on the DB is saved; the user can see the external status based on the login language on the screen.
    In principle: If the internal status is specified, this has priority, otherwise, the internal status is read via the external status code.
    Sample program
    **define required variables
    DATA: lf_doctype LIKE bapi_doc_draw-documenttype,
    lf_docnumber LIKE bapi_doc_draw-documentnumber,
    lf_docpart LIKE bapi_doc_draw-documentpart,
    lf_docversion LIKE bapi_doc_draw-documentversion,
    lf_statusextern LIKE bapi_doc_draw-statusextern,
    lf_statusintern LIKE bapi_doc_draw-statusintern,
    lf_statuslog LIKE bapi_doc_draw-statuslog.
    Bapi-Return structure
    DATA: ls_return LIKE bapiret2.
    Assign the document data
    the status should be changed by this document
    lf_docnumber = 'Documentnumber'.
    lf_doctype = 'DRW'.
    lf_docversion = '00'.
    lf_docpart = '000'.
    lf_statusintern = 'AR'.
    **Call BAPI
    CALL FUNCTION 'BAPI_DOCUMENT_SETSTATUS'
    EXPORTING: documenttype = lf_doctype
    documentnumber = lf_docnumber
    documentpart = lf_docpart
    documentversion = lf_docversion
    statusextern = lf_statusextern
    statusintern = lf_statusintern
    statuslog = lf_statuslog
    IMPORTING: return = ls_return.
    Errors occurred ??
    IF ls_return-type CA 'EA'.
    ROLLBACK WORK.
    MESSAGE ID '26' TYPE 'I' NUMBER '000'
    WITH ls_return-message.
    ELSE.
    COMMIT WORK.
    ENDIF.
    Regards
    S.Sivakumar

  • Mass change of Production Orders status from TECO to CLSD

    Hi All,
    I want to do mass change of Production Orders status from TECO to CLSD. could you tell me is there any t-code by which i can mass change Production orders status from TECO to CLSD. I want Production Orders to be closed, so that further confirmation shouldn't be done for these Production Orders. please let me know the solution.
    Regards,
    Ram

    Hi Girish/Dogboy,
    I can set the status 'Complete' if Order is fully confirmed/fully delivered. When ever i run COHV for partially confirmed/delivered Orders, i get error log saying 'Balance of ORD................ is not zero'. Actually we have lot of Production Orders, where there may be Production Orders released only, partially confirmed etc. so i want them to be closed once for all.
    Regards,
    Ram

  • Mass change for DMS

    Hi All,
    Is there any standard TCode for Mass changes for document managmen?
    Regards
    Varma

    Hi,
    If u can specify what attributes u wish to change using mass change , then probably  i can suggest some standard SAP functionality or by using Easy DMS.
    Regards
    Abhishek
    PS:reward points if u find anything useful.

Maybe you are looking for

  • I can't buy new music because of "Unknown error (5002)"

    im not too computer smart and i need help. I can't buy new songs for iTunes because of error 5002 (i have windows). The website doesn't have any help for that error s im asking all of you:). Please help!

  • Billing docs

    Dear all I want to print all the billing documents, for a material part code for a particular period by exicuting the report. Is there any such option? Please guide me

  • How to set default value to a node attribute programmatically?

    Hi Experts          How to set a default value to a context node attribute programmatically? Any code snippet will be really helpfull. I am talking about the attribute inside a node in context. Note: This is for webdynpro for ABAP Thanks Gopal

  • Problem in displaying POPUP_KEY_LOV item automatically filled in

    Hi, On page 1, I have an html region where I have an item P2_CUSTOMER_ID of type POPUP_KEY_VALUE based on a LOV on Customers table. When the user selects an existing customer from that LOV, the field is correctly filled in with the customer name (whi

  • Bash script

    Hi guys, I have a line like this: line = "filed1;filed2;field3"I need to write a script to replace field2 with another value, like this: line = "field1;new_field2;field3"Of course, the value of field2 is variable, so I cannot use a simple "sed"...Som