Mass Maintennace for EBKN not EBAN

Dear Experts,
I need to perform mass maintenance for a lot of PRs .. so I used T-Code MEMASSRQ which perform this on PRs but I found that this program only run for standard Items not account assignment items .
The data I want to change is in the table EBKN not EBAN which the program is dealing with
How to solve this problem ?
Thanks in advanced

Dear,
Mass maintainance in MEMASSRQ for PR is provided only for table EBAN.
You cann't process the Mass maintainance of account assignment of table EBKN in this transaction.
You can either go for BDC or LSMW to modify PR as per your requirement for multiple PR's
rgds
gsc

Similar Messages

  • "Mass activity type does not exist" while i try to create a recording in SHDB for FPRW

    hi,
    i'm trying to create a recording in SHDB for transaction FPRW marking the checkbox "simulate background mode".  When i press the buttom "start recording" i recieve the error message >6 117  Mass activity type  does not exist.
    Does somebody know what can i do?
    thnaks

    On the right click on HD under video quality to filter it. 

  • UWL: Mass Approval functionality is not shown

    Hi Gurus,
    I have done the required config to call my ABAP webdynpro leave approval screen when a workitem is clicked in UWL and its working fine.
    Now I want to have a mass approval functionality for the leave approval screen. I have added the below Item types and Views in UWL.STANDARD.XML file and uploaded it to the system with high priority and then refreshed cache. When I login to the system and access the UWL, the MASS Approval functionality is not show. Do I have to do any other steps apart from this. Please let me know how to resolve the issue.
    =======================================================================
    @@@<ItemType name="uwl.task.webflow.TS90000001.ABC" connector="WebFlowConnector" defaultView="myReqApproveViewABC" defaultAction="launchWebDynPro"
    executionMode="default">
          <ItemTypeCriteria systemId="ABC" externalType="TS90000001" connector="WebFlowConnector"/>
          <Actions>
            <Action name="ApproveRequest" groupAction="yes" handler="FunctionModuleActionHandler" returnToDetailViewAllowed="no" launchInNewWindow="no">
              <Properties>
                <Property name="IV_WI_ID" value="${item.externalId}"/>
                <Property name="IV_APPROVE" value="X"/>
                <Property name="FunctionModule" value="Z_GELVFM_APPROVAL_SAVE"/>
              </Properties>
              <Descriptions default="Approve Request"/>
            </Action>
            <Action name="RejectRequest" groupAction="yes" handler="FunctionModuleActionHandler" returnToDetailViewAllowed="no" launchInNewWindow="no">
              <Properties>
                <Property name="IV_WI_ID" value="${item.externalId}"/>
                <Property name="IV_REJECT" value="X"/>
                <Property name="FunctionModule" value="Z_GELVFM_APPROVAL_SAVE"/>
              </Properties>
              <Descriptions default="Reject Request"/>
            </Action>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes"
    launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="WebDynproApplication" value="ZGELVWDA001_APP"/>
                <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
                <Property name="DynamicParameter" value="wi_id=${item.externalId}"/>
                <Property name="openInNewWindow" value="yes"/>
                <Property name="WebDynproNamespace" value="SAP" />
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
    ===================================================================================================
    @@@<View name="myReqApproveViewABC" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.webflow.TS90000001.ABC" columnOrder="subject,
    detailIcon, createdDate, dueDate, Approve, Reject" sortby="createdDate" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no"
    queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="60" dueDateSevere="0" dueDateWarning="0"
    emphasizedItems="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom">
          <Descriptions default="Leave Request">
            <ShortDescriptions>
              <Description Language="en" Description="Mass Approval"/>
            </ShortDescriptions>
          </Descriptions>
          <DisplayAttributes>
            <DisplayAttribute name="Approve" type="radiobutton" width="" sortable="no" format="default" actionRef="ApproveRequest" hAlign="CENTER"
    vAlign="MIDDLE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Approve"/>
            </DisplayAttribute>
            <DisplayAttribute name="Reject" type="radiobutton" width="" sortable="no" format="default" actionRef="RejectRequest" hAlign="CENTER"
    vAlign="MIDDLE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Reject"/>
            </DisplayAttribute>
          </DisplayAttributes>
          <Actions>
            <Action reference="submitUserDecisions"/>
            <Action reference="refresh"/>
          </Actions>
        </View>
    ===========================================================================
    Regards,
    H.K.Hayath Basha,

    Hi,
    The code is not attached
    ***=============================================================================================================================
    ***<ItemType name="uwl.task.webflow.TS90000001.ABC" connector="WebFlowConnector" defaultView="myReqApproveViewABC" defaultAction="launchWebDynPro"
    executionMode="default">
         <ItemTypeCriteria systemId="ABC" externalType="TS90000001" connector="WebFlowConnector"/>
         <Actions>
           <Action name="ApproveRequest" groupAction="yes" handler="FunctionModuleActionHandler" returnToDetailViewAllowed="no" launchInNewWindow="no">
             <Properties>
               <Property name="IV_WI_ID" value="${item.externalId}"/>
               <Property name="IV_APPROVE" value="X"/>
               <Property name="FunctionModule" value="Z_GELVFM_APPROVAL_SAVE"/>
             </Properties>
             <Descriptions default="Approve Request"/>
           </Action>
           <Action name="RejectRequest" groupAction="yes" handler="FunctionModuleActionHandler" returnToDetailViewAllowed="no" launchInNewWindow="no">
             <Properties>
               <Property name="IV_WI_ID" value="${item.externalId}"/>
               <Property name="IV_REJECT" value="X"/>
               <Property name="FunctionModule" value="Z_GELVFM_APPROVAL_SAVE"/>
             </Properties>
             <Descriptions default="Reject Request"/>
           </Action>
           <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes"
    launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
             <Properties>
               <Property name="WebDynproApplication" value="ZGELVWDA001_APP"/>
               <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
               <Property name="DynamicParameter" value="wi_id=${item.externalId}"/>
               <Property name="openInNewWindow" value="yes"/>
               <Property name="WebDynproNamespace" value="SAP" />
               <Property name="display_order_priority" value="5"/>
             </Properties>
             <Descriptions default=""/>
           </Action>
         </Actions>
       </ItemType>
    =======================================
    <View name="myReqApproveViewABC" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.webflow.TS90000001.ABC" columnOrder="subject,
    detailIcon, createdDate, dueDate, Approve, Reject" sortby="createdDate" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no"
    queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="60" dueDateSevere="0" dueDateWarning="0"
    emphasizedItems="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom">
        <Descriptions default="Leave Request">
          <ShortDescriptions>
             <Description Language="en" Description="Mass Approval"/>
           </ShortDescriptions>
         </Descriptions>
         <DisplayAttributes>
           <DisplayAttribute name="Approve" type="radiobutton" width="" sortable="no" format="default" actionRef="ApproveRequest" hAlign="CENTER"
    vAlign="MIDDLE" maxTextWidth="0" headerVisible="yes">
             <Descriptions default="Approve"/>
           </DisplayAttribute>
           <DisplayAttribute name="Reject" type="radiobutton" width="" sortable="no" format="default" actionRef="RejectRequest" hAlign="CENTER"
    vAlign="MIDDLE" maxTextWidth="0" headerVisible="yes">
             <Descriptions default="Reject"/>
           </DisplayAttribute>
         </DisplayAttributes>
         <Actions>
           <Action reference="submitUserDecisions"/>
           <Action reference="refresh"/>
         </Actions>
       </View>
    =======================================
    Regards,
    H.K.Hayath Basha.

  • Mass Maintain for F-04 Post For Clearing

    Hi SAP Expert,
    Is there any mass maintain for transaction F-04 Post For Clearing
    i have about 1500 data ( debit and credit ). if i do manually entering i need to enter about 1500 times  then save the document, i have using LSMW to pum the 1500 line item data but the LSMW got error,
    When i recording i'm using two data and save, in the live it grap two data and save, actually i'm need to enter about 1500 in one document number,
    please assist

    HI
    If your requirement is for clearing the open items in a GL account please use F.13 which will do automatic clearing.You need not select each and every line item via F-04.
    Good luck
    Hari

  • Mass Approval for Leave in UWL

    Dear Gurus,
    we are facing issues in mass approval for leave process in our UWL. we have customized the xml file and added approve and reject columns in the table. this is all in a new custom view that is designed and uploaded with high priority.
    when selecting radiobuttons and clicking submit, Task disappears from UWL and moved to outbox in SAP Inbox.
    But the document status is "SENT" and not changing to Approved /Rejected. Workflow Status is showing as completed.
    Any clue.? Do we need to change the Workflow to accept the user decision via UWL. Any Container/parameters to be updated in addition?
    <Action name="approved" userDecision="yes" handler="UpdatingContainerHandler" referenceBundle="com.sap.pct.erp.mss.leaverequest.approve">
    <Properties>
    <Property name="_WI_OBJECT_ID.STATUS" value="APPROVED"/>
    <Property name="_WI_RESULT" value="A"/>
    <Property name="_RESULT" value="A"/>
    </Properties>
    </Action>
    <Action name="rejected" userDecision="yes" handler="UpdatingContainerHandler" referenceBundle="com.sap.pct.erp.mss.leaverequest.reject">
    <Properties>
    <Property name="_WI_OBJECT_ID.STATUS" value="REJECTED"/>
    <Property name="_WI_RESULT" value="R"/>
    <Property name="_RESULT" value="R"/>
    </Properties>
    </Action>
    Kindly help
    Regards,
    Ankur

    Dear All,
    An Update. although workitems go away from manager's UWL, the leave status of the employee remains "SENT" and does not change to "Approved".
    this is because from 3 steps that are allowed in workflow Accept(approved), reject(rejected) and cancelled(error step),  the workflow progresses to step 3(cancelled).
    I checked with workflow consultants and they checked everything and reported that this requirement cannot be handled by changing the workflow as enough information is not passed to them to change the status of the particular leave in the tables...
    Kindly advice, if this configuration could work, or we need to go for custom development to create a new portal applicaton along with adaptive RFC's? in this case it will be a big and time consuming process in itself.
    regards,
    'Ankur Agarwal'

  • Mass Activity for 0FC_COLL_01

    Hi,
    I have to do the Mass activity for datasource 0FC_COLL_01 in the ISU system but not found any related on stuff for that.
    Does any one have idea about the transaction code  and steps for that.
    Regards,
    Javed

    Hello Javed,
    Tthe extractor of Items for Collection Agency 0FC_COLL_01 is not a online extractor. The architecture is the following
    - the extractor 0FC_COLL_01 initializes delta queue only but selects  no data                                                                 
    - in your backend system the mass activity FPCLBW has to be executed      
      regularly, it writes selected records into a delta queue (first time    
      it selects all records, later only changed or new)                      
    - BW system has to import records from delta queue regularly              
    To answer your question you can execute the mass activity using the transaction FPCLBW.
    Best Regards,
    Des

  • Mass updates for Notification/Workorder status

    Is there any way for Mass update of 'status' because orders and notifications need to be un-teco before updating planner groups and work centers? we are using Mass update for IW58,IW38 & IW29 and there is no option for STATUS update.

    Thanks everyone for there response. I'll check the possiblity to add a button in IW28 for the closed notificaitons via any of the below BADIs:
    BADI_EAM_RIQMEL20_FCODE_CUS1 : Implement Customer Function Code in Notification List
    BADI_EAM_RIQMEL20_FCODE_SAP1 : Implement SAP Function Code in Notification List
    and for Work Order:
    BADI_EAM_RIAUFK20_FCODE_CUS1 :Implement Customer Function Code in Order List
    BADI_EAM_RIAUFK20_FCODE_SAP1 :Implement SAP Function Code in Order List
    In IW28 & IW58 there is option u201CPut in Processu201D in Notification Menu, but when I used this option  it says u201CNotification is completed -> can only be displayedu201D. I wonder why this option is not working if Notification is completed.

  • Mass transfer for asset categories

    Hi,
    We are implementing FA (on 11i release) in an organization. This organization is divided on 20 cost centers.
    The requirement is that each cost center have its own balance sheet.
    Related to FA, I need Asset cost account and Asset expense account to be detailed also on CC level. There are 4 types of assets (which are registered in 4 different natural accounts)
    I have implemented by:
    Create one book for all the organization.
    Create one category for each type of asset and each CC (in total 80 categories).
    So the registration of "asset cost" account on asset categories window looks:
    Assets belonging for the first cost center:
    01-CC1-1111-00
    01-CC1-2222-00
    01-CC1-3333-00
    01-CC1-4444-00
    Assets belonging to the 2nd CC:
    01-CC2-1111-00
    01-CC2-2222-00
    01-CC2-3333-00
    01-CC2-4444-00
    and so on.
    All categories are linked to the same book.
    When I transfer a big number of assets from one CC into another, mass transfer program allows only transfer between expense accounts, location and employee name. It does not allow transfer from one category into another.
    Please advice how mass transfer from one category into another can be implemented.
    Thank you.

    Hi
    You need to perform mass reclassifications for the same which is done at the book level.
    In the Asset to reclass section you will populate the details of the asset numbers and the existing category information
    In the Reclass section provide the details of the future category information.
    Thereafter click on the preview button to preview the selection of assets found eligible for reclassification based on the input criteria entered, once you are satisfied with the output, run the mass reclassification program to bring the category transfer in effect.
    Hope this helps.
    Thanks
    Manish Jain

  • Mass Change for Service master

    Dear Experts,
    I've tried to do Mass change for service master.. in transaction MASS, i couldnot able to find the object for service master there..
    Is there any possiblity to do mass change for Service Master
    thanks

    Hi,
    I have tried ur scenario. Mass change for service master was possible using the TCode: MASS. But if u go to the Tcode:MASS, system asks object type. object type for service is not available in the match code/input help(F4).
    At any time, if u want to know the object type for any transaction , goto the Tcode: SW02.(path: SAP Easy access: SAP Menu->tools-> ABAP work bench->overview->business object overview( SW02).
    click on materials mgmt.-> external services mgmt.-> service master ( in the tree list).
    Object type for service master: BUS1005
    this business object is useful for list display for service master records(get list), read detail data for a service master record, create& change service, display object, check existance of object.
    object type for attributes in service master: IFSAP
    reference table: ASMD
    goto SW02, to find object type for any transaction.
    i think this information is very useful to u.
    reward me according to ur uasge of this information.

  • Problem with mass IDoc for Material Master

    Hi All,
    Can anyone suggest a solution to work with mass IDocs for Material master?
    We have DEBMDM and CREMDM as mass capable IDocs for Customer and Vendor. How do we get mass Material Master IDocs from R/3 in a single XML file?
    Also the standard Material repository supplied with SAP MDM 5.5 SP3 doesn't have any XSD definition for MATMDM. Can anyone throw some light on this problem?
    Regards
    Pooja

    Hello Pooja:
    The standard way to do it is to generate a single file containing multiple idocs (And for the sake of performance, I suggest you stick to this technique).
    In the case of material master, everything is straight forward. In the case of customer and vendor master, when data flows from R/3 to MDM no idoc conversion needs to be performed by XI.
    However, for the case of customer and vendor master, when data flows from MDM to R/3, XI needs to separate the data in CREMDM to CREMAS and ADRMAS in order for R/3 to be able to process the idocs; as well as separate the data in DEBMDM to DEBMAS and ADRMAS.
    The good thing is that you do not need to worry about all this mappings and conversions in XI. The only thing you need to do in XI is to import the standard business content for SAP MDM 5.5 into XI.
    Hope this helps.
    Regards,
    Jorge.

  • Mass change for QM at operation level in routing

    Dear Experts,
    I have to carry out mass change for Quality Management at operation level in routing. The steps that I am carrying out for an individual record are as follows.
    1.     CA02
    2.     Inspection point 100 is maintained at header level
    3.     Go to operation level
    4.     At operation level work center and control key have been maintained
    5.     Double click on operation
    6.     When I scroll down here I go to Quality Management: Inspection Points view.
    7.     There by default in Insp.pointCompletion system shows the option as u201CQuantity, valuation (production) and radio button selected default indicates u201CQty-relatedu201D
    8.     I want to change these options as only u201CValuationu201D and u201CNo relationu201D respectively
    My queries are,
    1.     Is there any T-code available to carry out these changes in mass?
    2.     Is it possible to do this without any Z development?
    I am doubtful about using LSMW here. I would be highly grateful to you if someone can help me step by step.
    Thanking you,
    Anand Rao

    Hi Sujit,
    Thanks for your reply!
    I tried CWBQM. Unfortunately could not succeed. I think may not be feasible through CWBQM.
    But I came across T-Code CEWB . There I opted "SAP_OPERATION" as working area and it worked. Its quite useful T-Code.
    Thanks again for your input.
    Regards,
    Anand Rao

  • Need swap file on E7 mass storage for additional R...

    As we all know, E7 is the flagship Symbian phone with powerful function and capability but the designer has done wrong calculation for memory capacity so they only have 256 MB RAM. So, please add swap file feature like in PC OS using mass storage for extend RAM capacity. Thanks,

    OHH THIS IS GREAT IT HAPPENS TO YOU,
    ALTHOUGH I HAVE NOT FINISH READING YOUR POST.
    WHO CARES IF IT IS LONG OR NOT
    IN INTERNET SLANG, A TROLL IS A PERSON WHO SOWS DISCORD ON THE INTERNET BY STARTING ARGUMENTS OR UPSETTING PEOPLE, BY POSTING INFLAMMATORY, EXTRANEOUS, OR OFF - TOPIC MESSAGES IN AN ONLINE COMMUNITY(SUCH AS A NEWSGROUP, FORUM, CHAT ROOM, OR BLOG) WITH THE
    DELIBERATE INTENT OF PROVOKING READERS INTO AN EMOTIONAL RESPONSE[3] OR OF OTHERWISE DISRUPTING NORMAL ON - TOPIC DISCUSSION.
    THIS SENSE OF THE WORD TROLL AND ITS ASSOCIATED VERB TROLLING ARE ASSOCIATED WITH INTERNET DISCOURSE, BUT HAVE BEEN USED MORE WIDELY.MEDIA ATTENTION IN RECENT YEARS HAS EQUATED TROLLING WITH ONLINE HARASSMENT.FOR EXAMPLE, MASS MEDIA HAS USED TROLL TO DESCRIBE
    "A PERSON WHO DEFACES INTERNET TRIBUTE SITES WITH THE AIM OF CAUSING GRIEF TO FAMILIES."

  • Mass Processing for Forecast SOP

    Hi Experts,
    I have one requirement, I have to run Mass Processing for Forecast SOP in background Job based on consumption values updated in Material Master.
    I have followed all instruction give for doing this process (SAP SOP Mass Processing - SAPs'WORD - We SAP For Your Cause) but could not achieve.
    Can any one help to run in background job for Mass Processing for Forecast SOP.
    Thanks in Advance
    V.Sundeep

    Hello,
    Refer KBA    1778072 - Error message MA 653 when running mass processing forecast (program RMCP6BIN)
    Internal condition NOT IPRWA-VGVON IS INITIAL not fulfilled
    Internal condition NOT IPRWA-VGBIS IS INITIAL not fulfilled
    Forecast/historical period cannot be calculated MA 653
    Check your planning type which is used for your batch job. The number of historical periods in planning type (transaction MC8B) must not be smaller than the number of historical periods in forecast profile (transaction MC96). If the number of forecast period is maintained in the forecast profile (transaction MC96) the number of future period in the planning type must not be smaller than the number of forecast period in the forecast profile.
    A not appropriate entry in SOP User Settings (transaction MC79) in Number of periods in the planning horizon can have an effect on this also.
    Best Regards,
    R.Brahmankar

  • Creating a Mass Task for an Account Hierarchy

    Hi All,
    I am trying to create a mass task for an Account Hierarchy in Web UI.
    But what's happening is, the Task gets assigned only to the Activity Partner under the Parties Involved assignment block. It does not go to other Accounts pulled up in the Parties Involved assignment block by the Action mentioned in the Scheduled Actions assignment block.
    My question is, why is the Task not getting assigned to all the Accounts in the account hierarchy for the Activity Partner?
    Please suggest some solution.
    Thanks,
    Abhinav

    I was able to do this through actions.

  • Is there a way to mass unteco for network

    Hi all,
    Please advice . Is there any tcode to mass unteco for network under a project ? without going line by line in project builder? or open the project one by one?
    Please advice.
    Thank you.
    Nies

    Nies,
    I´m afraid there is no such tool. It is not possibile to affect status via mass maintenance actions.
    In the project builder you can consider selecting all the networks from a single project in the network overview and changing the status of all of them together.
    You can reach this network overview from the Project Definition detail screen.
    There is no such workarround for networks belonging to different projects.
    I hope this clarifies.
    Best regards
    Martina

Maybe you are looking for

  • Pre7 after upgrade from Vista to Windows 7 (Ultimate 64bit)

    I recently upgraded my Vista Ultimate (64bit) computer to Windows 7 Ultimate (64bit).  This was an upgrade, not a clean, fresh install.  Today is the first time I have tried to run PRE7 under Windows 7.  Prior to the upgrade, I had no problems to spe

  • POST http(s) request with xml content in Power Query

    I have a POST http request which works good in HttpRequester (Firefox plugin). I know that it is possible to call POST request in Power Query but cannot find working solution. Here is the original request: POST https://svcs.ebay.com/FeedbackService X

  • SharePoint 2013 architecture

    We are planning to migrate to 2013 form 2010 soon.  When I say migration we want to build a new 2013 architecture and move site collections one by one. Ours is small to med organization and our 2010 architecture is 1ADM, 1WFE(internal), 1 WFE(Externa

  • Stuff (clipboard?) [solved]

    Is there a way I can send the output of a command to the clipboard?  For example, when putting together a package for the AUR, I want to get some md5sums.  So I'll "md5sum [file] > md5" to later open it up in a text editor and copy it.  I would much

  • How to link an image file in code view

    I can't seem to figure out how to link the image file in code view. It has to be in code view because the image is hidden in Design View so I can't do it in HTML view. Here's the coded section: <!-- TAB #3 CONTENT -->                 <div id="tab3" c