Reconcilation woking, status of RO  not updating

Hi,
Am performing the target recon, recon working fine.
Following typical case I have issue
-before running the recon (for example RO is: ABC), same RO (ABC) is in provisioning state for the user.
-After running the recon, reconciliation event linked but RO (ABC) still in provisioning state and process form updated (old).
It should be create a new RO as provisioned, here in my case it updating the existing one.
Thanks,
anwar.

To make the resource object status to 'Provisioned'. Do the following
1. Go to your process defination associated with the resouce object.
2. Select 'Reconciliation Insert Received' Task and Double click on it. It will open window.
3. From that window, select 'Task Status to Object Mapping' Tab, then it will display various status and categories. For Completed Status, select Object Status as 'Provisioned'.
This is will solve ur problem.
Thanks.

Similar Messages

  • Billing status in delivery not updated for free-of-charge flow

    Hi,
    I have a free-of-charge flow: sales order-delivery-invoice. The invoice has the net value 0 and do not goes in accounting. The problem is that the billing status in delivery is still "not invoiced" and because of this i can make more invoices for the same delivery/qty. Why the status in not updated? The item categ is relevant for billing (A).
    Thanks.

    You can refer SAP Note 33258 - Processing free-of-charge items.
    Where they talk about Item cat setting, use of Cond Type R100.
    Regards
    JP

  • Goods Movement status of delivery not updated from C to A

    Hi
    I am facing a peculiar problem.
    We reversed goods issue using VL09 however the goods movement status of the delivery has not been updated. The GM status is still showing C- Completely processed.
    If we are trying to repeat the process again thinking that reversal has not been done using VL09 for that particular delivery error message is displaying already the goods reversed.
    Here we are missing the link. Though the goods reversed status has not been reflecting in the delivery.
    Regards
    Maruthi
    Edited by: MARUTHI RAM on Apr 18, 2009 1:25 AM

    1)  First check in MB51 with movement type 602 whether you could see the delivery reference
    2)  Next go to VOV7, select your item category and see what is maintained for the field "Completion Rule".  It should have been "B".
    3)  Next go to VTLA, select the item category for the combination of your order type and delivery type and see whether you have maintained "+"  for the field "Pos./neg. quantity"
    thanks
    G. Lakshmipathi

  • ECM EHP4 - status of IT759 not updated when manager approves

    Hi, we are implementating ECM on EHP4 and are having issues in the planning overview iview.  when a planning manager approves an org unit, the status of IT759 for the employees it not being updated from submitted to approved.  I have checked the user interface config and we have the tick box checked for allow approval process. 
    Also, once the org unit is in approved status, we cannot reapprove.  I have tried using PECM_ADJUST_0759 - Adjust Compensation Process Records , to reopen the approved org unit and reinitialise but this does not work.
    does anyone have any ideas?
    Thanks Tanya

    Hi Tanya,
    Use PECM_CHANGE_STATUS to reset the 0759 records from Approved or Submitted back to In Process.  Or the other way around.  Very useful transaction. 
    As to your first question, from your description you are having the planning manager Approve the proposed pay changes.  Normalthe planning manager will Submit and then a higher level manager will Approve or Reject.  We used a separate area for the Planning vs. the Approval/Reject step.  Only proposals in Submitted status are available for Approval/Rejection.
    We are removing that process this year as we had the same problem of always resetting.  So we just allow the adjustments to remain In Process throughout the review period.  Then use PECM_CHANGE_STATUS to move to Submitted, Approved and Activated. 
    Paul

  • Wmii status bar code not updating.

    I use the wmii tiling window manager and its status bar abilities. The status bar all works fine except the section for getting the CPUMhz (CPU frequency). It does not get updated properly every 2 seconds as it should.
    My code is here:
    # Status Bar Info
    status() {
    echo -n 'CPUTemp:' `expr $(sensors | grep temp1 | awk '{print $2}' | cut -c2-3) + 15` '|' 'CPUMHz:' $(cat /proc/cpuinfo | grep MHz | awk '{printf "%.0f\n", $4}') '|' '/home:' $(df -h | grep sda5 | awk '{print $3}') '|' '/:' $(df -h | grep sda1 | awk '{print $3}') '|' 'RAM:' $(free -m | grep -i /cache | awk '{print $3}') 'MB |' $(uptime | sed 's/.*://; s/,//g') '|' $(date +"%a %b %d %H:%M")
    If anyone can point out my mistake it would be greatly appreciated.

    Are you sure that the CPUMHz is causing your problem?  When I do
    $ sensors
    on my machine, I get 2 lines containing 'temp1'.  If that is happening on your machine, then the `expr $(sensors ...) + 15` of your CPUTemp part will not work as you expect.
    Other than that, I don't know what is causing your problem, but you could replace
    ...'CPUMHz: ' $(cat /proc/cpuinfo | grep MHz | awk '{printf "%.0f\n", $4}')...
    with
    ..."CPUMHz: $(awk '/MHz/ { printf "%.0f", $4}' /proc/cpuinfo)"...
    If that doesn't help, you could try
    ..."CPUMHz: $(( $(</sys/bus/cpu/devices/cpu0/cpufreq/cpuinfo_cur_freq) / 1000 ))"...
    although on my system, that file is readable only by root.  I don't know why it is set up that way.
    You could also break up that long line so that it is easier to read.
    status() {
    echo -n "CPUTemp: $(( $(sensors | awk '/temp1/ {print $2}' | cut -c2-3) + 15 )) | "
    echo -n "CPUMHz: $(awk '/MHz/ { printf "%.0f", $4}' /proc/cpuinfo) | "
    echo -n "$(df -h | awk '/sda[15]/ {printf "%s: %s | ", $6, $3}')"
    echo -n "RAM: $(free -m | awk '/\/cache/ {print $3}') MB | "
    echo -n "$(uptime | sed 's/.*://; s/,//g') | "
    echo -n "$(date +"%a %b %d %H:%M")"

  • Reg : User status information is not updating in Cube

    Hi Experts,
    I am loading data to INfocube which gets data from sales order ODS and Master data infoobject PROJECT which has project  code. User status is a attribute fo Project (Master data infoobject). 1 WEEK before user staus was changed for a particular Project code in source system ECC system .If i display data in Master data PROJECT ,I could able to see changed user staus for that particular Project code.
    Later data loaded to cube from Master data and ODS.If I select a particular Project code and give a sales document number and try to see user status which got changed ,it is not showing changed User status and values are not showing in Infocube.But when i try for another project code its showing correct User status in INfocube.
    Kindly guide me to solve this issue.
    Thanks in advance!

    ACR for Master data load was happend already and we can able to see changed user status in Master data.
    But we are unable to view user status ,SALES document values for that particular project code. Sales document is extracting from ods.

  • Connector Status not updating

    As a result of a dramatic failure of communication the SCSM workflow AD account was deleted and recreated, after some muching about everything in SCSM is now working normally again except the config manager and AD connectors are not updating their status.
    I initially thought they were not running at all but I have confirmed that they are in fact synchronizing data from their respective sources and its just the display of the status that is not updating.  I tried deleting them and recreating them and
    now they display no status i.e. the start time, finish time, status, and Percentage columns are all blank.
    I have done a bit of research and believe that the problem is that the relationships between the Connectors and their respective SyncStatus objects is missing/broken, and for some reason creating new Connectors either does not establish a corresponding
    SyncStatus object or does but does not relate it to the connector.
    I have a couple of reasons for this hypothesis first is when I run this powershell*:
    $connectorDispName="Your Connector Name Here"
    #Following will return in instance of Microsoft.EnterpriseManagement.ServiceManager.Sdk.Connectors.ADConnector
    $myConnector=Get-SCSMConnector -DisplayName $connectorDispName
    #Get the EMO object for relationship lookup
    $emoConnObj=$myConnector.ConnectorObject
    #Relationship id can be retrieved with following:
    #Get-SCRelationship -Name 'Microsoft.SystemCenter.LinkingFramework.DataSourceHostSyncStatus'|select id
    $relationshipId='1548950d-6cea-d9c1-11ec-53701fbcbbec'
    #Find the matching relationship object (with the above relationshipId)
    $relationshipObject=Get-SCRelationshipInstance -sourceInstance $emoConnObj|?{$_.RelationshipId -eq $relationshipId}
    #$relationshipObject.TargetObject contains an EMO.
    #Grab the id and use Get-SCClassInstance to return a type of Microsoft.SystemCenter.LinkingFramework.SyncStatus
    $syncStatusObj=Get-SCClassInstance -Id $relationshipObject.TargetObject.Id
    The following error is returned:
    Get-SCClassInstance : Cannot validate argument on Parameter 'Id'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again.
    At D:\tools\scripts\ConnectorSyncStatus.ps1:14 char:40
    + $syncStatusObj=Get-SCClassInstance -Id $relationshipObject.TargetObject.Id
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidData: (:) [Get-SCClassInstance], ParameterBindingValidationException
    + FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.SystemCenter.Core.Commands.GetSCClassInstanceCommand
    Possibly the Powershell is incorrect but this result implies to me that the Get-SCRelationshipInstance call is returning a null value for the syncstatus object which is being fed into the Get-SCClassinstance call.
    My second reason for this hypothesis is the following SQL results:
    select RelationshipTypeId from dbo.RelationshipType
    where dbo.relationshiptype.RelationshipTypeName = 'Microsoft.SystemCenter.LinkingFramework.DataSourceHostSyncStatus';
    1548950D-6CEA-D9C1-11EC-53701FBCBBEC
    select * from dbo.relationship
    where RelationshipTypeId = '1548950D-6CEA-D9C1-11EC-53701FBCBBEC';
    Returns no results.
    This implies to me that there are no instances of the relationship linking a Connector to its corresponding SyncStatus object.
    I am not an SQL or Powershell expert but I know enough to be dangerous, so does my reasoning seem correct? And if so how could I fix this?
    Thanks In advance
    * this Powershell is not of my own devising, I cribbed it from
    Steve IAnson in this question:
    Query Connector Status

    Yes there is every 1 minute there is a squence of entires as follows:
    Source: Lfx Service
    Event: ID 3334
    Data:
    Error setting status for property &. Error:The relationship source specified in the discovery data item is not valid.
    Relationship source ID: ae5465d3-2565-c7d3-0de2-acc994c1e928
    Rule ID: eb496966-4fb7-45bd-bdda-b689af383733
    Instance:
    <?xml version="1.0" encoding="utf-16"?>
    <RelationshipInstance TypeId="{1548950d-6cea-d9c1-11ec-53701fbcbbec}" SourceTypeId="{71f6cfcd-99b3-3a07-471d-bb9c4bf5ba76}" TargetTypeId="{2d4afd51-d2ff-92c6-266f-2b6060000dae}">
    <Settings />
    <SourceRole>
    <Settings>
    <Setting>
    <Name>29906075-e9fc-7bc4-487b-f964f91d6532</Name>
    <Value>1e6592a2-96c3-4b99-a50a-c04ee2a793e6</Value>
    </Setting>
    </Settings>
    </SourceRole>
    <TargetRole>
    <Settings>
    <Setting>
    <Name>29906075-e9fc-7bc4-487b-f964f91d6532</Name>
    <Value>1e6592a2-96c3-4b99-a50a-c04ee2a793e6</Value>
    </Setting>
    </Settings>
    </TargetRole>
    </RelationshipInstance>
    Status data:ConnectorId:ec4a037e-e0f0-47a2-b7e7-7932eba2a0ac;
    BaseManagementEntityId:e22fffb2-9b85-de47-fe3d-875914b21797;
    LastRunStartTime:25/11/2014 2:00:44 AM;
    LastRunFinishTime:25/11/2014 2:02:57 AM;
    NextSyncTime:27/11/2014 2:00:00 AM;
    Status:FinishedSuccess;
    SyncPercent:100;
    MaxValue:100;
    MinValue:0;.
    Source:OpsMgr SDK Service
    Event ID: 26319
    Data:
    An exception was thrown while processing ProcessDiscoveryData for session ID uuid:e47c3453-2524-44af-a9d9-2475e3a204a6;id=3.
    Exception message: The relationship source specified in the discovery data item is not valid.
    Relationship source ID: ae5465d3-2565-c7d3-0de2-acc994c1e928
    Rule ID: eb496966-4fb7-45bd-bdda-b689af383733
    Instance:
    <?xml version="1.0" encoding="utf-16"?>
    <RelationshipInstance TypeId="{1548950d-6cea-d9c1-11ec-53701fbcbbec}" SourceTypeId="{71f6cfcd-99b3-3a07-471d-bb9c4bf5ba76}" TargetTypeId="{2d4afd51-d2ff-92c6-266f-2b6060000dae}">
    <Settings />
    <SourceRole>
    <Settings>
    <Setting>
    <Name>29906075-e9fc-7bc4-487b-f964f91d6532</Name>
    <Value>1e6592a2-96c3-4b99-a50a-c04ee2a793e6</Value>
    </Setting>
    </Settings>
    </SourceRole>
    <TargetRole>
    <Settings>
    <Setting>
    <Name>29906075-e9fc-7bc4-487b-f964f91d6532</Name>
    <Value>1e6592a2-96c3-4b99-a50a-c04ee2a793e6</Value>
    </Setting>
    </Settings>
    </TargetRole>
    </RelationshipInstance>
    Full Exception: Microsoft.EnterpriseManagement.Common.DiscoveryDataInvalidRelationshipSourceException: The relationship source specified in the discovery data item is not valid.
    Relationship source ID: ae5465d3-2565-c7d3-0de2-acc994c1e928
    Rule ID: eb496966-4fb7-45bd-bdda-b689af383733
    Instance:
    <?xml version="1.0" encoding="utf-16"?><RelationshipInstance TypeId="{1548950d-6cea-d9c1-11ec-53701fbcbbec}" SourceTypeId="{71f6cfcd-99b3-3a07-471d-bb9c4bf5ba76}" TargetTypeId="{2d4afd51-d2ff-92c6-266f-2b6060000dae}">
    <Settings />
    <SourceRole>
    <Settings>
    <Setting>
    <Name>29906075-e9fc-7bc4-487b-f964f91d6532</Name>
    <Value>1e6592a2-96c3-4b99-a50a-c04ee2a793e6</Value>
    </Setting>
    </Settings>
    </SourceRole>
    <TargetRole>
    <Settings>
    <Setting>
    <Name>29906075-e9fc-7bc4-487b-f964f91d6532</Name>
    <Value>1e6592a2-96c3-4b99-a50a-c04ee2a793e6</Value>
    </Setting>
    </Settings>
    </TargetRole>
    </RelationshipInstance>
    at Microsoft.EnterpriseManagement.Mom.DiscoveryDatabaseAccess.ManagementStoreWriter.BulkUpsertRelationshipInstances(DiscoveryDatabaseApi dbApi, DiscoveryDataInstance discoveryDataInstance, Boolean isCalledByWorkflow, TypeSpaceData typeSpaceData)
    at Microsoft.EnterpriseManagement.Mom.DiscoveryDatabaseAccess.ManagementStoreWriter.BulkAddUpdate(DiscoveryDataInstance discoveryDataInstance, Boolean isCalledByWorkflow, TypeSpaceData typeSpaceData, DiscoveryDatabaseApi dbApi)
    at Microsoft.EnterpriseManagement.Mom.DiscoveryDatabaseAccess.ManagementStoreWriter.Write(DiscoveryDataInstance discoveryDataInstance, Boolean isCalledByWorkflow, TypeSpaceData typeSpaceData, DiscoveryDatabaseApi dbApi)
    at Microsoft.EnterpriseManagement.Mom.DiscoveryDatabaseAccess.DiscoveryPackageProcessor.ProcessWithNoRetryUnauthorized(DiscoveryDatabaseApi dbApi, Boolean useProcessContext)
    at Microsoft.EnterpriseManagement.ServiceDataLayer.DiscoveryDataManager.DiscoveryPackageIncrementalProcessingHandler.ProcessIncrementalDiscoveryData(DatabaseConnection databaseConnection)
    at Microsoft.EnterpriseManagement.ServiceDataLayer.DiscoveryDataManager.DiscoveryPackageIncrementalProcessingHandler.Process()
    at Microsoft.EnterpriseManagement.Mom.DiscoveryDatabaseAccess.DiscoveryPackageProcessor.ProcessWithRetry(HandleProcessing handleProcessing, RetryPolicy retryPolicy)
    at Microsoft.EnterpriseManagement.ServiceDataLayer.DiscoveryDataManager.ProcessDiscoveryDataWithRetry(DatabaseConnection dbconnection, Guid discoverySourceId, IList`1 sdkEntityInstances, IDictionary`2 streams, IContext context)
    at Microsoft.EnterpriseManagement.ServiceDataLayer.ConnectorFrameworkConfigurationService.ProcessDiscoveryData(Guid discoverySourceId, IList`1 entityInstances, IDictionary`2 streams, ObjectChangelist`1 extensions)
    Source:DataAccessLayer
    Event ID: 33333
    Data:
    Data Access Layer rejected retry on SqlError:
    Request: ProcessRelationshipStagingForUpsert -- (TransactionId=732419), (DiscoverySourceId=eb496966-4fb7-45bd-bdda-b689af383733), (TimeGenerated=26/11/2014 9:31:53 PM), (PerformHealthServiceCheck=False), (HealthServiceId=), (RETURN_VALUE=1)
    Class: 16
    Number: 777980002
    Message: The specified relationship doesn't have a valid source.

  • Consolidation/Calculation Status not updating

    Has anyone experienced this problem: You have made either a metadata or rule change and all of your consolidation status's change to CN. You run "Consolidate All With Data" to get everything caught back up, but the consolidation status stays as CN even though the consolidation completed. Any ideas on what would cause this? Possible data corruption? The data appears to be correct it is just the status that is not updating.

    I have seen this issue on my end a lot. This usually happens with us when a section (Entity or Account) is locked. The consolidation runs but the status does not change because it is not allowing for all the children to roll up to the parents. Check to see if one of your Entity is locked.

  • In Student File:Status Tab Not Updating Automatically

    Hi all
    When I create a Student, and Create Admission application and create admission,  Every time status should be updated automatically. In one system it is updating Correctly, But in Other system it is not updating.
    In the other system it is updating only when I create student with the status 'Account Data Not Updated'. Later Statuses like (Admitted Applicant: ADMA, Applicant: ADMU,Attending: CS01,Student: CS03) are not updating.
    Can any one tell me where I have to Configure it.
    I think because of it the Student Header Status is also not displaying.
    My developer debugged and found that, As there are no Active Status Indicators, Student Header Status is coming empty.
    Also he found that the Status Infotype 1728 is Empty in one System and filled in other System.
    I have checked both the systems, But I didn't find any difference.
    I have been struggling for past One week for the same.
    Please do the Helpful.
    Thanks and Regards
    Avinash.
    I

    Hi Vinod
    Thanks for help.
    I have activated the BADI HRPIQ00_SET_STATIND for filter ADO1(Create Adm Appl) and AD05(Execute Adm).
    But that BADI is not triggering when I create admission application or when Creating Admission.
    The Status tab is still not updating.
    As per my knowledge when ever we create admission application, or create admission like things, the status tab in student file updates automatically depending on some configuration. Because in the other system (which i told in my earlier Question)in which statuses are updating correctly,there is no active Implementation of the BADI HRPIQ00_SET_STATIND,but still Statuses in this System are Updating Correctly.
    As of now I have Implemented the BADI HRPIQ00_SET_STATIND with filter AD01 AD05. I didnt write any code in it.
    When I put a Break point in the method SET_STATIND of the active Implemented BADI, that break point is not triggering when i create adm appl and when creating admission. So can you tell me how to proceed further to write any code in that.
    Are there any standard templates of code available to activate and deactivate the statuses in the method SET_STATIND.
    Or any other Config issues because of which the updation of statuses are effecting.
    Issue Reg: Status Line
    I have seen the BADI HRPIQ00_ST_HD_HS and Implemented the method BUILD_STATUS_LINE for the Custom status.
    As you told to use standard Implementation to get the status line, Can you tell me where i could find the standard Implementation to build the status line.
    Also to write a custom program to build the status line, Infotype for stauses 1728 is not updating. So I cannot able to fetch the data of statuses from the Infotypes.
    Thanks in advance.
    Regards
    Avinash
    Edited by: Avinash on Dec 4, 2009 8:03 AM

  • N79 clock is not updated

    Hello!
    After unblocking N79 keyboard, sometimes clock is slow, even for good 30 minutes late. This glitch is year old, and keeps going from fw to fw, it even exists in newest v 32 fw. Does anybody in Nokia use N79?
    It was once fixed (in v 11, with which i bought my phone) but later it appeared again.
    This line is from old v11 changelog  
     clock
    - The clock in application status pane is not updated after power-saver deactivates.
    This is exactly what i'm talking about.  It is still not updated sometimes. 

    Noticed same bug some time ago - time is not updated on main screen. Firmware 32.001
    No 3rd party themes installed, no apps
    Theme effects are switched off
    Frankly - I feel myself quite sarcastic about it. There have been so many talks about poor antenna reception on iPhone 4 even with comments from Nokia on how much priority they give to functionality over design
    mua-ha-ha
    How about non-working clock in Eur 250,- smartphone?
    Why didn't Nokia engineers ask advice from Chinese guys who are selling 1$ watches - at least those show time.

  • HT1544 i have downloaded mac os 10.5 leopard update version successfully . but try to instal it is taking much time and the status bar is not going

    Hi < i have updated my mac 10.5 with 10.5.8 sucessfully , but while instaling it is taking much time and status bar is not showing any progress

    If I remember correctly one of the updates could hang after doing the update. Fixed by a restart but installing a combo update over the top of others rarely does any harm and it may be the best thing to do.

  • PGI status at delivery header level has not updated

    Dear Friends,
    We had created deliver, picking was completed and PGI was completed successfully. However when we try to create Billing, an error occurs stating that PGI is not completed.
    Further when we check the delivery, the Goods Issue status at item level is completed but at the Header level the GM is B which is partially completed. In the Document flow we can see the PGI Status is completed.
    I think there might be some table which was not update. Is there any way to update the status in the delivery?
    Further we tried to reverse the PGI through VL09, but system is not able to find the delivery ..this might be because the system might be checking in some table where the statues has not updated.
    Please suggest me how should I complete this.

    HI,
           Go to transaction "SE16N" and enter table "VBUK" and give the delivery number in the field sales document number. Now you type "&SAP_EDIT" in the transaction bar and execute. Here you can change the status(Total goods movement). And see If you can actually bill the document. Kindly please let me know If you need any more information on this.
    Regards,
    Ram Pedarla

  • User status profile in Q-info record not updating on UD

    Hi All,
    My required scenario was, delivery of a material from a vendor must pass through inspection series
    u2022     Model
    u2022     Preliminary  
    u2022     Regular delivery 
    For that,
    1). Maintain different inspection types (with corresponding task list usages) and create inspection plans with these usages.
    2). Maintain the corresponding status profiles for the object type QINF and assigned inspection type to each status in 'SM30 - V_TQ32A'
    3). Assign this status profiles in the quality info records for the relevant materials, vendors combination.
    My problem is while GR against PO, inspection lot for the goods receipt is created automatically and system selects the inspection type as assigned to next status, BUT, When Quality person make a UD to inspection lot, the system NOT sets the next status in the status sequence i.e status not updating on UD. And even when UD is done for the existing lot system not allow for GR of next lot. 
    Kindly let me know where I am wrong.
    Regards,

    Hi,
    The problem is due to missing authorization object :B_USERSTAT".
    Assign this authorization object in your id/role and give necessary values in the fields (activity, authorization key, object category and status profile) and then carry out the transaction again.
    Thanks
    SUMIT.

  • User status in Q-info record not updating on UD

    Hi All,
    My required scenario was, delivery of a material from a vendor must pass through inspection series
    u2022     Model
    u2022     Preliminary  
    u2022     Regular delivery 
    For that,
    1). Maintain different inspection types (with corresponding task list usages) and create inspection plans with these usages.
    2). Maintain the corresponding status profiles for the object type QINF and assigned inspection type to each status in 'SM30 -    V_TQ32A'
    3). Assign this status profiles in the quality info records for the relevant materials, vendors combination.
    My problem is while GR against PO, inspection lot for the goods receipt is created automatically and system selects the inspection type as assigned to next status, BUT, When Quality person make a UD to inspection lot, the system NOT sets the next status in the status sequence i.e status not updating on UD. And even when UD is done for the existing lot system not allow for GR of next lot. 
    Kindly let me know where I am wrong.
    Regards,

    closed

  • Status profile in Q-info record not updating on UD

    HI All,
    My required scenario was, delivery of a material from a vendor must pass through inspection series
    u2022     Model
    u2022     Preliminary  
    u2022     Regular delivery 
    For that,
    1). Maintain different inspection types (with corresponding task list usages) and create inspection plans with these usages.
    2). Maintain the corresponding status profiles for the object type QINF and assigned inspection type to each status in 'SM30 - V_TQ32A'
    3). Assign this status profiles in the quality info records for the relevant materials, vendors combination.
    My problem is while GR against PO, inspection lot for the goods receipt is created automatically and system selects the inspection type as assigned to next status, BUT, When Quality person make a UD to inspection lot, the system NOT sets the next status in the status sequence i.e status not updating on UD. And even when UD is done for the existing lot system not allow for GR of next lot. 
    Kindly let me know where I am wrong.
    Regards,

    any clue??
    Regards,

Maybe you are looking for