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

Help me with this. I'm new to abap

shubster
Explorer
0 Likes
868
  1. i have to takedocument no from table dfkkop : document number (OPBEL)

  2. pass it to table DFKKINVDOC_I where ITEMTYPE = 0TAXITEM

  3. get tax rate = TAX_PERC

  4. Append '%' sign

Please help be with this

4 REPLIES 4
Read only

abo
Active Contributor
794

Please stop deleting the question: you can and you should edit it if you feel something is wrong.

Read only

Sandra_Rossi
Active Contributor
794

Yep, it's spamming our inbox with deleted questions 😄

Read only

Sandra_Rossi
Active Contributor
0 Likes
794

Please ask a question, I don't understand what you want?

Read only

RaymondGiuseppi
Active Contributor
0 Likes
794

Basically, re-read your course materials on reading data in Abap, SELECT, ABAP SQL Statement

Depending on your report type (classic, ALV, etc.) look for WRITE/FORMAT statements or field catalog, many answers are possible. e.g. CONCATENATE, ABAP Statement, WRITE, ABAP Statement, Displaying Fields That Refer to Currencies or Quantities