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

Function 'POSTING_INTERFACE_DOCUMENT'

Former Member
0 Likes
1,057

Hi,

with 'POSTING_INTERFACE_DOCUMENT'

is it possible to run it, so that you do not see the screens come up, at the momment they do, and I press return to take it to the next section. How do I make it work in background mode so the user can not see all the screens and it just completes everything it needs to.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
669

Hi sims,

1. POSTING_INTERFACE_START

Call this FM (See documentation of this FM)

before calling your Fm.

2. This FM will set the environment for bdc purpose.

regards,

amit m.

3 REPLIES 3
Read only

Former Member
0 Likes
670

Hi sims,

1. POSTING_INTERFACE_START

Call this FM (See documentation of this FM)

before calling your Fm.

2. This FM will set the environment for bdc purpose.

regards,

amit m.

Read only

0 Likes
669

First:

CALL FUNCTION 'POSTING_INTERFACE_START‘

EXPORTING

i_function = 'C'

i_mode = pc_mode “ A, N o E

i_user = sy-uname.

<b>if pc_mode =</b> <b>A-- forground

N- back ground</b>

Read only

Former Member
0 Likes
669

Pass the value 'B' to I_SGFUNCT

Regards,

ravi