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

regarding FB01

Former Member
0 Likes
440

hi guys,

Can you guys guide us how to go thru this below BDC flow screens.

I want to find BSEG-SKFBT field in Screen SAPMF05A 301. I think i could not find Correct data input to reach screen 301 to find SKFBT field.

Below is the BDC flow and field inputted.

SAPMF05A 100
     BKPF-BLDAT,  BLART,
     BUKRS, 
     BUDAT,
     WAERS,
     XBLNR,
     BKTXT,
     NEWBS,
     NEWKO,
     NEWUM,
BDC_OKCODE /0.

SAPMF05A 301
   BSEG-WRBTR
<b>   BSEG-SKFBT  is not visible for me.</b>
   BSEG-ZUONR
   BSEG-SGTXT.
 BDC_OKCODE ZK.

Appreciate your reply.

Thanks

Ambichan

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
370

Try to use theses FM they will build the BDC for you

POSTING_INTERFACE_START
POSTING_INTERFACE_DOCUMENT
POSTING_INTERFACE_END

You won't have to worry about screen, just put all the data you have in header then in post and it will build the BDC for you.

Regards

Read only

RaymondGiuseppi
Active Contributor
0 Likes
370

Look also at <a href="http://help.sap.com/printdocu/core/print46b/en/data/en/pdf/CAGTFADM-FI.pdf">FI Financial Accounting: Data</a>

Regards