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

Query In FI

Former Member
0 Likes
666

Hi,

I have a scenario like the posting of a document type in FI should be possible thru BAPI , IDOC etc but not manually thru the transaction code (FB01). Is there any way to achieve this?

Is this scenario possible to be done.

can anyone help me sort this problem?

with regards.

T.Jeyagopi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
622

If you want to check the transaction code, you'll also have to check against all the other transactions (FB60, etc.) You might look into checking sy-batch and/or sy-binpt.

Rob

Hi,

I have a scenario like the posting of a document type in FI should be possible thru BAPI , IDOC etc but not manually thru the transaction code (FB01). Is there any way to achieve this?

Is this scenario possible to be done.

can anyone help me sort this problem?

with regards.

T.Jeyagopi

3 REPLIES 3
Read only

LucianoBentiveg
Active Contributor
0 Likes
622

Try using a validation (Tx OB28) in document header, and check for SY-TCODE NE 'FB01'.

Regards.

Read only

Former Member
0 Likes
623

If you want to check the transaction code, you'll also have to check against all the other transactions (FB60, etc.) You might look into checking sy-batch and/or sy-binpt.

Rob

Read only

0 Likes
622

hi,

or with trx <b>OBA7</b> and field V_T003-XSYBL = X

A.