Can you post the code of MYALV_CHANGE_FIELD_ATTR module. ALV list/grid and Table Control are two different tools, giving the name MYALV to a TC should not be done in real life, It will only…
Alas PARAMETER ID can be used in Abap statement, so you can not always find the information in ddic nor in dynpro field definition but in module of the program. So usually I look at initial…
I'm not sure, but look at static methods get_data and set_data of class cl_pers_admin, there you could change the display mode insubfield w_disptyp of paratemer p_pers_data, with value 1 for…
Yes you could also consider using EKBE table as suggested in good old Note 191492 - Performance: Customer developments in MM/WM. But there are other values for VGABE : IN (1,6,7,8,9). Regards,…
I agree with Matthew, you could change you report to define a local class, replacing form with methods, or even create a standalone interface/class to use as sample ? Regards, Raymond
Some solutions, As already written, STATUS_READ for a single WBS in ECCStatement SELECT FROM JEST with the PRPS-OBJNR / I0002 keys (for mass extraction or JOIN in SELECT)Call BAPI_BUS2054_GET_STATUS…
Maybe a good or a very basic question, difficult to decide and to respond more.. "read the data correctly from database" could be an answer, did I guess ? Read The quality of an answer depends…
What are the keys of your Z02 index, can you remove the hint and analyze a SQL trace (S05)Can you fill the first internal table with MJAHR too when selecting data from MSEGCan you consider using a…
Look for SAP Best Practices Baseline Package for your contry(-ies) and version, they should contain Smartforms for purchase orders. (Look for Smartforms name like /SMB4*/**_MMPO) Regards, Raymond
You can use CALL METHOD in PBO to instanciate the method, then in the event handler for event on_finished you can trigger a PAI/PBO cycle calling another class like cl_gui_cfw=>set_new_ok_code. …
BAPI should not raise this error in SCI, first use parameter RETURN where the BAPI will return the error and success message. Does SCI stil raise an error ? Regards, Raymond
FIrst add a START-OF-SELECTION statement before your * REPORT HEADER.Then read some document like Selection Screen Processing.Also if your z-table is not buffered, consider filling an internal table…
It depends on how the BACK action is coded, if it performs a LEAVE TO SCREEN 0 (and no cleaning in first PBO), data is kept, if it use a LEAVE TO TRANSACTION sy-tcode or more recent LEAVE TO CURRENT…
ME_CONFIRMATION_UPDATE is an update function module, never use those nor suggest their usage, those FM are called by SAP standard after end of checks and with other update FM to update the database,…
Hi Volker, You coul look at ABAP − Release-Specific Changes and Obsolete Language Elements for this information, but also use search tool as there are already some documents/blogs on this subject.…
I do not remember precisely for FB02, BTE 00001110 should do the job, but I have not used it recently (No longer used much on my systems) BTE 00001050 is called during operations using AC interface…