0

I have created a screen with all fields under BASIC DATA tab of transaction 'FB60'. Using module pool program I have created 2 buttons

  • TRANSFER
  • EXIT

Now my question is: when I click TRANSFER the data entered in my screen should transfer to the corresponding fields of BASIC DATA tab of transaction FB60. Is it possible to do like that? If yes please suggest me the ways....

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48

2 Answers2

0

You should call a BAPI to create the incoming invoice, you can try using the FM BAPI_INCOMINGINVOICE_CREATE1

tomdemuyt
  • 4,572
  • 2
  • 31
  • 60
  • It depends on what 'transfer' means in the question. The values in his screen will be 'tranferred' to FB60 after calling that BAPI. – tomdemuyt May 13 '13 at 13:28
0

Just submit report will help you, man, simple sumbit...

SUBMIT 'SAPMF05A' WITH accnt = 'value'
                  WITH bldat = 'value'
...
Suncatcher
  • 10,355
  • 10
  • 52
  • 90