former_member592491
Explorer
Member since ‎2018 Jan 02

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

In BP i have added custom tabs through BDT , but only one field showing greyed out, ? Any solutions ? please help
I need a validation for, example if user enter a future date that should be catched in error table.? Below is my code. SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L0S31 { font-style: italic; color: #...
I Have 2 fields say equnr tplnr.(excel upload file) my itab has two fields equnr and tplnr. i need to validate two each fields against internal table, if error , show it in alv ..else upload in DB table. ...
which table to fetch fields EQUNR and TPLNR ? i have used equz table and iflot table joined using iloan field ....please help out. SELECT E~EQUNR I~TPLNR INTO CORRESPONDING FIELDS OF TABLE IT_TABLE FROM EQUZ AS E INNER JOIN IFLOT AS I O...