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: 

which user exit is using to validate Excise invoice Posting date

Former Member
0 Kudos

Hi Experts

I have required to put validation on J1iin (EXCISE INVOICE) Posting Date. Posting date should be as billing date.

Can u tell me which user exit i will use.

Waiting 4 ur reply.

Regards

Prateek.

4 REPLIES 4

Former Member
0 Kudos

Implement Field exit PDATE

go to CMOD

give PRFB in command box

Create field exit from DATA element SYSTDATLO

write ur bussiness requirement

Program Name SAPMJ1IIN

Screen Number 0400

Program Name SAPMJ1IIN

Status J1II2

Table Name SYST

Table category Struct.

Field Name DATLO

Data Element SYSTDATLO

DE Supplement 0

Screen Field J1II300-PDATE

0 Kudos

Thanks Kiran.

Can u tell how to input & output parameters in function module.

0 Kudos

write in FM

input = you can get the data from screen

output = you can pass data to screen

output = billing date

Former Member
0 Kudos

Using FM J_1I7_USEREXIT_EXCISE_BEF_SAV