Hi Folks,
Could you please help me in finding the solution for below requirement.
For suppose, if a string value is 'ABC_01_BG_009', then the number after the underscore has to be removed. So the result is 'ABC_01_BG' and if it is 'ABC_01_BG_09' ...
Hi,
Could you please help me how to remove the zeroes after the decimal point with minimum of 2 decimal places.
For ex: If the value is 12.0000, then the output has to be 12.00
If the value is 3,658.0020, then the output has to be 3,658.002.
...
Hi everyone,
May I know how to find whether the attachment exists or not for a document number in FBL1n.
Please help me in finding the solution.
Thanks
Kunimbedu
Hi,
I have checked answers related to this question, but I did not find the appropriate answer. So, can you please help me in solving the below issue.
I have created a text field(COUNTRY) in subform1 which holds the country value. In the subform2...
Hi,
In vbdkr, there are many vbeln fields. How to find which vbeln field is related to which table.
Eg: vbeln, vbeln_vl, vbeln_vauf, vbeln_vag are in vbdkr and vbeln fields are available in these tables (vbrk, vbak, lips, likp). Likewise in vbdpr...
Hi Rossi,Thanks for your reply.May I know the syntax if the data type is lgmng/netwr/fkimg.When data type is given as string the delimiter is getting removed but the delimiter is also required.
Hi,Thank you so much for your reply. The domain is same for all those data component types (vbeln, vbeln_vl, vbeln_vauf, vbeln_vag). Could you please explain how to find tables based on domains?Thanks.
Hi,I have declared internal table in both global data and code initialisation. After removing the table declaration in code initialization part the data is not getting cleared.But in adobe form even after binding the data is not populated in the tabl...