SAP Managed Tags: ABAP Development Hi declare a variable v_no type P decimals 2 value '44567.98'. v_no_i type I. v_num(13) type N. v_no_i = v_no * 100. move v_no_i to v_num. regards Anji Reply Former Member
Former Member In response to Former Member 2015 Aug 05 11:50 AM 0 Kudos 3,379 SAP Managed Tags: ABAP Development Hi Jitendra, It's because the ZZNETPR component of your WA_BAPI_TE_ITEM structure is defined as Packed [ P(8) Decimals 2 ] Unicode can't handle it. Ideally...
SAP Managed Tags: ABAP Development Hi Please ignore my previous post. Type-group is used to declare the different data declarations under single type group. if we want create our own type group go for se11 and create the type group.Please find the given below example for your reference....
If a user list status is to be set, it must be done in the form routine assigned to this event. The ALV function codes, which must not be active, are in the Parameter RT_EXTAB. This table must be passed with the SET PF-STATUS command (with inactive user function codes as well, if...