Great Video. Do you have any video about adding new columns to tables? I have an issue with the table not allowing me to insert an additional column. Seems that I have to change a property in the table "expand to fit" but I can not find where that checkbox is.
@Rajmech-7yt Жыл бұрын
Super 😊😊😊
@divyareddy3722 Жыл бұрын
Hi Zafar, could you please help how amount and date formatting change dynamically based on country. Example:- If my country is Denmark and Business partner language is other than Danish then amount and date formatting should be in Denmark format but it is taking US based formatting Actual amount- 10,000.00 is coming in result Expected- 10.000,00 Note: i have used SET COUNTRY ‘DK’ in form interface level but it is not working. Thanks in advance.
@zafarkarnalkar Жыл бұрын
HI, Instead of hardcode , can you try by selecting language into a variable based on your logic and assign the same in field property.
@ABAPExplained11 ай бұрын
I think, the selection has not worked, because of the missing leading zeros in the KUNNR. So instead of giving in 2 you should pass 0000000002
@zafarkarnalkar11 ай бұрын
Yes, I did that , then it worked, thanks
@keithdeklerk73048 ай бұрын
@@zafarkarnalkar Check your where clause in the SELECT statement. Your example is actually returning order 00000005 and not 00000001, because your syntax is "WHERE KUNNR = IP_VBELN. So according to your code, you are asking for the first order for customer 00000001.