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

j1ih transaction code using screen program

Former Member
0 Likes
389

Hi All,

This is regarding J1ih Transaction code. In that Tcode click the additional excise. I have copy the custom program .Now I have a requirement is user enter the ref doc no based on the ref doc no I want to take the data from Zcustom table and display first screen field (year, company code, plant, group) and second screen field (bed amount, sed amount, ecs amount) .finally user click save button all the data store in the standard table J_1IEXCHDR (Excise invoice header detail).Please any one help me.

1 REPLY 1
Read only

Former Member
0 Likes
364

Hi,

Its not advisable to code to store data directly to a standard SAP table, as it will have many dependencies and it will result in data inconsistency.

Reconsider your requirement and discuss it with your Functional Consultant/Lead. Otherwise get the data in the zprogram and try using any BDC/BAPI to simulate the standard tcode.

Regards

Karthik D