Re: PCS is replaced by asterisk at smart forms and ALV reports.
Hi, I am assuming you mean unit of measure.I have seen this before. Somthing is wrong with the data. Ask the consaltant to check customization and tables. Check the logic of...
View ArticleRe: Duplicate work items while changing a Purchase Requisition
Hi Chandra Thanks for your reply. I have checked the logs but couldnt find the source from which the events are triggered. Can you please let me know some other process to check. Also I found that the...
View ArticleRe: How to call a module pool program and get its output
Hi, You can call using set parameter id <id name> field <Value>.CALL Transaction <TCode> and skip initial screen. For Eg, Set parameter id 'MAT' field 'Material1'.CALL TRANSACTION...
View ArticleECM Approval Workflow
hello, I want to create ECM Approval Workflow on EHP 6 System,How can I create it,Please give me steps to create these workflow.
View ArticleSaving ALV content in Excel
Hello experts! I have an odd problema and I hope you may help me. I have a report that displays an ALV grid. Then, using the Excel button in the ALV toolbar, I open the ALV data in Excel (so far so...
View ArticleRe: Tracking the first line date in sales order through...
So, what you have got all the dates, what do you wants next ?
View ArticleRe: Tracking the first line date in sales order through...
Now you are getting the new date. So what is your requirement ?If you also want old date the go to table VBEP and the you will get old date.
View ArticleRe: Change package of all objects all together?
I would like to mention that there are also function modules that have been generated in the package. Can I just move these one by one?
View ArticleRe: Tracking the first line date in sales order through...
Agree. But, How can I compare with xvbep-edatu(Old Date) and RV45A-ETDAT(New Date). Old Date structure is - vbepvb and RV45A - It is screen data field structure. I can not use in standard include....
View ArticleHow to change Default Date in T-code- CS01,CS02
Hi Friends, Here am facing one problem in Default date, In Transaction CS01,CS02,CS03,J3AH,J3AV initial screenvalid from date will be in default 01.01.1900 here i need to change default...
View ArticleRe: Tracking the first line date in sales order through...
If i am not wrong, Now you want to compare new etdat and old etdat.If yes then on the basis of sales order fetch the old date into a variable and compare them.
View ArticleSelect, Deselect wont display selection in Table control of MP program
Hi Experts, I have developed a module pool program, where in i have created buttons Select All and Deselect All in GUI status just like standard ones.So my requirement is to either select all records...
View ArticleRe: Tracking the first line date in sales order through...
Program shows always old date in the VBEPVB structure. It displays new date on sales order screen after debugging off.
View ArticleRe: Same excel but different outputs
Thanks for your input Manish. I've tried but I'm unable to upload CSV file here.
View ArticleRe: Same excel but different outputs
Actually I've just noticed that all the columns are coming but here is the issue. I've to squeeze first column so much to view the details. I've provided the code above. Can anybody please see what is...
View ArticleRe: Enhancement used for vf01
Hi jena, I dnt know about user exits.Can u please mention were we can open this user exit-RV60AFZZ and write the required code.
View ArticleRe: Same excel but different outputs
You can change extension to .txt and try. Otherwise paste the contents of renamed txt file here.
View ArticleRe: Same excel but different outputs
Perhaps you can condense lv_row before every append.
View ArticleRe: IW31 / IW32 Automatic triggering of Cost determination (Ctrl + F5)
Kannan, You can try passing the function code of DETERMINE COSTS (Ctrl+F5) to the FM SAPGUI_SET_FUNCTIONCODE . For instance, CALL FUNCTION 'SAPGUI_SET_FUNCTIONCODE'...
View Article