Error: While Copying Standard Program FBCJ

Dear Experts,
                    I tried to copy the standard program because the requirement was to change the menu fuction for save and post.
So i copied the T.Code FBCJ to ZFBCJ. It Copied Successfully and i assigned the tcode also. But While executing the T code
the system Shows the error message
"System error in routine FI_TAX_GET_TXJCD_STRUCTURE
error code 1 function builder TAX2"
Kinldy help me to resolve this issue.
Waiting for your valuable replies.
Kindly give some ideas.
Thanks and Regards,
Karthik V
Edited by: karthikani on Nov 24, 2010 10:30 AM

Hi,
are the both client environments hav same version (ECC 6).
In ECC 6 version type X is not allowed.
To avoid this problem,
you need to declare the field of TYPE C.
you need to get the value from Cl_ABAP_CHAR_UTILITIES.
Regards
Sandeep Reddy

Similar Messages

  • ERROR while checking standard program for SAP NOTE 175482(QM)

    HI,
    experts
    i am implementing sap note 175842 QM MODULE .
    My note is successfully implemented ,for that i created standard program RQEVAC50 USING ACCES KEY.
    but in se38 report comes like this
    REPORT  RQEVAC50.
    REPORT RQEVAC50 MESSAGE-ID QA.
    so while checking error comes boz 2 report hedaing is there .
    I WANT TO DELETE FIRST ONE BUT IT CANT.
    I chose activate anyway but while releasing request it gives error.
    THANKS
    AJAY.

    hi
    error is 'OBJECT REPS RQEVAC50 does not exit create it'**
    I CREATED PROGRAM USING ACCESS KEY SO IT DOES NOT ALLOW ME TO CHANGE OR DELETE ANY LINE IN THE PROGRAM.
    THATS THE MAIN PROBLEM.
    Whwn i created a program RQEVAC50 it is totally blank but while implementing sap note the code comes in my progarm
    so there are 2 report hedaing .
    THANKS
    AJAY.

  • Error while copying Z program to another enviroment

    Hi, experts
    I have a Z program into one client's enviroment, which works fine. I tried copying this program into another client's enviroment, and i get the following error message, while syntax check:
    "RC_IN1 must be a byte-type field. (Typ X or XSTRING)."
    And this error is on the following form:
    form xor using rc_in1 type c rc_in2 type c rc_out type c.
      data:
        li_abit type i,
        li_bbit type i.
      rc_out = space.
      if rc_in1 <> space.
        do 8 times.
          get bit sy-index of rc_in1 into li_abit.
          get bit sy-index of rc_in2 into li_bbit.
          if li_abit <> li_bbit.
            set bit sy-index of rc_out to 1.
          else.
            set bit sy-index of rc_out to 0.
          endif.
        enddo.
        if rc_out = space.
          rc_out = rc_in1.
        endif.
      endif.
    endform.
    When I check into one client's enviroment, it does not gives error. Only in THAT client.
    Why is this happening?
    Thanks in advance,
    Brian Gonsales

    Hi,
    are the both client environments hav same version (ECC 6).
    In ECC 6 version type X is not allowed.
    To avoid this problem,
    you need to declare the field of TYPE C.
    you need to get the value from Cl_ABAP_CHAR_UTILITIES.
    Regards
    Sandeep Reddy

  • Problem while copying standard program to Z Program

    Hi SAP Forum,
    I have copied one standard program to Zprg. and there are TWO Screens in standard program (100, 200). But in my Zprg only 200 copied, when I'm trying to copy Screen 100, it shows an error, "Screen already exists"..
    And also, I've created one "Z" Transaction Code for my same  program. In that, I've mention, Screen Number: 100.. When I execute "Z" Transaction, the Screen 100, will come as selection cretria is on that,  and when I click on Execute Button, it comes back in SAP EASY ACCESS Screen (Initial Screen). But I want that, Screen 200 will come when I click on execute Button in Screen 100.
    How can I resolve this?
    Thanks
    Devinder

    Hi ags,
    Thanks.. I've already changed the TCODE from code and second thing about Include, I've also changed the name of BOTH (two Includes) and it is working fine.. but error still coming...
    Generation errors in program
    Source code   ????????????????????????????????????????     Line     0
      Error when generating the selection screen "0100" of report "ZRVBBWULS
    and also, I've done only one change in Include, I've added one select-options over there and getting the same error, but if I add PARAMETERS, then its executed successfully. But I want add a "Posting Date" as SELECT-OPTIONS.
    Pls try to resolve this..
    Thanks a lot  in advance
    Devinder
    Edited by: Devinder Pawha on May 13, 2010 2:02 PM

  • Error while copying a program

    Hello experts,
    I have got a ticket for a report.But its locked under some TR and i need to wait till its released.
    So i tried copying the report as a local object and modifying it time bieng.
    When i tried doing so its throwing a message "test objects cannot be created in foreign name spaces".
    Could you please tell mer why its showing this message and how could i proceed with this.
    Thanks in advance
    Akmal

    Hi,
    As it is the 'Z' report you should not have any problem in copying.
    If it is a report u better try copy and paste method.
    That can be an alternative for your problem.
    While copying from the program check whether u have any dependent objects for that program and copy them also.
    May be some 'Z' F.M in it.
    Cheers,
    Simha.

  • New-AzureDeployment - Error while copying content to a stream

    Hi All,
    I am trying to deploy a packages using the Azure Powershell Cmdlets.
    Each time I try to deploy a particular package, I get the following error message..
    New-AzureDeployment : Error while copying content to a stream.
    At line:1 char:1
    + New-AzureDeployment -DoNotStart -ServiceName $strStagingCCPDeploymentServiceName ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [New-AzureDeployment], HttpRequestException
        + FullyQualifiedErrorId : System.Net.Http.HttpRequestException,Microsoft.WindowsAzure.Commands.ServiceManagement.HostedServices.NewAzureDeploymentCommand
    Looking at the inner exception I am getting
    Unable to read data from the transport connection: The connection was closed.
    The package itself is only 80mb and uploads to my blob storage successfully however when it tries to deploy using my config file the error occurs.  The same config file works fine if I use the Azure Website to deploy the package, rather than the cmdlets
    and I can deploy other packages successfully using PowerShell and using Visual Studio.
    Thank you for any help you can provide.

    Hi,
    This seems to be a network issue, but it's quite strange as you can deploy the package from Visual Studio. Could you please try it on another machine (in another network environment if possible)? Also, can you try
    to write a program and call the management API (http://msdn.microsoft.com/en-us/library/windowsazure/ee460813.aspx) to deploy it?
    Best Regards,
    Ming Xu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error while copying data from infoprovider to planning area

    Hi,
    Error for COM routine using application program (return code 40,075)
    Message no. /SAPAPO/OM102
    Diagnosis
    An application program has called a COM routine. During the process, an error occurred.
    I got the above error while copying data from infoprovider to planning area using t code TSCUBE.
    How to resolve this?

    Hi,
    Is your issue resolved, If not please run MPOS consistency checks, Planning area consistency check and livecache consistency check.
    Below are the programs for the same.
    /SAPAPO/TS_lcm_cons_check
    /SAPAPO/TS_PSTRU_TOOL
    /SAPAPO/TS_PSTRU_CONS_CHECK
    Regards
    Kishore

  • There was an error while copying to Clipboard. An internal error occurred.

    Hello
    I'm running a Citrix Presentation Server 4.5 environment, based on Windows Server2003 and providing Adobe Reader as a published application (this issue appears with Adobe Reader 7 and Adobe Reader 8 equally).
    Sometimes when trying to copy test from a pdf document, the error message "There was an error while copying to Clipboard. An internal error occurred." appears. The selected text is still copied to the clipboard, so the message seems to be more of a warning, but it's confusing for the end-users. This happens equally when copying via 'Ctrl-C' or with the mouse (right-click & copy).
    It is not a problem with the document itself since sometimes the error appears and sometimes not on the same document. This happens for all documents I've tried so far.
    Additional information: On the servers also MS Office 2003 SP3 is installed. I have the feeling that it may be an interference with the Office Clipboard, but I can't put my finger on it...
    Please, has anyone found a solution for this?
    Thanks
    Andy

    in windows 7
    start-control panel-uninstall programs
    uninstall the "Skype Click to Call", this will uninstall addins from ie, firefox, you dont have to uninstall skype.
    in ie and firefox you can disable addons but can not uninstall them using ie or firefox interface, when you uninstall Skype Click to Call, it will remove it from all added browsers.
    This works me now.
    Edit 1:
    Unfortunately skype trick does not work.
    I recently switched to windows 8 and reliazed that there is no copy error any more.
    Edit2:
    This error maybe caused by Babylon dictionary which has an Adobe Acrobat or Reader addon which captures the text from pdf documnet when ctrl+right mouse click. This feature is enabled when it is copied to" C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\plug_ins " or  "C:\Program Files (x86)\Adobe\Reader 9.0\Reader\plug_ins " directory, so if it is copied such copying error appeared, if not copied it does not appear. Baylon dictionary addin is installed when you install babylon dictionary software, and it is here " C:\Program Files (x86)\Babylon\Babylon-Pro\Utils ", its name is " BabylonRPI.api "
    Edit3:06-April-2013
    My experience is that Babylon Dictionary was causing this error. With babylon version 10 acrobat does not give that kind of error anymore, on windows 7 x64, but previous version leftover files may cause this error again even if you remove previous versions and install version 10. With a clean install of windows 7 x64 with babylon dictionary version 10 there is no error anymore.Uninstalling previous versions of Babylon using third party uninstalling software like Revo or Uninstall Tool may help without reinstalling Windows.

  • Error while copying page. (WWC-44262)

    Error while copying page. (WWC-44262)
    An unexpected error occurred: User-Defined Exception (WWC-44088)
    An unexpected error occurred: User-Defined Exception (WWC-44082)
    An unexpected error occurred: User-Defined Exception (WWC-44082)
    Error while copying page. (WWC-44262)
    Please specify a valid Name and Display Name. (WWC-44102)
    I am not able to make a copy of a page.

    Hi,
    Did you get an answer for this problem?
    Karl

  • Error while running the program of deferred Tax ( New)Program Name RFUMSV50

    Hi
    I am getting the error while running the program of deferred Tax ( New)
    Following is the detailed error :
    Enter rate / INR rate type M for 00.00.0000 in the system settings
    Message no. SG105
    Diagnosis
    For the conversion of an amount into another currency, an entry is missing in the currency conversion table.
    Procedure
    Add the missing entry in the currency conversion table.
    Execute function
    You can then continue to process the commercial transaction.
    Thanks & Regards,
    PM

    Check the following notes:-
    1)  Note 46582 - 2.2->3.0: error SG105 for exchange rate M w. inv.
    2)  Note 165645 - SG105:Enter rate & / & rate type & for 00.00.0000..
    3)  Note 483542 - F110: SG105 in maintenance of proposal run with wthhldng tax
    4)  Note 975657 - SG 105: FI-Enjoy with foreign currency and calculate tax
    thanks
    G. Lakshmipathi

  • Error while copying page template!

    Copying of a simple page template fails in Portal 10.1.2 with the following error:
         Internal error (WWC-00006)
    Error while copying page. (WWC-44262)
    An unexpected error occurred: ORA-20100:
    ORA-06512: at "PORTAL.WWSBR_STDERR", line 437
    ORA-06512: at "PORTAL.WWV_THINGDB", line 1816
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL.WWSBR_API_URL", line 73
    ORA-01403: no data found (WWC-44088)
    An unexpected error occurred: ORA-20100:
    ORA-06512: at "PORTAL.WWSBR_STDERR", line 437
    ORA-06512: at "PORTAL.WWV_THINGDB", line 1816
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL.WWSBR_API_URL", line 73
    ORA-01403: no data found (WWC-44082)
    An unexpected error occurred: ORA-20100:
    ORA-06512: at "PORTAL.WWSBR_STDERR", line 437
    ORA-06512: at "PORTAL.WWV_THINGDB", line 1816
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL.WWSBR_API_URL", line 73
    ORA-01403: no data found (WWC-44082)
    An unexpected error has occurred (WWS-32100)
    ORA-1: User-Defined Exception (WWC-36000)
    No data found (WWS-32101)
    I already had this error in Portal 9.0.4.

    Hi Christian!
    I already opened a TAR. As (according to the Portal docs) exporting Portal applications to future versions is not supported, waiting for another Portal release would mean starting our applications from the scratch. For this reason, bugfixes in future releases are of no really use in our case, and we definitely HAVE to find a solution for this quite crucial problem.
    But thanks for this information.
    Eckhard

  • Error, while calling driver program for Smartforms

    Hi All,
    I am getting a error while running DRIVER PROGRAM of smart form.
    both driver program and smart form running successfully without any error while executing separately. But
    while calling Smart Form from driver program. it is giving error as :-
    *Events are already defined.*
    Description :- You tried to define events for a section, but a section with
    events is already active. You are not allowed to nest events.
    Regards,
    Pavan.M

    This is nothing to do with coding, this coz of error is from smartforms....
    Regards,
    Pavan.M

  • Error while copying and pasting group of activities

    Hi,
    I am getting an error while copying and pasting a group of activities. Can anyone let me know why I am getting this message.
    type : EStringListError
    Event Code : SLDNA-0655-B
    Description : String list does not allow duplicates
    thank you.

    I had the same error and reported it to Oracle. They requested an XER copy and I am waiting for thier response. This problem is for that particular project only. To work around it do the following:
    Create a new project, open both projects, go to wbs view, copy all wbs's from the correpted project to the new project. The new project will work fine and get rid of the correpted one.
    Good Luck.

  • Error while copying profile...

    Error while copying profile from the default profile...
    runtime error- DBIF_RSQL_INVALID_REQUEST
    pls help..

    Irfan,
                You check weather new role name is in Z,Y name space or not?, check the same thing in other clients as well. If you are in windows , then your server mey need reboot because i faced similar problem but sorted after reboot.
    Regards,
    Hari.
    PS: Points are welcome.

  • InfoSet Query: Syntax Error while generating the program.

    Dear All,
    I have a Query in CRM system which contains an Infoset based on LDB.
    The InfoSet Query throws up a Syntax error while generating the program.
    So, we are not able to change the Infoset using the Infoset Query through SQ01.
    The error is as follows:-
    Syntax error in program "AQZZ==/SAPQUERY/CRM_ACTMON1 ".
    Error in the ABAP Application Program
    The current ABAP program "CL_QUERY_OUTPUT_DEFINITION====CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "AQZZ==/SAPQUERY/CRM_ACTMON1 "
    in include "AQZZ==/SAPQUERY/CRM_ACTMON1 " in
    line 28:
    ""CRMT_REPORT_LOCATORLIST" must be a flat structure. You cannot use int"
    "ernal tables, strings, references, or structures as components. -"
    Please help me arrive at an solution, so that we are able to change the Infoset through the InfoSet Query.
    Awaiting your reply as soon as possible.
    Thanks and Regards,
    Pankaj.

    There is an error in your query, specifically in the definition of CRMT_REPORT_LOCATORLIST. In the short dump (transaction ST22) you will see more details and the exact location of an error if you just scroll down.
    I can't tell more because this problem is specific to your system, to which I have no access. Read the whole dump and look at all the objects mentioned there.

Maybe you are looking for