Personnel No Mapping

Hi
Please guide me how to MAP the Personnel nos to challan iam using the tcode PC00_M40_CMAP
In this we are getting personnel no mapped ZERO
Thanks
Mahantesh

Hi
Please see this documentation of CMAP.If you perform the Activities properly it will work for you .
Report for Dynpro: HINUCMAP
Purpose
You use this report to map the employee tax details with challan numbers. If you have more than one challan to pay the taxes deducted at source, you can manually select the employees whom you want to map with each challan number.
The report updates the report cluster table with the above mapping details.
Activities
1. On the SAP Easy Access screen, choose Human Resources -> Payroll -> Asia/Pacific -> India -> Utilities -> Challan Mapping Program for Tax Deductions.
The Challan Mapping Program for Tax Deductions selection screen appears.
2. Choose Enter Payroll Period option.
System displays another selection section below the Steps section. In this section:
a) Enter the Payroll Area.
b) Enter payroll period in the Payroll Period field of the challan for tax deductions for which you want to perform the mapping with the employees.
c) Select the Regular Run if you are performing mapping for regular payroll run and select the Off-cycle Run if you are performing mapping for off-cycle runs of the payroll period.
d) Choose Next.
The system displays the period for which you want to perform the mapping and whether you are executing a regular or off-cycle payroll run.
The system also displays the date of tax deductions in the Date of tax deduction field. This date is the same as the pay date of the payroll period.
Note
The Date of tax deduction  field is not visible if you execute the report for the off-cycle run.
3. System displays another selection section below the Steps section. In this section:
a) Select the TAN number for which you want to perform the mapping.
Note
You must run this report separately for each TAN.
b) Choose Next.
The system displays:
- Selected TAN number
- TAN status
    - Inactive : Indicates that none of the personnel numbers belonging to that TAN has been mapped.
    - Yellow : Indicates that some of the personnel numbers belonging to that TAN has been mapped.
    - Locked : Indicates that TAN number is locked and no further mapping is possible.
- No. of personnel numbers in the TAN that are mapped.
- No. of personnel numbers in the TAN that are partially mapped.
4. System displays another selection section below the Steps section. Here:
a) In the Enter Challan Details section, enter the details of the challans that are generated for tax submission under selected TAN number.
b) Choose Save below the Enter Challan Details section.
c) In the Details of Challan Mapped Earlier section, the system displays the details of the challan already mapped to the selected TAN number during the current payroll period.
d) Choose Next.
The system displays:
- The total challan amount
- Date of issue of the earliest challan filed. If this date is earlier than the Tax Deducted date, the system gives an error message that the mapping is not possible.
5. Choose Further Processing option.
6. System displays Challan Mapping program for Tax Deductions screen. On this screen:
a) System displays the Period, TAN number and the challan details.
b) Enter your company details in the Company details section, in case you want to further filter the employee selection. The decision parameters that determine the TAN number in the HR-IN: Feature to return Employer ITax related data feature (40ECC) will become mandatory fields in the Company details section.
c) Choose Program -> Execute.
The Challan Mapping Utility screen appears.
d) Select the challan you want to map in the Challan Details section.
e) Select the employees you want to map to the selected challan in the Tax Deductions details section. To select all the employees listed, you can choose Select All.
f) Choose the Map icon. The report maps the selected employees to the selected challan.
Note
One employee can be mapped to more than one challan. This happens when the balance amount in the  current challan is less than the total tax payable by the selected employees. In this case, the system exhausts the selected challan amount by mapping the maximum amount possible. Then the system creates a new record for the unmapped amount. You can map this with another challan if required.
You also have the option to undo the mapping. To do so, choose Unmap option.
In the Challan Summary section, the report displays the total challan amount, challan amount mapped and the challan amount available for mapping.
In the Tax Deduction Summary section, the report displays the total tax of selected personnel available for mapping numbers, amount of tax mapped and amount of tax to be mapped.
In the Summary of Selected Personnel Numbers , the report displays the selected personnel numbers, personnel numbers with no tax, personnel numbers that are successfully mapped, personnel numbers that are partially mapped and personnel numbers that are not mapped.
g) Choose Error List to view the errors, if any, that occurred during the mapping.
h) Choose Show mapped Employees, to include the mapped personnel numbers  that have already been successfully mapped.
i) Choose Hide mapped Employees , to hide mapped personnel numbers that have been successfully mapped.
7. Choose Review Mapping option at the top of the screen. On this screen:
a) The system displays a summary of the mapping.
b) Choose Save to save the mapping.
regards
Pravin

Similar Messages

  • Issue with challan mapping utility

    Hi,
    We are upgrading to new ECC 6 version.
    The challan mapping program PC00_M40_CMAP ,when executed with details of challan no and tan no and payroll area with pyrl period , results in showing correct challan amount with 0 personnel nos mapped.
    What do I do....?
    We are at  support pack 41 and CIN 41.
    What is to be done next???
    Shankar

    While debugging the program I found out that in include PUMAPIN5,Abkrs is not passed as a parametre for structure PME01.As a result the TAN number value from feature is not being fetched.Pls let me what is correction note instruction or any other solution.
    PUMAPIN5
    FORM GET_TAN_NUMBER CHANGING P_TAN_NUMBER.                                                                               
    LOOP AT P0001 WHERE BEGDA LE PAYDATE             "PKT01290595    
                      AND ENDDA GE PAYDATE.                            
      ENDLOOP.                                                         
              PME01-BUKRS = P0001-BUKRS.                               
              PME01-WERKS = p0001-WERKS.                               
              PME01-BTRTL = p0001-BTRTL.                                                                               
      Get the employer details from feature 40ECC                    
         CLEAR: ECC_TAB, TAN-NUMBER.                                   
         REFRESH ECC_TAB.                                              
         CALL FUNCTION 'HR_FEATURE_BACKTABLE'   
                    EXPORTING                                          
                    FEATURE                     = '40ECC'         
                    STRUC_CONTENT               = PME01           
                    KIND_OF_ERROR               = '3'             
               TABLES                                             
                    BACK                        = ECC_TAB         
           CHANGING                                           
                STATUS                      =                 
              EXCEPTIONS                                          
                DUMMY                       = 1               
                ERROR_OPERATION             = 2               
                NO_BACKVALUE                = 3               
           IF SY-SUBRC = 0.                                         "#EC *  
             CLEAR ECC_TAB.                                                 
             READ TABLE ECC_TAB INDEX 3.                                    
             TAN-NUMBER = ECC_TAB-BACK+0(15).                               
           ENDIF.                                                           
      ENDFORM.                    " GET_TAN_NUMBER

  • Deleting challan details in PC00_M40_CMAP

    Hi SAP Gurus,
    when I am trying to delete challan details in the 3rd step of pc00_m40_cmap, it is showing the following message "first unmap all the personnel numbers mapped with the challan" and in the 4th step after selecting all the tax deduction details and all the challan details and clicking the left sided arrow in between it is not unmapping and the message is "challan mapped to tax deductions of ofcycle run".
    Can anyone find solution how to delete the challan details in 3rd step ?
    Thanks in advance.

    Dear,
    Regarding your query, the issue reported by you basically happens due to inconsistent mapping or unmapping of the employees to the Challan.
    We would suggest you to kindly delete of the negative entry from the table 'T7INTE'. You also need to delete the entries from the table PCL4 as well for the corresponding challan for which the negative entry has been created. Performing the above suggested steps will remove the reported inconsistencies. After deleting the entries completely, kindly perform the Challan mapping for the employees again. Please make sure that you are not deleting the entry from the table for which Form24Q
    has already been generated. The deletion process can be explained as such:
    1. Execute the transaction 'se16'. Go to the tables mentioned above. You can execute the table 'T7INTE' with the TAN number. On execution, a negative entry will be displayed for a particular challan. Select that entry and delete of the entry from the table.
    2. Go to table PCL4. Execute the table with relid as 'I1' to 'I2' and the TAN number in the field 'SRTFD' as 'TAN number'. On Execution, youwill find all the employees mapped to that particular TAN with the corresponding period dates. Delete of the entries for the period for which there existed a negative entry in the table 'T7INTE'.
    3. After deleting the entries successfully from both the above tables, kindly performing the mapping action again. Hopefully, following the above mentioned steps will resolve the reported inconsistency and you will be able to perform the mapping successfully.
    Best Regards,
    Deepak..

  • Employee Clasification Code - 40ECC

    Dear Experts ,
    I am using the Challan Mapping Utility Program for the first time.
    Can anyone please give me a clarification for , What does Employee classification Code stand for in the feature 40ECC, Is it any kind of grouping.
    Where do we  define the Employee Classification Code mentioned in 40ECC feature
    Thanks & Regards
    Srijit R M

    Hi Praveen,
    Thanks for the reply,
    When i am entering TAN in Step 2,  and click Next, it goes to Step 3 "Enter Challan Details".
    In this screen before giving the challan Details, we are able to see in the first half of the screen  , next to "Enter TAN" Personnel Numbers Mapped  is coming as " 0 ".
    As you pointed out it looks like a bug, and needs to be updated as per the SAP Note : 1290595.
    Thanks
    Srijit R M

  • How to map personnel Areas

    Hi Experts,
    Company XYZ have head office in hyderabad and it have branches in all states in india and  also they have in 10 countries.In this scenario how to map personnel area and subareas.Is it necessary to need seperate company codes for abroad branches.
    Regards
    kishore

    Hi,
    Manikya is correct.  You first need at least one Company Code per country you are in.  You may have more than one if you have different subsidiaries which each keep their own chart of accounts. Then you can assign Personnel Areas as distinct locations to each Company Code.  The Personnel Subarea could then be the functions within that location. 
    Example:  Company Code - US00.  Personnel Area - New York (NY00) , Personnel Area - Chicago (CH00)
    Personnel Subareas - Finance (0001), Human Resources (0002), Sales (0003), Warehouse (0004). 
    Thus, you could have  US00 - NY00 0001   NY00 0002   NY00 0003    where New York has Finance, HR and Sales
                                         US00 - CH00 0002,  CH00 0003,  CH00 0004     where Chicago has HR, Sales and a warehouse. 
    Paul

  • How to add a new field in the Field Mapping

    Dear Freinds,
                   I have two un used fields in the  Source fields to the Target Fields ,
    i have to add the 3   fields which r there in the my source fields to that
    of the target fields ( as per the change in the requirement) in the 5th Step
    i.e Maintain Field Mapping and Conversion Rules
    the Target strucutre & the Source fields( by clicking the button
    Source field and selcting the fields from the popup menu) in the mapping and conversion step  ,i want to  add  3 fields which are availabe in the list of th source list  which i want to map to the Target strucutre  .
    When i tried it is adding in the othe target field
    presently i have mapping (5th sept ) as below.
       ZPA30_08                       LSMW
           Fields
               TABNAME                      Table Name
                                   Source:  ZP0008_STRC-PERNR (Personnel Number)
                                   Rule :   Default Settings
                                   Code:    ZPA30_08-TABNAME = 'ZPA30_08'.
               TCODE                        Transaction Code
                                   Rule :   Default Settings
                                   Code:    ZPA30_08-TCODE = 'PA30'.
    now i want to add 3 fields Pernr,wage type and Amount  , but when iam trying it is
    getting and saved in the TABNAME .
    How can i map please let me know .
    Regards
    syamla

    Hi,
    So you need that this new field have data in old records?
    1.- If you are in BI 7.0 and the logic or data for that New field are in the same Dimension, you can use a Remodeling to fill it. I mean if you want if you want to load from a Master Data from other InfoObject in the same Dim.
    2.- If condition "1" is not yours.
    First add the new field, then create a Backup Cube (both cubes with the new field) and make a full update with all information in the original Cube. The new field willl be empty in both cubes.
    Create an UR from BackUp_Cube to Original_Cube with all direct mapping and create a logic in the Start Routine of the UR (modiying the data_package) you can look for the data in the DSO that you often use to load.
    To do that both cubes have to be Datasources ( right click on Cube-> aditional function-> and I think is "Extract Datasource")
    Hope it helps. Regards, Federico

  • MIRO invoice creation with the Personnel Number in account assignment

    I am using BAPI_INCOMINGINVOICE_CREATE for creating an Invoice using MIRO transaction.
    In MIRO transaction-> PO reference-> Multiple account assignment-> we have the personnel number: In BAPI table-parameter ACCOUNTINGDATA and ITEMDATA is used to populate the account assignmet data but this structure doesn't have the Personnel Number field (PERSON_NO).
    How can i create an Invoice with the Personnel Number in Account assignment, Is there any Userexit or BADI is available ?
    Thanks,
    Fract
    Edited by: fract_get on May 23, 2011 6:49 PM

    You can use EXTENSIONIN parameter from tables. There are BADI's related to this but don't know the name of badi. Please search forum for or use transaction code SE84 to search the BADI's/
    you can check the badi: INVOICE_UPDATE and method 'before_save or something similar to map to db table fields.
    See this thread to understand how extension parameters works.
    bapi_salesorder_simulate extension bape_vbap standard field
    Edited by: Sampath Kumar on May 23, 2011 11:28 AM

  • Problem in LSMW ---mapping

    Dear Freinds,
                     I have uploaded infotyep 0002 using LSMW wiath a project id  , now i have to upload another
    infotype 0006 ,as per the documentation i have found that i can use only one project for all my infotypes.
    so i created one project  zproject , zsubproject,zobject.
    in the step 1) Maintain object Attributes>Bath input Recording> Recording Name It0002>Recording IT0002
              setpe 2) MaintainSourceStructures >Source Structure >z0002
              step3) Maintain source feilds > i have given structre exactly what is there in my flat file
    PERSNO                         N(008)    Personnel number
    BEGDA                          C(010)    From Date
    ENDDA                          C(010)    To Date
    NACHN                          c(40)       LastName
    VORNA                          c(40)      First Name
    GBDAT                           c(10)      Date of birth
    Step 4)Maintain Structure Relations
    Structure Relations
            IT0002 Date upload for infotype 0002                                <<<< ZP0002 Data upload for 0002
                   Select Target Structure IT0002 .
    and i able to use all the steps and successfully iam able to upload the data which is given in my flat file.
    now i am getting problem while iam doing uploading for infotype 0006 , plese correct me where i went wrong
    Step 1)  Maintain object Attributes>Bath input Recording> Recording Name It0006>Recording IT0006
              setpe 2) MaintainSourceStructures >Source Structure >
    here only doubt it asked me do you wan to create same level or under ... i have opted for same level
    and created strucuture z0006
              step3) Maintain source feilds > i have given structre exactly what is there in my flat file
    PERSNO                         N(008)    Personnel number
    BEGDA                          C(010)    From Date
    ENDDA                          C(010)    To Date
    ANSSA                          c(20)       Address type
    STRAS                         c(40)       Street
    ORT02                           c(10)     District
    Step 4)Maintain Structure Relations
    This the place where iam getting actual problem  i found the relatiion as below
    Structure Relations
            IT0006 Date upload for infotype 0006                                <<<< ZP0002 Data upload for 0002
                   Select Target Structure IT0006 .
    iam not able understand why iam not  getting as below
            IT0006 Date upload for infotype 0006                                <<<< ZP0006 Data upload for 0006
                   Select Target Structure IT0006 .
    but when i did for infotype i got what exactly should be mapping
            IT0002 Date upload for infotype 0002                                <<<< ZP0002 Data upload for 0002
                   Select Target Structure IT0002 .
    Please correct me where i went exactly .
    regards
    srinivas.

    Hi,
    As you specified in in your details you need only on Project that means we can create multiple Sunprojects and Objects under same Project.
    If you want only one Project, Subproject, Object for Infotypes 0002, 0006 then you need to do
    1. Create Separe two recording for Infotypes ZHR_0002, ZHR_0006 and specify both in first step (Maintainn objrct attribute), here we can assign multiple recording.
    2. Create one souce structure for all required fields of 0002, 0006
    3. Assign Source structure to different target structure
    4. In Maintain field mapping and conversion rules do mapping for all fields
    But here you need to implement some login
    In Source structure create one more field to store Infotype number.
    then when mapped for PERNR,
    if zsource-infty = '0002'.
      ztarget-pernr = zsource-pernr.
    else.  "If fails means it will skip whole record and goes to second recordin
      skip_record.
    endif.
    In second recording you need to check
    if zsource-infty = '0006'.
    ztarget-pernr = zsource-pernr.
    else.
    skip_record.
    endif.
    But you must specify in flat file the Infotype number 0002 02 0006, based on this number mapping will refer to corresponding recording.
    Instead of this Create one Project, Subproject and Multiple Objects for different Infotypes. This is good to avoid complexity.
    Regards,
    Sunil

  • Mapping with HR

    Dear All,
    I am having a legacy system with the following data,could some one assist me in mapping with SAP HR system.
    1.Resource info (personal details)                                       Personnel Data
    2.Competence master
    3.Visa details
    4.Resource Competences    Career,succession,Planning                                    
    5.Resource Designation                                                         Position
    6.Resource Base Location
    I have found the above three settings.
    Thanks and Regards,
    Naveen Dasari.

    Hi,
    you might try out the following
    1.Resource info (personal details) Personnel Data- IT 002 and Internal Medical service
    2.Competence master- Competency Catalog (skill set ) and IT 0024
    3.Visa details- Custom IT
    4.Resource Competences Career,succession,Planning - Execute Career Planning and Sucession Planning IT 24,25 (also please refer to PD)
    5.Resource Designation Position- Map it with the organization structure, use either position/jobs to match the requirement
    6.Resource Base Location- Try using PSA or create a subtype in IT 0006 or use any field in IT 0002
    Regards
    Judith

  • HR : FI to HR mapping

    Any could please provide me any Function modules or solutions to map FI cost cents to HR Organizational units.
    or any other way to map FI costcenters to HR data, so that we can find a relation to map.

    Hi,
    Do this:
    Use SE38 to access the report RHINTE20 or it may be RHINTE30.
    2) Choose the Personnel Numbers for whom the changes in infotype 0001 has to be affected.
    3) Select the fields as shown in the attachment( Select Other period leave date blank, Uncheck Open Personnel Numbers, First check in Test mode and then in Real Mode
    4) This complete s  the process with running the report . This creates a batch file.
    5) Go to SM35 and process the RHINTE20  or RHINTE30 batch  session in the background.
    reward if useful
    regards,
    ANJI

  • Organisational structure --- Mapping

    Hello dear Experts ...... This is venkat charan a new commer to SAP SD .
    My question is..... how to MAP organisation structure in REAL TIME? What r the steps involved in this ? please help me ?

    Hi Venkat Chanran,
    Please find the details below.
    Client:
    Client is an environment where we are working. A client is an organisation term it is an independent unit in the system, each unit consist of own environment and there fore its has own master data or transaction data assigned ,user master records and chart of accounts.
    Master data:
    The data, which is the basis for all the SD processing.
    Type of Master Data:
    1.Organizational data: this is the structure of the company where by each business is represented by a hierarchical element.
    2. Customer master data: the data where all data regarding customer and material are stored.
    3. Documents: the business transaction is stored in the documents.
    4. Global Settings: it is one in which we define country keys and currencies.
    Company code:
    Legal entity and an independent accounting unit at company code level, where we create balance sheet and profit and loss accounts.
    Sales organization:
    An organizational unit that sells and distributes products, negotiates terms of sale, and is responsible for these transactions.
    Distribution channel:
    Channel through which materials or services reach customers. Typical distribution channels include wholesale, retail and direct sales. You can assign a distribution channel to one or more sales organizations.
    Division:
    Product groups can be defined for a wide-ranging spectrum of products. For every division you can make customer-specific agreements on, for example, partial deliveries, pricing and terms of payment. Within a division you can carry out statistical analyses or set up separate marketing.
    Sales area:
    Combination of Sales organisation, Distribution Channel, and division.
    Sales Office.
    Geographical aspects of the organization in business development and sales are defined using the term sales office. A sales office can be considered as a subsidiary.
    Sales offices are assigned to sales areas. If you enter a sales order for a sales office within a certain sales area, the sales office must be assigned to that area.
    Sales Group.
    The staff of a sales office may be subdivided into sales groups. For example, sales groups can be defined for individual divisions.
    Salespersons.
    Individual personnel master records are used to manage data about salespersons. You can assign a sales person to a sales group in the personnel master record.
    Plant:
    A plant is a place where either material are produced or goods and services provided.
    Storage location:
    Where we store the material.
    Shipping point:
    It is a physical location where we load the goods in order to deliver.
    Loading point:
    It is a point where we load and unload the material by means of equipments.
    Business Area.
    A unit in an enterprise, grouping product and market combinations as homogeneously as possible for the purpose of developing unified business policy.
    Financial Accounting (FI).
    A business area is an organizational unit within financial accounting which represents a separate area of operations or responsibilities within an organization.
    The system posts costs and revenue according to the business area.
    The business area can be Assigned to the:
    sales area (if the accounts are to be posted according to sales)
    plant/division (if the accounts are to be posted according to products)
    Financial accounting transactions can be allocated to a specific business area.
    Credit control area.
    Organizational unit in an organization that specifies and checks credit limits for customers. A credit control area can include one or more company codes. It is not possible to assign a company code to more than one credit control areas.
    ENTERPRISE STRUCTURE
    STEP 1: DEFINE COMPANY
    MENU PATH: IMG u2013 ENTERPRICE STRUCTURE
    FINANCIAL ACCOUNTING u2013 DEFINATION u2013 DEFINE COMPANY T.C: SPRO
    Select the line 1000 and go for details and then click copy, enter the company details and save it. (ctrl s)
    step 2: edit copy check delete company code
    select the line 1000 go for details and then say copy , fill the details of company code. Then a address screen appears and fill the details .
    then save it.
    Now go for the next option
    We will fine the below screen and click copy button
    Press enter
    Say yes
    Say yes
    for the remaining screen say yes to all , now the system will copy the table to your company code.
    After copying below screen u will see and the say transport
    In below screen u enter u r company code.
    the above screen u will see is the transport request screen
    Step 2: logistic general
    We will get the below screen enter the details of the plant and also fill the address details of the plants and save it
    then save it
    DEFINE DIVISION:
    HERE GO FOR NEW ENTRIES DIRECTLY BECAUSE NO DETAILS ICON IS THEIR.
    SALES AND DISTRIBUTION
    ENTER ALL THE DETAILS AND SAVE
    2. DISTRIBUTION CHANNEL
    GO FOR MENU PATH . DEFINE DISTRIBUTION CHANNEL
    THEN SAVE IT
    DEFINE SALES OFFICE:
    MATERIAL MANAGEMENT
    THIS IS NOT OUR CONFIGURATION; THIS IS THE PART OF MM CONSULTANT.
    DEFINE STORAGE LOCATION
    LOGISTIC EXECUTION:
    DEFINE SHIPPING POINT
    HERE ALSO THE SAME PROCEDURE ,
    Select the line 1000 go for details and say copy. Enter the details of shipping point and save it.
    The above are the definition part, now we have to link the organizational elements. The linking can be configured with the help of menu path: Img - enterprise structure - assignment
    Note: what we have defined in respective module, the same we have to assign with respect to the module.
    ASSIGNMENTS:
    1. FINANICIAL ACCOUNTING:
    ASSIGN COMPANY CODE TO COMPANY:
    THEN SAVE IT.
    LOGISTIC GENERAL
    1. ASSIGN PLANT TO COMPANY CODE:
    GO FOR THE COMPANY CODE AND HIGHLIGHT IT, NOW CLICK ASSIGN THEN SELECT THE PLANT IN THE POP UP SCEEN AND PRESS OK, WE HAVE TO GET THE BELOW SCREEN
    NOTE : BUSINESS AREA CONCEPT IS VERY IMPORTANT.
    SALES AND DISTRIBUTION ASSIGNMENTS
    1. ASSIGN SALES ORGANISATION TO COMPANY CODE T.Code : OVX2
    2. ASSIGN DISTRIBUTION CHANNEL TO SALES ORGANISATION
    T.CODE: OVXK
    3. ASSIGN DIVISION TO SALES ORGANISATION
    T.CODE: OVXA
    4. SET UP SALES AREA:
    T.CODE : OVXG
    5. ASSIGN SALES OFFICE TO SALES AREA
    6.ASSIGN SALES ORGANISATION u2013 DISTRIBUTION CHANNEL u2013 PLANT
    T.CODE : OVX6
    NO MATERIAL MANAGEMENT ASSIGNMENT OF STORAGE LOCATION
    WHY BECAUSE WE HAVE ALREADY MAINTAINED IN THE PLANT, SO IT IS AN ASSIGNMENT.
    LOGISTIC EXECUTION
    ASSIGN SHIPPING POINT TO PLANT:
    NOW OUR ENTERPRISE STRUCTURE IS READY
    Result :
    Go for Img u2013 enterprise structure u2013 definition u2013 define company u2013 edit copy check delete company code u2013 structure u2013 navigation u2013 double click your created company code. T. code: EC01
    Please Reward If Really Helpful,
    Thanks and Regards,
    Sateesh.Kandula

  • Personnel number field mandatory in service entry sheet

    Hello,
    My FI team has made the personnel number field mandatory in FSTV for GL.
    Now when i am making a service entry sheet this is creating a problem with error "Field selection personnel number mandatory for GL account XXXXXX".
    How can i map this in MM module.
    Regards
    Vijay

    Hi,
    Check this note
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=324163
    Raise to SAP masy be some product error

  • Automatically Cancel Message after error detected in Mapping

    Hello experts,
    I have a message mapping that does some validation on data from sender (file) and if not valid, the mapping errors out as I generate an alert. Production support then manually cancels the message from SXMB_MONI.
    My question is: Is there a way to cancel the message automatically as soon as the alert is generated instead of the additional manual step for Production support personnel to do it.
    Thanks
    JB

    Hi,
    >any person looking at this thread would have expected you to respond to the issue/problem discussed,
    in case you didn't notice I gave you the best answer I got - "it's not possible in standard" - short, maybe sad but true - all the rest is development
    which is possible and you can do EVERYTHING with it as you may or may not know
    >speculate on which name or nickname appeared on it
    don't know if you noticed but in case you didn't I'm a moderator of this forum
    so I try to keep it both: 1) clean and 2) healthy which means:
    1) if there is someone who's is affraid to tell his own name it means two things for me:
    a) either he/she was blocked on forums and come back with a different name
    b) is so highly valued prof (in his mind) that wishes not to show his real name
    as others might find out that he/she does not know something
    in both cases I'm always very carefull with such forum members
    (only as a moderator) as I cannot expect anything good from it
    which is actually true in your case as you don't expect our forum
    *rules of engagement * for example:
    Step 4: Thank Others by Giving Points
    and you never gave points .... none of your
    34 questions was ever awarded by you with even one point
    so who is playing fair ?
    2)
    if someone who has a funny nick cannot understand a little joke
    then I honestly don't care and it has nothing to do with my arrogance
    >your response shows your prejudiced approach and a sense of arrogance.
    please, let other people who read this judge on that, ok?
    and let's not continue this anymore
    anyway good luck in your attitudes too
    Regards,
    Michal Krawczyk

  • IDoc generation with Message Type HRMD_A with filter on Personnel Area

    Hello All,
    We are facing an issue in generating IDoc using the standard message type HRMD_A.
    When we have no filters on the Distribution Model, the IDoc is generated through RBDMIDOC. When we use the filter on BUKRS, it generates the IDoc but gives an error status "Cross-system company code XXXX does not exist". I know to how resolve this issue. But, we tried to filter the changes with Personnel Area this time. So I have used the field PERS_AREA in BD59 with segment type E1PLOGI. When I run the standard report RBDMIDOC it gives the message "No data selected for distribution".
    I have checked the field name PERS_AREA from table TBD10, and it is mapped to T500P-PERSA. Change pointers are triggered and stored in BDCP2. Request experts to suggest what could be wrong with this.
    Thanks,
    Anil

    Hello Michele,
    If you have added BUKRS in BD59 for the message type, you will see Company Code (not filter1) in your filter criterion in BD64.
    Have you included the following code in FILTER_VALUES_SET method of the BADI implementation.
      CHECK OTYPE = 'P '.
      SELECT * FROM PA0001
               INTO PA0001 WHERE PERNR =  OBJID
                           AND   BEGDA <= SY-DATUM
                           AND   ENDDA >= SY-DATUM.
    record is valid today, no authorization check
        EXIT.
      ENDSELECT.
      IF SY-SUBRC = 0.
        FILTER1 = PA0001-BUKRS.   ELSE.
        CLEAR FILTER1.
      ENDIF.
    Lastly, just make sure the record you are testing for has your desired company code PGPB.
    Regards,
    Anil

  • Can a personnel area be assigned to more than one company code?

    Hi experts,
    Can a personnel area be assigned to more than one company code?
    Regards,
    Anita George

    Yes, as Siva said it is not possible.
    Between personnel area and company code -
    many to one mapping is allowed but one to many is not allowed. That is you can map more than one PA to 1 company code but 1 PA can not be map to more than one company code.

Maybe you are looking for