Table control accepting char in an Num/Int Field
So basically i want to input in table control records an option to add a character in a numeric fieldsince it's like a record sheet for grading i need A for 'Absent' and E for 'Excuse' to inputed in...
View ArticleRe: Table control accepting char in an Num/Int Field
could you explain more what is a "record sheet for grading", with example values combining alpha and numeric digits? anyway, you can't, fields can be either numeric or text. But you may of course enter...
View ArticleRe: Table control accepting char in an Num/Int Field
hmm basically for examplestudent name | quiz 1Sandra 25Joshua A <---- meaning he was absent that day ... ... yeah i pretty much figured it won't work even if change...
View ArticleRe: Filedcatalog screen is not refreshed after search
It would be better to solve the issue, if you provide the code here . Thanks,Malar.
View ArticleRe: Issue in excel upload with ALSM Function module
Hi, I have same kind of requirement ( multilple sheet data upload from excel ). I have copied alsm FM to ZALSM FM. it is working but for first 2 times working fine . If upload 3rd time with diff data...
View ArticleRe: Filedcatalog screen is not refreshed after search
Hi, Modify Current Line from what I remember refers to a standard report and not an ALV grid or anything else. You need to modify the source internal table with your changes and then call the refresh...
View ArticleUser exit or Badi for Billing plan
Hi, Please help me to find the right User EXIT or BADI for Below Requirement.In VA02, If First Iine Item create------>it update the Milestone + Net value.If Second line Item create -------> it...
View ArticleRe: Smartforms Russian language PDF download issue .
Hi Naveen, I would look at my pc first. What version of windows ? Unicode ?? etc etc etc. Is your PDF reader uptodate ? Rich
View ArticleRe: User exit or Badi for Billing plan
Hi, Try this BADI USEREXIT_MOVE_FIELD_TO_VBAP.Regards,E.Ananthachari
View ArticleIssue in calculation of Taxes in Purchase Order Smartform
Hello Experts, I am facing an issue in calculation of tax in purchase order smartform i have changed revised tax code as 5.5% instead of 5% and in the PERFORM %GLOBAL_INIT i debug and found everything...
View ArticleRe: Filtering workcenter records based on person responsible in search help
Check the link if useful.[Search-help] how to pass screen field to import parameter of SHelp?
View ArticleRe: The single machine scheduling problem with ALV
The sorting of ALV table affects the order of the internal table lines. That's how it works. If you want to know the initial order, then you have to add an additional tehnical field (hidden, TECH='X'...
View ArticleRe: Issue in calculation of Taxes in Purchase Order Smartform
Hello Anas, Check if there is any code node that is just before the text element where the tax is printed. There the value you changed might have been overwritten. Regards,Kalidass.
View ArticleRe: split child node on the basis of start and end date of base node
This question looks like a rather simple algorithm. Please explain what you tried, and where exactly was the issue?
View ArticleWhy BAPI rather than RFC ?
Hi. I got an idea on BAPI and RFC but I am bit confused at this point. BAPI can be used to access the SAP data from other technologies because we place the BAPI in BOR. But the same work can be done by...
View ArticleRe: Enhancement for Multiple Freight for single Good Receipt Number in MIGO
Thanks Jurgen for your reply, At the time of PO, it may not be possible to know which Freight vendors will be used for delivery. So we want a solution wherein the same can be maintained in MIGO. It...
View ArticleRe: update ALV-grid from results of parallel processing
Hi Rich, that's exactly what is NOT working - refreshing the ALV from within the receive module. Even raising an Event which should refresh the ALV didn't work.Günter
View ArticleRe: update ALV-grid from results of parallel processing
That'll teach me to answer questions whilst still asleep..... Rich
View ArticleRe: Enhancement for Multiple Freight for single Good Receipt Number in MIGO
Hi Jelena, Usually in Business A GRN contains large quantity of an article, which are delivered by different vendors partially as mentioned in my query. So for this we have to maintain multiple GRNs...
View Article