×
Discuss on any other topics
reversing forward stmt entry
- contact2prasanth
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 29
- Thank you received: 4
9 years 8 months ago #17175
by contact2prasanth
reversing forward stmt entry was created by contact2prasanth
Hi all,
How to reverse forward stmt entry using EB.ACCOUNTING which call is from local template?
Is there any PGM.FILE setup need to be done ?
How to reverse forward stmt entry using EB.ACCOUNTING which call is from local template?
Is there any PGM.FILE setup need to be done ?
Please Log in or Create an account to join the conversation.
- jpb
- Offline
- Moderator
- retired
Less
More
- Posts: 2859
- Thank you received: 649
9 years 7 months ago #17184
by jpb
Replied by jpb on topic reversing forward stmt entry
To delete a FWD I think you should use
Pgm = ...
Type = "DEL"
Entry = ...
Fwd = 1
CALL EB.ACCOUNTING(Pgm, Type, Entry, Fwd)
Type = "REV" is probably wrong as the entries are not yet authorised ?!?
Pgm = ...
Type = "DEL"
Entry = ...
Fwd = 1
CALL EB.ACCOUNTING(Pgm, Type, Entry, Fwd)
Type = "REV" is probably wrong as the entries are not yet authorised ?!?
The following user(s) said Thank You: contact2prasanth, Amr
Please Log in or Create an account to join the conversation.
Time to create page: 0.069 seconds