cancel
Showing results for 
Search instead for 
Did you mean: 

field can not be display in when using tcode v/03

former_member445510
Active Participant
0 Kudos

Hello every body,

I used those steps to add a tax code field in the created condition tables:

1- i create a field zztax_code data element mwskz.

2- i added this field to the structure komkaz, komp, KOMK et KOMG.

3- I added this field via SD -> ...... ->   Conditions: Allowed fields .

4- i added the next code in prg MV45AFZZ  FORM USEREXIT_PRICING_PREPARE_TKOMK 
 

 

  *  TKOMK-zzfield = xxxx-zzfield2.
 
*{   INSERT         DM0K900006                                        1
 

  
"move komp-ZZTAX_CODE to tkomk-zztax_code.
 

  
tkomk-zztax_code = konp-mwsk1.


and also in  userexit_pricing_prepare_tkomp.
 
  *  TKOMP-zzfield = xxxx-zzfield2.
 
*{   INSERT         DM0K900006                                        1
 

  
"MOVE konp-mwsk1 to tkomp-ZZTAX_CODE.
 

 
tkomk-zztax_code = konp-mwsk1.

i can find my field in the table T681f.

But, where i use tcode v/03 to create a new condition table, i don't see my new added field in the field catalog !!

have some any idea about that issue?

Thank u.

PS: i don't know why sdn block my question, this issue is not yet resolved !!!!


Message was edited & locked by Moderator.

Warning no 2.

You are constantly posting basis questions(mostly technical) without even understanding/justifying functional requirement. Please correct your acts.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member445510
Active Participant
0 Kudos

someone has already experienced this problem ?

Former Member
0 Kudos

Hi Ouail,

Please check also that the new field has been added to structure KOMPAZ.

Refer to note 531835 which describes in detail the procedure how to add a new field to the field catalogue.

Bernhard

former_member445510
Active Participant
0 Kudos

they ask me the user name and password ???

I don't have that. or thez means the user name and the password of SDN ?

former_member445510
Active Participant
0 Kudos

ok, i found it.

But i can not make the RV60AFZZ in change mode .!!!!

i receive this error:

Carry out modification comparison for REPS RV60AFZZ first. No changes possible

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Bernhard is right. The steps in the userexits, if you are in ECC 6.0 or above, you can do it with implicit enhancement, if not, you need to register it in SCCR.

Regards

Eduardo