SAP Managed Tags: ABAP Development Hello, I am very new to the ABAP world. I have been given a task to call a method if_hrbas_plain_infotype_access~read_single from the class CL_HRBAS_PLAIN_INFOTYPE_ACCESS in a program to see if we can use it to display some employee information....
2,860 SAP Managed Tags: ABAP Development Hi you can't force call of this method. But it looks like your are using a wrong BADI method. If you want to implement some logic which should be called whenever user want to save a PO then why don't use method CHECK? Cheers Reply All...
SAP Managed Tags: ABAP Development Hello All, Please guide me to use extended syntax check for smart forms. because when i am using extended syntax check for smart form function module m getting this error. Program: /1BCDWB/SAPLSF00001899 Row: 1 [Prio 1] he TADIR entry for /1BCDWB/...
SAP Managed Tags: ABAP Development OK, a little bit more complicated but possible. You can still use the code I provided before. This will delete the fields that you do not want to show on the alv, BUT... You will need to construct the table lt_names in my example a little bit...