SPAU transaction code process flow

can anyone give SPAU transaction code process flow

Tcode SPAU is for adjusting programs and Function Modules.
http://help.sap.com/saphelp_nw04/helpdata/en/2e/6d66617d9011d396b60000e82de14a/frameset.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/60/d6ba7bceda11d1953a0000e82de14a/content.htm
SPAU - for repository Objects Changes
see the doc
SPAU
http://www.sap-img.com/bc018.htm
http://help.sap.com/saphelp_nw04/helpdata/en/c6/068d380be34e6ce10000009b38f842/content.htm
http://help.sap.com/saphelp_46c/helpdata/EN/60/d6ba7bceda11d1953a0000e82de14a/content.htm
Please find below, answers to your questions:
1.What objects will come in SPAU and SPDD?
Ans: All the objects which are modified, after tansporting to the current system,
will be listed in SPAU and SPDD. SPDD contains the list of all modified Data Dictionary objects, like tables, dataelements, domains,view...etc. The rest of all the modified repository objects will be listed in SPAU.
What happens to the modifications done in the older version when we upgrade the version? (with Modification assistant and w/o)
Ans: After the initial upgrade happens, we have to do adjustments from SPAU/SPDD to maintain or reset the changes. That is, from the list of objects in SPAU/SPDD, you have to either carry forward the changes to the new version, by choosing the option ADOPT CHANGES (available on right click) or RESET TO ORIGINAL (available on right click).
Will they come in these transactions?
Ans: yes, they will be listed in these transactions, after the BASIS updgrade activity.
And what if we apply some patches(Notes) to the system? What is the impact of these patches to the SPAU transaction?
Ans: Patches will be supported by the version upgrade. In case of notes, we have to verify whether these notes are supported by the new version (you can go into http://www.service.sap.com/notes to verify this. Also, we have to analyze whther the code in the note is already incorporated in the new version. In this case you can ignore the chanes choosing RESET TO ORIGINAL option
http://help.sap.com/saphelp_erp2005vp/helpdata/en/2e/6d66587d9011d396b60000e82de14a/frameset.htm
If you have applied any OSS notes to objects in your system, the hot package may overwrite these objects.
SPDD is used to identify dictionary objects
and
SPAU (repository objects), will identify any objects where the hot package is overwriting changes you have made through OSS notes.
You must check all objects identified in SPAU and decide whether you need to reapply the OSS note or reset the code to the original SAP Code.
Also once the changes have been done you would see a green traffic light.
If you double click on the modified object it will show you a split window where on the left you will have the original version and on right the modified version. So you can choose which to keep and which to reject. You may keep the modified version incases where you know that the notes will only be pakages in the next version.
http://help.sap.com/saphelp_47x200/helpdata/en/2e/6d66647d9011d396b60000e82de14a/frameset.htm
http://help.sap.com/saphelp_47x200/helpdata/en/2e/6d66647d9011d396b60000e82de14a/frameset.htm
http://www.sap-img.com/bc018.htm
http://help.sap.com/saphelp_nw04/helpdata/en/c6/068d380be34e6ce10000009b38f842/content.htm
http://help.sap.com/saphelp_46c/helpdata/EN/60/d6ba7bceda11d1953a0000e82de14a/content.htm
http://www.sap-img.com/bc018.htm
http://www.sappoint.com/oss/spamspau.html
http://help.sap.com/saphelp_nw04/helpdata/en/fe/4b284837bf11d5b3bf0050dae02d7c/content.htm
http://help.sap.com/saphelp_webas620/helpdata/en/83/7a18ecde6e11d195460000e82de14a/content.htm
http://64.233.167.104/custom?q=cache:nJasGnXhh4sJ:www.asug.com/client_files/Calendar/Upload/SAP%2520Upgrade%2520Lessons%2520Learned.ppt+spau(SAP)&hl=en&ct=clnk&cd=5&ie=UTF-8&client=pub-3723304925932908
Also the following link is very good
http://www.sapgenie.com/basis/starter.htm
Rewards if useful

Similar Messages

  • Handling transaction in process flow

    Hi All,
    I had created one process flow which has 3 mappings in it. I want that, if any mapping fails due to any reason, any insertion or updation made by previous mappings should get rollbacked. I had pointed each mapping to END_ERROR as well as END_SUCCESS components, stating that If any error comes the goto END_ERROR, but I don't know how do I make sure that all 3 mappings act as an individual entity so that all should get rollback when any one mapping fails.
    Thanks,
    Danish
    Message was edited by:
    Danish

    Hi, Danish. Have you done it ? Would you help me on that?
    I copied the sample code to the SCRIPT parameter of a sqlplus activity from OWB documentation:
    "declare status varchar2(30);begin map1.main(status); if status!='OK' then rollback else map2.main(status); if status!='OK' then rollback; else commit; end if; end if;end if;"
    and substitued "map1" and "map2" with my mapping names.
    Also, I appended "exit" to the code, but the job always hangs and does nothing. The two mappings were configured to commit manually.
    Non-PL/SQL scripts work pretty well for me. And, honestly and shamefully, I have no knowledge of PL/SQL.
    Thank you.

  • Transaction Code Processing

    Hey Docu-junkies,
    I'm trying to implement the use of transaction codes to be used in the triggering of forms.
    I am able to set up transaction codes in the BDF (NB=New Business, RP=Reprint, AR=Archive Only).
    I have a Formlist set up and have added forms and have assigned each form to the proper transaction code.
    What I don't understand is how to map the transaction code to my input XML. The source system is sending me New Business, or Reprint ... I just know how to associate the Transaction code in my BDF to the specific XML tag.
    Any help would be appreciated.
    Dave
    <Policy>
    <Key1>Fixed Annuities</Key1>
    <Key2>Product A</Key2>
    <TransactionCode>NB</TransactionCode>
    <PolicyNumber>AV1234567</PolicyNumber>
    </Policy>

    Hi DaveS,
    Please define the following in your Fsisys.ini
    < DocSetNames >
    TransactionType = trn_type
    < TRN_Fields >
    trn_type = !/Policy/TransactionCode
    P.S: I am assuming that Policy is your Root in the Input XML. If not, please have the appropriate Xpath
    Please also make sure that "trn_type" is defined in the Trndfdl.dfd file. Now, all you need to do additionally are:
    a) Please define the Transaction Type or Code "NB" in your BDF file. You may refer it from the DMStudio guide under the Section:
    DEFINING TRANSACTION TYPES -> ADDING A TRANSACTION CODE
    b) Please add the Transaction code for the Forms trigger in your GRP file.
    While adding the Form level trigger, under Advanced ->
    Select Transaction Codes -> By including one or more transaction codes in this field, you trigger a particular form
    (or section) only if the extract file record includes that particular transaction code.
    You can choose more than one transaction codes also.
    Thanks

  • Transaction code to view process orders set for deletion

    Hi PP Gurus
    We are trying to search for transaction code to view the process orders which have status as DLFL i.e deletion flag  set for the orders. In cooispi, the deleted orders are not shown in the report output.
    I request you to let me know if there is any other code through which we can view deleted process orders.
    Thanks & Regards
    Harleen Kaur

    Dear,
    In COOISPI  put DLT in system status field and execute the report this will give you the list of all order with deletion flags
    Also refer this thread,
    COOIS Report for Production orders with status DLFL
    Regards,
    R.Brahmankar
    Edited by: R Brahmankar on May 6, 2009 11:16 AM

  • Any Special transaction code for Activation of Work flow

    Hi all.
    Any Special transaction code for Activation and deactive of Work flow?
    which have we need to transport after WF (like task,method,rule)?
    To be reward all helpfull answers.
    Regards.
    Jay

    If I understand your question correctly, you want to know how to activate your workflow after transport ?
    Normally, the status of a workflow is included in your transport (if I'm not mistaken)
    So activate/deactivate in your dev-system and transport it..

  • Table for transaction code for creation of process order

    Hi Gurus,
    Please tell me, in which table i can see the transaction code used to create process order.
    regards
    Kaisar

    Hi,
    Table for transactions is TSTC.
    If your looking for t-code for process order - COR1.
    Regards,
    Vivek

  • CRM - Process Flow of Authorization Check in Business Transactions

    Hello Folks:
    I have implemented CRM security using Process Flow of Authorization Check in Business Transactions.
    What I have in place:
    CRM_ORD_OP (inactive, don't want access to own documents)
    CRM_ORD_LP (inactive, not using standard org level values Distribution Channel, Sales Group, Sales Office, Sales Organization, and Service Organization.)
    CRM_ACT (active)
    CRM_CMP (active)
    CRM_ORD_OE (active, restricted to display with dummy value ' ' for Distribution Channel
    Sales Group, Sales Office, Sales Organization and Service Organization, as we are not restricting on them)
    CRM_ORD_PR (active and restricted to display)
    Issue:
    Restrictions to display for documents works fine when using CRM backend system and the system throws out a message that you are not authorized to change. But, when i come in through Portals (PCUI), i dont get the display at all and it throws out a message insufficient access authorizations.
    Traces on backend CRM reveal failing on change access for CRM_ORD_LP and CRM_ORD_PR, which we dont want to give out b/c we dont want to provide change for documents.
    OSS notes to SAP have resulted in no results....please advise what is wrong here.
    Thanks
    KT

    Thanks for the Priyanka for the reply, but what you mention is not correct.
    BSP errors are different from what I am refering to.
    The issue is still open...and looks like a SAP bug, which even they havent been able to fix so far.
    Regards,
    KT

  • What code do process flows run?

    Hi there
    Running a process flow but seems to be hanging - unfortunately can't use the repository browser to get an execution report as it is slow - don't know why?
    Anyway when run mappings I know it is running packages on the database.
    With process flows I understand it is using oracle workflow but I'm not very familiar with this - do process flows have some code on the database you can look at and run hands on in the same way you could run a mapping/transformation.
    This would help identify the error until such time as the repository browser issue is fixed. All i can see is the arrow in the control center and when right-click says error count 1.
    Any ideas?
    Many Thanks

    Hi,
    for monitoring process flows you can use Workflow Monitor.
    Regards,
    Oleg

  • What is Transaction Code to start report RSNAST00 as a backgroud process ?

    I would like to know the Transaction Code or the Access Path to start report RSNAST00 as a backgroud process at a certain time ((Tools > Administration ?).
    Thanks.

    Hi Oscar,
    1.You can go to SE38 give the report RSNAST00 and give the input criteria.
    2. Now save this as a variant in the path  Goto-Variant-Save as Variant
    3. In the new screen give a variant name and save it with a description
    4.Now go to SM36 and give a job name, and job class (Status should be scheduled and target server should be nil
    5.Then click the Step button at the top
    6. In the new screen, click the button ABAP program, and in that screen meant for ABAP program, in the place of name, give the program which you want to execute(In this case RSNAST00) and select the variant of your program which needs to be executed.
    7. If you want the ouputs to be triggered in some specific language, you can mention the language also.Otherwise it will be executed in your logon language.
    8.If you want the background job to be executed with some other user id, that user id can be mentioned in the user id field at the top.
    9. After entering these data, click the check button and then save this.
    10. Now the screen will go off, and the earlier will come. Now click save in this screen once again.
    11.Now click the startcondition button at the top, click the Date/time button in the new screen and give the date and time at which the job should execute.
    12. Save the new screen.
    13. Again save the old screen now.
    Once this is done, the job will be automatically scheduled for the time you have mentioned, Now you can check this job in SM37 at that time.
    Pls reward points if it helps.

  • Transaction code to process Business Documents manually

    Hi Experts,
    What is the Transaction code to process Business Documents manually in ERP system for FI/CO module. Can anyone help on this.
    Regards,
    G.N

    Hi Nag,
    Try these transactions:
    OAOR : Business Document Service: Documents
    HRMGE00DOC : Business documents navigator (BDS)
    With Regards,
    Ravi Kanth

  • Work flow of sd mm & fico with transaction codes

    hai friends
                could u send me the work flow of "material management" and 
    "sales & distribution"  and "finance management" with their transaction codes ...................plz
    kindly send me the me details as soon as possible

    HI Yoga.
    Flow for SD
    ENQUIRY----
    >VA11
    QUATATION---->VA21
    SALES ORDER-->VA01
    PICKING----
    >VL03
    PACKING----
    >LT03
    DELIVERY----
    >VL01
    INVOICE----
    >VF01
    Flow For MM
    PURCHASE REQUISATION-----> ME51
    REQUEST FOR QUOTATION------> ME41
    MAINTENACE OF QUOTATION---->ME47
    PRICE COMPARISION----
    > ME49
    PURCHASE ORDER -
    > ME21
    GOODS RECEIPT -
    > MIGO
    INVOICE VERIFICATION -
    > MIRO

  • How to know which sub process(function) transaction codes belong to.

    Greetings all,
    I would like to know transaction codes belong to which sub process on SAP system.
    For example, MD04 belongs to 'MQ-MRP-R/3-MRP', SE38 belongs to 'IT-PRO-R/3-Programming'..something like that.
    Is there any way to check the definition on the system instead of just guessing by the function?
    Thank you very much in advance.
    Best regards,
    Miki Komatsu

    Hi,
    As per your query you create profile as per your requirment like PP,MM,FI,CO,SD etc and assign complete module. Here you will find all the related t-code which is belong to specific module.
    Anil

  • Process Flows: Return Code or Message Severity

    Hi all,
    I am trying to get a decent email system set up that will let me know which part of our OWB ETL load has warnings or errors.
    I have one main Process Flow that calls several other process flows. On both levels, I need to know if any errors or warnings were encountered during execution.
    There is a function WB_GET_RETURN_CODE which I hoped to use to get the return codes of the process flows, but while testing, I noticed that there are not return codes for process flows.
    My backup solution is to check ALL_RT_AUDIT_EXEC_MESSAGES if there are any records in there. If there are, I check if they are ERROR or WARNING. Would this be a good solution to my problem?
    Or is there a better way to find errors/warnings of process flows?

    HI VRV,
    Step 1: Goto Display messages on right click of your Process chain
    Step 2: Goto "Chain" tab and copy "Variant" and "Instance"
    Step 3: Goto SE11 and Select table RSPCPROCESSLOG
    Step 4: Paste the "Variant" and "Instance" and execute it, and the value of the other fields are returned: LOG_ID, TYPE, BATCHDATE and BATCHTIME
    Step 5: Goto SE38 and enter RSPC_PROCESS_FINISH
    Step 6: Enter the values in the fields received from RSPCPROCESSLOG  table. Additionally, make the STATE as "G‟ -> Execute
    Then your Process Chain will turn to green and proceed further......
    Hope this helps........
    Regards,
    Suman

  • SAp- Transaction code for Shipping process

    Hi
    Please let me know all SAp- Transaction code for Shipping process & Back ground process.
    Also tell me all transaction code of IDoc usage.
    Regards
    vicky

    Hi,
    Enter the T.Code "VL00" in  the Easy access screen.which gives you all the T.Codes in shipping process.
    Please go through the following link which includes all the T.Codes.
    [T.Codes|http://www.easymarketplace.de/transactions-u-z.php]
    For viewing the IDOC,use the T.Codes
    1.WE02-To view the IDOC
    2.BD87-to reprocess the data.
    3.WE19-To change the data in IDOC.
    Regards,
    Krishna.
    Note:Please search in the forum before posting.

  • In transaction code BBP_PD the status of the workitem is not updating showi

    Hi Gurus,
    We have implemented N-Step BADI BBP_WFL_APPROV_BADI For Approvals Levels in SRM.
    Work flow is triggering correctly and workitem is sent at all the levels. But in transaction code BBP_PD the status of the workitem is not updating showing the error message "NO WORKITEM FOUND" also status is not updating in BBP_PD.
    Please reply with your suggestions.
    Thanks in advance.
    Madhukar

    Hi
    Thanks for your reply.
    We are getting "No workitem found" status in BBP_PD transaction. But all approval process is happening perfectly and when we check status through "Status Monitor " through web it is updating correct status.
    Status is updating in BBP_PD .Status of main workflow is displaying correctly and approval levels and corresponding approver names are displaying correctly, but only the status and time of approval is missing.
    can you suggest something on this issue.
    Workflow Item:                                                                               
    Workitem-ID        000002009126                                                                               
    Task                      WS90000040                                                                               
    Text                       Shopping Cart Approval N-Step 185522 (BADI)                                                                               
    Status                    STARTED                                                                               
    Statustext              In Process                                                                               
    Date                      09/24/2008                                                                               
    Time                     08:18:09                                                                               
    Node ID            Agent                    User                         State        Workitem       Created at                   
    0040000000      Kotesh APP       APP_KOTESH          No workitem found                                                  
    0040000002                                                                    No workitem found                                                  
    0040000001      shiva APP         APP_SHIVA               No workitem found                                                  
    0040000004                                                                    No workitem found                                                  
    0040000003     shiva APP         APP_SHIVA               No workitem found                                                  
    0040000006                                                                   No workitem found                                                  
    0040000005      SM1                 NNA_FA_SM_1         No workitem found                                                  
    0040000008                                                                   No workitem found                                                                               
    Regards
    Madhu

Maybe you are looking for