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

J1ID USER EXIT

Former Member
0 Likes
1,437

Hello All,

I want to make the PLANT field mandatory in transaction J1ID (CENVAT determination). Is there any user exit for that?

Regards,

Dilip

Hello All,

I want to make the PLANT field mandatory in transaction J1ID (CENVAT determination). Is there any user exit for that?

Regards,

Dilip

9 REPLIES 9
Read only

Former Member
0 Likes
1,332

Hi Diliip,

There are no user exits available for the transaction J1ID.

The only way is to modify the standard SAP code...

Regards,

Wenceslaus.

Read only

0 Likes
1,332

Hello,

Do you mean that directly I go to the screen & make the field mandatory?

Thanks & regards,

Dilip

Read only

Former Member
0 Likes
1,332

Hi dillip,

1. This does not have any user-exit attached to it.

2. The thing u are talking about is

nothing but table maintannce of J_1IMODDET.

3. goto se11 and see this table J_1IMODDET.

4. UTILITIES -


> TABLE MAINTENNCE GENERATOR

5. Here u will have to change the sap standard

and use events concept in table mainteance

generator to make the PLANT compulsory.

regards,

amit m.

Read only

0 Likes
1,332

Hello Amit,

Can you explaing how to achieve this using event you have mentioned?

Regards,

Dilip Gupchup

Read only

0 Likes
1,332

Hi,

YOu have to get a key for modifying the standard SAP code from SAP and then modify the program associated with the transaction.

Regards,

Wenceslaus.

Read only

0 Likes
1,332

Hi again.

Important :

*----


For this u will have to modify the sap standard code

and for this u need access key.

If this is done, only then u can proceed.

Its a length process to explain,

however, i will try for this.

(I suggest u should also see help on table maintenance genrator)

1. in se11, type table name,

2. utilities---> table maintenance generator

new screen will come

3. environment -


> modificatino-------> events

4. In the event use

Event 01 before saving the data in the database

5. In form name, write any form name,

6. open se80 and type function group J1I0

7. then in that in pai of the screen,

write your form definition

and check if plant is empty or not.

regards,

amit m.

Read only

vinod_gunaware2
Active Contributor
0 Likes
1,332

hi

there are lot of user exit

J_1I7_CHECK_CUSTOMER_VAT

J_1I7_MIGO_DEFAULT

J_1I7_MIGO_SAVE

J_1I7_RULES_AED_UTILIZATION

J_1I7_USEREXIT1

J_1I7_USEREXIT_57F4_COMPLETE

J_1I7_USEREXIT_57F4_REVERSE

J_1I7_USEREXIT_ADDRESS

J_1I7_USEREXIT_BALANCE_DATE

J_1I7_USEREXIT_BANK_ANN_RETURN

J_1I7_USEREXIT_BP_MIGRATION

J_1I7_USEREXIT_CALID

J_1I7_USEREXIT_CERTIFICATE

J_1I7_USEREXIT_CERTPRINT

J_1I7_USEREXIT_CLR_MIGRATION

J_1I7_USEREXIT_DEPOT_BEF_SAVE

J_1I7_USEREXIT_DEPOT_SELECTION

J_1I7_USEREXIT_DETNEWTAXCODE

J_1I7_USEREXIT_57F4_SCRAP

J_1I7_REDETERMINE_INVOICE_TYPE

J_1I7_USEREXIT_EXGRP_DETERM

J_1I7_USEREXIT_EXINV_ADDL_DATA

J_1I7_USEREXIT_EXINV_POFIND

J_1I7_USEREXIT_FILL_KOMK_KOMP

J_1I7_USEREXIT_GET_GR_DATE

J_1I7_USEREXIT_GR_VALIDATE

J_1I7_USEREXIT_ITEM_ADDL_DATA

J_1I7_USEREXIT_J1I5_MATFORM

J_1I7_USEREXIT_J1I5_VALIDATE

J_1I7_USEREXIT_J1IEX_BEF_SAVE

J_1I7_USEREXIT_J1IEX_CHANGE

J_1I7_USEREXIT_J1IS_BASE_VALUE

J_1I7_USEREXIT_MAP_RECIPIENT

J_1I7_USEREXIT_MAT_IND

J_1I7_USEREXIT_NUMKI

J_1I7_USEREXIT_ONETIME_PAN

J_1I7_USEREXIT_PRICE_CONTROL

J_1I7_USEREXIT_PROCESS_TKOMV

J_1I7_USEREXIT_ROUND_OFF

J_1I7_USEREXIT_SERGRP_DETERM

J_1I7_USEREXIT_TANNO

J_1I7_USEREXIT_TDS

J_1I7_USEREXIT_UNIT_CONVERSION

J_1I7_USEREXIT_UNIT_MULTIPLE

regards

vinod

Read only

Former Member
0 Likes
1,332

Hi,

There is no exit available for this transaction (J1ID). You have the only option to modify the transaction. For that you need to do the object registration in service market to get access key.

Best regards,

Janardhan

Read only

Former Member
0 Likes
1,332

Hello,

Again Janardhan here.

There is one field 'Input'. For that you have to select value 'Required'. Then that particular field will act like a mandatory field.

Give me a point if this answer is helpful.

Best regards,

Janardhan