LSMW input method error-No Customizing entry defined for period indicator Y in logon language

Hi,
I am creating one material through direct input method and its showing error '
No Customizing entry defined for period indicator Y in logon language'.
I am passing PERKZ ( periodic indicator ) as blank from file.
But when i am creating in foreground its automatically taking value 'M' and creating the material.
And also when i hardcode the value 'M' in LSMW then also its showing same error.
Can anyone please help urgently?
BR
Sumeet

Check in O02K what is maintained.  As per your error message, External Period Indicator "Y" is missing for that logon language.
G. Lakshmipathi

Similar Messages

  • Error: Prefix number: entry missing for system REP client 113  Msg no 5W023

    Hi, we're trying to study Workflow based on the manuals we downloaded online.  Upon saving, we encountered the error: Error: Prefix number: entry missing for system REP client 113  Msg no 5W023.
    Here's the diagnosis:
    Diagnosis
    Tasks, rules, and workflow definitions require an ID that is unique throughout all systems and clients. In this way, you can ensure that you can transport these objects from one system into another at any time (without restrictions). From a technical point of view, the uniqueness of the ID is ensured by what is known as a "prefix number". You can define a separate prefix number for every system and every client in table T78NR.
    System Response
    If a prefix number is not defined in the client in which you are currently working, it is not possible to maintain (maintenance terminates).
    Procedure
    Maintain table T78NR in Customizing, and create an entry for the system in question and the current client.
    Hope somebody can help me understand what this is.. thanks so much and appreciate your help..
    Thanks,
    Angela Paula

    Hi Angela,
    Please check if the Prefix number is maintained in SWU3 t-code.
    Go to Maintain Definition Environment -> Maintain Prefix Numbers and check if the prefix number is maintained.
    Hope this helps!
    Regards,
    Saumya

  • While using F-29 ERROR:-NO SPECIAL GL DEFINED FOR ACCT TYPE D

    Dear sap guru's
    Please  help us  to sort out this problem as on urgent basis.............we  will mostly  appreciates your solution.
    Matter:While using f-29  error:-NO SPECIAL GL DEFINED FOR ACCT TYPE D.IND A RECON ACCNT 160100000

    Dear  Sap  Team
    I would like to inform you that this problem is belongs to FI part
    I want to know where i can maintain this data please tell me the table or layout from where i can maintained,I will mostly appreciate your solution...............

  • FBVB error msg "Transaction not defined for direct call-up"

    Dear Gurus,
    Pls help me on issues below:-
    1.)What is the diff between FBV0 and FBVB?
    2.)When i try to initialize FBVB. I received an error "Transaction FBVB not defined for direct call-up. Can u teach me how to fix it up coz one of my end-user requested this T-code.
    Thanks.

    Nothing needs to be fixed - the transaction is called behind the scenes when the user uses FBV0 to post a parked document.  Users should never call FBVB directly.
    Andrew

  • Adpater Engine Error:Is a user defined for component AF?

    Hi all,
          Our Adapter Engine is not working properly, it is showing the following error
    "Is a user defined for component AF? "
    Thanks in Advance

    Hi Nagesh,
    >>>>>"Is a user defined for component AF? "
    This is a test performed checks whether the assigned technical user and logon language from the exchange profile can be read by the addressed Adapter Engine .The AE needs this logon data to access other components, in particular to read other configuration data from the SLD and send messages to the Integration Engine.
    Also this test does not check whether the assigned technical user has all the required authorizations.
    Hope this helps u ..
    Regards
    Divya

  • LSMW Direct input method error

    Hi experts,
       I created the LSMW using direct input method (PR Creation).
       In the create batch input session step (executed) i am getting below
    message and follwed bt processing terminated message and going out
      Transaction 0: transaction code / not supported
    what could be the problem ? any problem in specifying logical path .
    pls let me know the solution.
    Thanks
    sai

    Hi chenna,
       Thanks for reply, I added the tcode and now getting the message like the session was created
    but when i see in sm35 there is no  seesion created and there is no log also.
    what could be the reason? pls explain
    thanks
    sai

  • LSMW : Idoc method , Business Activities custom fields data upload

    Hi guys
    I am uploading Business activities using LSMW IDOC method and below message and idoc type
    Message type CRMXIF_ORDER_SAVE_M
    Basic idoc type : CRMXIF_ORDER_SAVE_M02
    Using EEWB I added few fields to business activities , along with the standard fields I want to upload the customer fields also .
    I tried to Extend the Basic idoc type CRMXIF_ORDER_SAVE_M02, but it was not allowing me to Extend ( since it is generated basic idoc type ) I tried the other Basic idoc types for Business activities , I got the same problem
    the basic idoc type contains only two Segments
    E101CRMXIF_CUSTOMER_H_X (parent)
    E101CRMXIF_CUSTOMER_H (child)
    with out my custom fields
    pls help how can i add my custom fields ( added by eewb) to the basic idoc type
    for uploading custom fields
    thanks in advance
    Warm regards
    Rajasekhar

    You are going to need to create an enhancement of the standard IDOC type in order to get your custom fields to show.  I can't remember the exact procedure, but you will need to create a Z-type based on the existing type in the system.  When you generate the z-type the fields will be filled in.
    Look at the following thread and it will give the basic steps
    How to delete Extention
    Good luck,
    Stephen

  • Error:-No delivery type defined for supplying plant and document type RB

    Hi,
    Here issue is such that while creating purchase order(Return order type)the error coming as follows.                      
    "No delivery type defined for supplying plant and document type RB"
    Scenario:-There are some damaged goods which are coming from france vendor to ukrain customer,now ukrain customer wish to send back the damaged goods to france.
    Looking forward:-1>Can anyone please let me know if there is an any customizing setting required if yes then how to maintain(navigation).
                             2>Is it something like practically it is not possible as goods are dispatched back to the country from where it is coming.
    Thanks for your help !!!
    Dharmesh

    Hi Naveen,
    Thanks for the information !!!
    Futher while creating PO i am getting an error message as purchase org. not responsile for plant how to solve this error can you plz let me know.
    Regards,
    Dharmesh

  • Error ! No field defined for function Code

    Hello ,
    I have defined everything correctly but when i try to use the push button to go to next screen this message comes up 'No field defined for function Code' .Please advise .
    Thank you ,

    Make sure that you put define the name of the OK_CODE field in your screen.  Go to your screen,   click on the element list tab.  You should have a line which as a TYpe as  "OK".   Put the name as OK_CODE.
    Now in your program.....you need a DATA statement for OK_CODE, and you need to handle the OK_CODE in your PAI of the screen.
    data: ok_code type sy-ucomm.
    *      Module  USER_COMMAND_0100  INPUT
    module user_command_0100 input.
      case ok_code.
        when 'BACK' or 'EXIT' or 'CANCEL'.
          clear ok_code
          set screen 0.
          leave screen.
      endcase.
    endmodule.
    Regards,
    RIch Heilman

  • Error: "No tab group defined for launch configuration type "

    Hi,
    When i try to run my application its showing an error,
    <b>No tab group defined for launch configuration type com.sap.ide.webdynpro.projectbrowser.launch.configtype</b>
    but when i run my application by rightclicking  on my application its working, instead if i use the tab on the upper panel of NWDS it throwing this error.
    how to rectify it?
    Thanks,
    Suresh

    Hi,
    Following is what I assume you are trying to do.
    1. You have a WebDynpro application which you want to deploy and run.
    2. You are able to run your WebDynpro application by rightclicking on the application and running it.
    3. You are not able to run the same application by clicking RUN option on the top.
    If my assumption is correct, then I suggest you to follow your second approach.
    If not, then please specify what kind of application you are trying to execute.
    Ashutosh

  • TPM44 Error:  No Update type defined for reset

    Hello Experts,
    Need your help  on the TPM44 error I encountered.  When I tried to execute TPM44 it mentioned this:
    No update type defined for reset (003,L419,001,510,51A,MM1905-)
    And the procedure is to define the update type for the reset flow.
    But I verified my config and I already did set it up. under Assign Update type for Accrual/Deferral.
    Can you please advise what else is missing?
    Thanks.
    Katherine

    Hello Ravi,
    I was able to fix his one by populating the deferral update type as well.
    Thanks for your advise but now I have a new error:
    Please maintain same amount for FC and GC. FC and GC same currency
    The FC and GC Ive maintained in the Assignment of Valuation Area to Accounting code is both USD.
    Im not sure why Im encountering above error.
    Any idea?
    Thanks,
    Katherine

  • Error ! No field defined for function Code in MENU EXIT

    Hello All,
    I've created a project in CMOD for the MENU EXIT for handling one menu item in the SAP Standard Menu Bar .
    i.e  under the HELP MENU Item I've included one more sub menu item.
    I've activated the project and I'm able to se the newly added Sub-Menu Item in the activated mode.
    But when I press the newly created Sub Menu Item I'm getting a Message in the Status Bar saying :
    No field defined for the function code
    The Help of it says :
    Message no. 00125
    Diagnosis
    The function code field (OK code field) has not been defined on this screen. If the user selects an application function (not a system function), the system usually provides it in the function code field (OK code field) as well as in SY-UCOMM. This is no longer possible.
    System Response
    The system is unable to inform the application of the current function code. The application should not use field SY_COMM. This field always contains the code of the last function chosen, which is not always identical to the application-relevant code.
    Procedure
    You should always define a field for the function code on every screen. The Screen Painter always proposes such a field (OK category), you only need to assign a name and include the definition in the ABAP program.
    Please let me know what shud be done ?
    Regards,
    Deepu.K

    Don't use this scanrio ! Instead got Access Key and chamged the Std. Program.

  • Custom formula YTD for PERIODIC Application - BPC 7.5 NW

    Dear all,
    The customer has 2 time hierarchies, fiscal year and calendar year. He would like to change the measures formulas to fix their fiscal year specification, their fiscal year begins in April instead of January. Some entities of the customer will input data based on fiscal year and someone based on calendar year.
    Their application is a PERIODIC application. I cannot use the how to guide 'How to Create Customer measure formulas for Fiscal Periodic, QTD and YTD' because it's only for YTD application.
    Can someone help me to understand how to modify the YTD formula for the entities that inputs based on the PARENTH2 (fiscal year hierarchy), please?
    I will send you the code delivered from SAP for YTD measure formula for PERIODIC Application
    MEMBER [MEASURES].[YTD] AS 'IIF([%KFSPL%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC",SUM(PERIODSTODATE([%PERIODS%].[LEVEL00], [%PERIODS%].CURRENTMEMBER),-[MEASURES].[/CPMB/SDATA]),IIF([%KFSPL%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="EXP",SUM(PERIODSTODATE([%PERIODS%].[LEVEL00], [%PERIODS%].CURRENTMEMBER),[MEASURES].[/CPMB/SDATA]),IIF([%KFSPL%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="AST",([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%PERIODS%].[LEVEL02])),IIF([%KFSPL%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="LEQ",-([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%PERIODS%].[LEVEL02])),-[MEASURES].[/CPMB/SDATA]))))';SOLVE_ORDER=3
    Thanks
    Regards
    Rosa Alfonso

    Hi Chandra,
    Few things that you can check -
    1. What is your fiscal canlendar period?  April to March or Jan to Dec?
    2. In Time Dimension, MONTHNUM whould be '1' for the month from which the fiscal year starts
    3. In Time Dimension, ISBEGINING whould be '1' for the month from which the fiscal year starts
    Please do these changes, process the dimension, refresh the dimension members in BPC-Excel and then see if you get proper values.
    Hope this helps.
    If problem still persists, please copy-paste the YTD formula from backend ... will check and let you know.  Also what is the version, SP and patch level that you are working on?
    Regards,
    Rashmi

  • Data Entry Tab for Numeric Indicator does not Exist

    Hi
    I'm trying to set the data range for numeric indicators on LabVIEW 10.0.1. For some reason when I go to properties of my numeric indicator, there is no Data Entry Tab as explained on the NI website: http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/changing_data_ranges_of_nu/. Also, in the data type tab, there is a section for range but everything is grayed out. Any help is appreciated. Thanks
    Solved!
    Go to Solution.
    Attachments:
    Question.png ‏159 KB

    Hi
    Thanks for the replies
    I just realized that data entry on a numeric indicator doesn't really make sense. But my question is, how do I go about setting data range for a numeric indicator? Based on this tutorial : http://www.ni.com/pdf/manuals/320998a.pdf (Page 128/250) in the older versions there seems to be a data range tab or option when you write click the indicator. In my case, the range is greyed out and I tried to play with it with no avail.
    Thanks very much

  • Revaluation entry  - CK24  for Period

    Hi All,
    I have a basic doubt, when i run standard cost estimate for the next period, i know i can mark it and i cant release it, as the system says its too early to release. Which period does it looks into is it from MM or FI period or ....
    When i release the standard cost estimate in the month beginning say March 1st -period 12, is the revaluation entry posted for the current for the period of March (12) or February (11).
    I have a requirement saying the revaluation entry is to be posted for the previous period, say February and not March when i release the standard cost estimate for the period
    of march. Where in i need to show my revaluation stock entries in my balance sheet for the previous period and not for the current period - 12.
    Any body could you throw some light on this, functionally and
    technically. How to address this in the system.
    Thanks in advance
    With best regards
    GJ.

    Hello ggg jjj,
    First of all as a functional point of view, i dont agree with you, that revaluation impact to be passed to previous period. Allways, the revaluation impact to be passed in the period in which the cost is revised and not the last period since all the activities in the last period will take with old price and already the impact might have got effected. So please know why client wants in that way..
    And there is no way that revaluation entry can be passed in the previous period... only the alternative way is to know the impact and pass manual entry and adjust in next month if client is keen on this issue.
    Please let me know if you require any further information.
    Thank you,
    Regards,
    Satnosh
    Reward points if helpful.

Maybe you are looking for

  • How do you move photos from one library to another in iPhoto 9.4.3

    I have half 2009 photos in one library and the other half in a different library.  I'd like to move several photos to one of the libraries to make a photo book.  How do I do this?

  • How to create a forum on adobe muse

    I have a idea for a forum and I am wondering if I can make one adobe. If so please tell me, if not can you inform me of any other way I can.

  • Using Multiline Container element in sending mail

    Hi,      I am sending mail with Multiline Container element APTEXT. I put &APTEXT##&  Is this right ? But when I have 2 lines of data, its sending mail with only one line. Thanks

  • Websphere Application Server Agent Controller

    I am using Websphere Application Developer 5.1.2 and Application Server 5.1 (in different machine). From the developer studio, I want to connect to the server. But, I am getting the Messagebox containing the message as below. Connection failed on hos

  • Passing options values

    How do i pass select option values to a new servlet. I have a select list out1.println("<form name =\"delim\" action=\"AccCSVNew\" method=\"POST\">"); out1.println("<select name =\"delimiter\" multiple>"); out1.println("<option value = \"type1\">" +