I don't agree it's a lot of work. Most of it is just generate or copy-and-paste. There are other low-code options such as using a standard API and simply directly create your own app from that one, either with
1. Screen Variant (T-Code: SHD0) Create a Screen Variant, where you can make Terms of Payment as Display only & assigne the same to your Sales Document Type in VOV8. This will be applicable to all the Sales orders for a Sales Document Type & there is no option for particular Customer...
SAP Managed Tags: ABAP Development Can anyone suggest on how we can translate the text. First-things-first, don't expect SAP to translate the text. The translation has to be maintained by the user, i.e., in this case user needs to maintain the text explicitly in JP(t-code SO10)....
DATA : T_EVENTS_1 TYPE SLIS_ALV_EVENT OCCURS 0 WITH HEADER LINE, T_EVENTS_2 TYPE SLIS_ALV_EVENT OCCURS 0 WITH HEADER LINE. * Tabellen fuer Sort DATA : T_SORT_1 TYPE SLIS_SORTINFO_ALV OCCURS 0 WITH HEADER LINE, T_SORT_2 TYPE SLIS_SORTINFO_ALV OCCURS 0 WITH HEADER LINE. * Tab...
SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 exam holds a vital position in the life of every IT professional. It is extremely important to possess this certification, to have better opportunities in this industry. The demand for such professionals is on the rise, and they...
SAP Managed Tags: ABAP Development Hi Teresa, In FM REUSE_ALV_GRID_DISPLAY, u have given i_structure_name = 'itab_struc'. create a zstructure in se11 with the required fields of itab_struc. also dont give structure name in small letters. Give it in caps ...
SAP Managed Tags: ABAP Development I also don't have SAP in front of me... but VB13 will ask for determination type and then material/plant. You would need to "pass" these values from your UserExit. This is best road to head down (from what I undedrstand of your needs). Reply...
SAP Managed Tags: ABAP Development Hi, I have tried your code. My code is; data:FIELDStypeLVC_T_FCAT,LS_FIELDCATALOGtypeLVC_S_FCAT,LT_DATAtypereftoDATA,<FS_DATA>typereftoDATA.LS_FIELDCATALOG-FIELDNAME='KULLANICI'.LS_FIELDCATALOG-COL_POS='1'.LS_FIELDCATALOG-INTTYPE='C'.LS_FIELD...