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

which user exit is using to validate Excise invoice Posting date

Former Member
0 Likes
651

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
Read only

Former Member
0 Likes
605

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

Read only

0 Likes
605

Thanks Kiran.

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

Read only

0 Likes
605

write in FM

input = you can get the data from screen

output = you can pass data to screen

output = billing date

Read only

Former Member
0 Likes
605

Using FM J_1I7_USEREXIT_EXCISE_BEF_SAV