Application Development 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: 

J2IUN- Variant setting for User

appasaheb_nagargoje
Active Participant
0 Kudos

Hello Expert,

In standard while executing J2IUN transaction we are giving input

Company COde

Plant

Excise Group

ADC Subtranstion type

Period from to

user not entered Forthnight payamnet posting date

After input we are executing the system allows to user and doining the utlization. it working fine.

But Utilization done on current date.( i.e. todays Date 04.02.2015) actually user want it posting on back dated i.e. 31.01.2015.

so we have tried through Transaction variant but its no success. we have another tried i.e. created variant but unable to assign as default to user id.

Please guide me how to assign variant to user id. aslo guide me which parameter ID i have to use to assign User Id??

thanks in advvace

Regards,

Appasaheb.

1 ACCEPTED SOLUTION

Lakshmipathi
Active Contributor
0 Kudos

If I remember, you have an option of "Fortnightly payment posting date" in J2IUN which you can make use of it.  I don't have access to SAP and hence, not sure on this.  Needless to mention, the posting period which you input is open and not closed.

G. Lakshmipathi

6 REPLIES 6

appasaheb_nagargoje
Active Participant
0 Kudos

Waiting for Experts Opinion.

Regards,

Appasaheb

Lakshmipathi
Active Contributor
0 Kudos

If I remember, you have an option of "Fortnightly payment posting date" in J2IUN which you can make use of it.  I don't have access to SAP and hence, not sure on this.  Needless to mention, the posting period which you input is open and not closed.

G. Lakshmipathi

0 Kudos

I want to do mandetory field "Fortnightly payment posting date" in J2IUN.

this field is optional now.

Waiting your reply.

Appasaheb.

0 Kudos

You can go for Implicit enhancement coding in J2IUN and make the field Obligatory as per your requirement.

0 Kudos

Hello,

How to make obligatory.

its not allowing me to change even i given access key.

  selection-screen begin of block b3 with frame title text-003.
parameters  p_gsber like j_1iexcdtl-gsber  obligatory.
parameters  p_pdat like j_1iexchdr-budat obligatory.
selection-screen pushbutton  /1(30util user-command util.
selection-screen pushbutton  /1(30pend user-command pend.

bold   obligatory words nned to add??

Please suggest. how i can proceed.

Appasaheb

0 Kudos

Done.

by replacing.

Appasaheb.