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

Z code for F-02

Former Member
0 Likes
527

Hi All,

I want to have a new field created in F-02 besides the account number and posting key and while simulate I can have an option to change the value in this z filed.As per my understanding it is not advisable to create Z field in standard F-02 code it might make issue more severe.

So , We though of making a new Z Tcode for F-02 where we can have this Z field created with all the functions.

Please advise how can I achieve this specific thing.

Regards,

Dhiman

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
443

Could you consider adding your zzfield to coding block or directly append those to BSEG (Look with SPRO or directly call customizing transaction OXK3)

Of course, if you want you could build your own transaction from scraps and then post document with BAPI_ACC_DOCUMENT_POST or BAPI_ACC_GL_POSTING_POST (also using the _CHECK versions of the BAPI) But the FI transaction access many Customizing to the point that some subscreen are dynamically called, so many effort to build or copy such a program.

What was the real need expressed by users (not the technical solution but the orriginal need)

Regards,

Raymond