Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Screen error

Former Member
0 Likes
777

Hi All

I got a requirement to change the standard screen of transaction fbcj(cash journal posting).

I changed as per our clients requirement.

but screen is showing FI_TAX_GET_TXJCD_STRUCTURE

error code 1 function builder TAX2 error.

Please give me immediate solution.

Thanks & Regards

Sangram.

5 REPLIES 5
Read only

Former Member
0 Likes
737

Can you explain more about the situation

What changes have you made?? If added any fields or changed texts..

If added Check whether the structure has all the fields or not??

Thanks,

Chaithanya

Read only

0 Likes
737

Hello

i have changed some positions in by copying standard position.

regards

sangram

Read only

matt
Active Contributor
0 Likes
737

I'm sorry, but my telepathic skills are weak at this time of night. Please try to be explicit if you want help. Otherwise, feel free to be as obscure as you like.

Pre-immediate solution: don't change what you don't understand. Now follows the helpful bit:

Did you change the standard screen? How did you change it? What was the client requirement?

Read only

Former Member
0 Likes
737

HELLO BILl

reqiurement was not so puzzling.

only some screen positions are to be changed

which i have done by copying.

regards

sangram

Read only

Former Member
0 Likes
737

IF I_BUKRS IS INITIAL AND I_KALSM IS INITIAL.
    X_ERROR = 'X'.
    MESSAGE E769 WITH 'FI_TAX_GET_TXJCD_STRUCTURE' '1' 'TAX2'
                 RAISING PARAMETER_ERROR.
  ENDIF.

Looks like something you changed is related to those two variables