Re: UOM not printing in smartform??
Hi Karthik, 1. Under the 'Data' tab for the table icon, pass the internal table which contains the data and the work area 2. The width of the table cell in the Smartforms editor needs to be increased...
View ArticleRe: Prevent specific notification types from being created/attached in IW31/IW32
Thanks Maria. I believe your recommendation would have worked however it would have had the users enter notification data before the check would be made. I appreciate the time you took to offer this...
View ArticleRe: Prevent specific notification types from being created/attached in IW31/IW32
Thanks Makesh. Implemented an implicit enhancement in the PAI field module and works perfect!
View ArticleRe: Exit for ME21N
Hi, Thanks for your reply, could I use this badi to check my "Z" fields of the ME51N? Best regards
View ArticleRe: Regarding Table Content in Module Pool
Hi You need to create a internal table same as you have in table control.and work area. loop at internal table where you have data into new work area.\WHEN'MOVE'. "Retrieving record selected...
View ArticleRe: Regarding Table Content in Module Pool
Hi Ankit, What should be written inside Module .......................? Modify statement because 1st one passing data directly to W_EKPO from EKPO, now I want to change from Table Control Input..
View ArticleRe: Smartform related
Yes,, helpful answer, but suppose i am using any variable any variables where I have to declare in smartform .... and how?
View ArticleRe: Adding a link in SAPGUI for reset password
Hello Frederic, Thanks for the quick response. I know about creating the WebDynpro and link it to a workflow, but is it possible to modify the SAPGUI logon page and insert "Forgot My Password" just...
View ArticleProblems with CONTENT_HEX in SO_DOCUMENT_READ_API1
I developed a program which uses GOS attachments list to allow attachment of files. In a subsequent step, those attachments must be read and processed. So, I read the file contents using (according to...
View ArticleRe: Printing issue in Smartforms
HiYou need to confirm the Page Size specified in the smartform is matches with the Printer configuration using SPAD. Regards,Venkat
View ArticleRe: BAPI for customer & vendor clearing
Hello Vishal , There is no BAPI as such available , But there are Automatic Progragram available for clrearing .Or you will have to Run a BDC recording if you want to have any specific variation...
View ArticleRe: Display error message in ME21N if PR is not released
Hello Sachin, Have you tried using DISPLAY LIKE addtion in your message statement .. Hope this helps , Anup
View ArticleRe: problem in FB01
Hello Ankan , I din't got your problem though , But Why do you want to read the excel in your internal table you will have to develop logic to fill in the BDC field accoridn to your required by...
View ArticleRe: My client req. is PO Release at Item level ???
There can be Whole Custom thing , But how are you going to explain this to your vendor ....! As purchase over is one Whole document for Vendor.
View ArticleRe: exception condition no_fieldcatalog_available raised
After maybe 10 years of ALV SAP discovered that actually ALV can build the field catalog itself. This is done using the object model CL_SALV classes.If you still want to use the 'old' ALV technologies...
View ArticleRe: Having XML file in my desktop and want to convert to XLS file through...
Hi, You will have to achieve this with TRANSFORMATIONS. Check the Link below:wiki.sdn.sap.com/wiki/display/Snippets/XML+XLS+transformationShould be helpful. Cheers,Arindam
View ArticleRe: In SMARTFORMS Display the window Based on CONDITIONS???
Hi, Just put in your conditions in the conditions tab of your windows. Cheers,Arindam
View ArticleRe: Display error message in ME21N if PR is not released
Hi, The list of exits and BADI available is quite a lot you can check from the available list below: EnhancementMEQUERY1 Enhancement to Document Overview...
View ArticleRe: How to reset parameter value
Hi Nagaraju/Guru, I have modified Guru's Code a bit and the below code works perfectly fine for your need Nagaraju.The red part is the main logic for clearing the selection screen data after execution....
View Article