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

Calling transaction FB50

Former Member
0 Likes
724

HI

I want to call transaction each time with a different Document Type is it posible?

i tried to set parameter id 'BAR' field 'SS' and than call transaction 'FB50'

or

doing batch input , but it didnt work! , when i used call transaction i got document typa SA and when i used batch inpt i got errors in screen

what can i do?

thanks

1 ACCEPTED SOLUTION
Read only

brad_bohn
Active Contributor
0 Likes
601

Use FB01 or the accounting doc BAPI. The 'SA' value is the system default. You can configure a different document type default by company code and account type in the IMG, but 'SA' will always be the default if no alternate config is specified. You should not use Enjoy transactions for transaction calls anyway...

Use FB01 or the accounting doc BAPI. The 'SA' value is the system default. You can configure a different document type default by company code and account type in the IMG, but 'SA' will always be the default if no alternate config is specified. You should not use Enjoy transactions for transaction calls anyway...

1 REPLY 1
Read only

brad_bohn
Active Contributor
0 Likes
602

Use FB01 or the accounting doc BAPI. The 'SA' value is the system default. You can configure a different document type default by company code and account type in the IMG, but 'SA' will always be the default if no alternate config is specified. You should not use Enjoy transactions for transaction calls anyway...