Re: enbale screen input after error message
Hello Rojer, You can solve your problem something like below: IF (condition to display error msg and enable re-entry is true ). MESSAGE I000(ZASIA_IN) WITH 'Record not found....
View ArticleRe: User exit or BADI for customer duplicate invoice checking?
Hi, So far there is no duplication check facility while customer invoice creation. standard SAP has given option to check duplication when vendor invoices creation only. You need to create validation...
View ArticleRe: Print in a smartform a window in vertical mode
If you're talking about rotating text within a Smart Form, we have accomplished this by implementing JetCAPS BarDIMM (see http://www.makebarcode.com/reviews/addin/barsimm2.html). There is a special...
View ArticleRe: Get the stack of SY-UCOMM or all the values of SY-UCOMM in a flow.
How about an import export pair. Import stack of your design. Push an additional member onto the stack. Export that stack. Neal
View ArticleRe: heavy selection for not invoiced deliveries with few input parameters
Hi, I would suggest use BAPI_DELIVERY_GETLIST. Pass the below parameters in the BAPI and get the results faster. The parameters are just like the select options. test the BAPI directly pass the...
View ArticleInclude DBPNPCECOM Warning
Dear Experts,I am facing the following warning while using PNPCE LDB.I have searched for the following warning on SCN, Some members solved this problem by unchecking unicode checks active. But when i...
View ArticleRe: Validation for Duplicate Record in Table Control
Hi, Have you solved your issue? Thanks
View ArticleRe: Return PO creation through SE38(ME59N)
Hi Vamsi, This is hypothetical question. can't imagine the code of ZME59!! if it is not working for only return PO, check the configuration! better to check with functional consultant on configuration...
View ArticleRe: Return PO creation from se38
can you use a company code and Purchasing organization combination which exists in system and check if it gives same error. do you have other combinations is system to check??? also talk to your...
View ArticleRe: Case Insensitive SELECT statement
To execute a select query for such fields, you will need to input the string with the same case as is stored in the database table. I dont think it is possible to have one generic select statement for...
View ArticleRe: Add Field (LC Number) in Additional tab of ME21n
Hi Venkateswaran - There are two ways to do this either with user exit (MM06E005 ) or BADI - ME_GUI_PO_CUST. You need to choose one of them. Here are some links for the same. **************** - Adding...
View ArticleHow to create Enhancement Implementation (SE19)?
Hello All, maybe this question sounds a bit strange, but anyway would be nice to have it answerred.I try to create explicit enhancement implementation in SE19, but nothing happens.Could you please...
View ArticleRe: heavy selection for not invoiced deliveries with few input parameters
I think you dont need to go full round to check not invoiced deliveries. VBFA is table for sales document flow and there is one filed called VBTYP which indicates types of document. please find...
View ArticleTcodes under HR Master data
Under SAP menu path Human Resourses... Personnel Management... Administration... Settings... Current Settings There are tcodes here. The one for define positions s_ahr_61011490 actually takes you to...
View ArticleRe: LSMW Idoc audit log saying -> Incorrect File Structure against Customer...
You have to provide more details, I guess your source structure is not correctly mapped to the target structure.Try to explain the layout of your source structure and tell who it is assigned to the...
View ArticleRe: WRITE_FORM is invalid, OPEN_FORM is missing
Hi I've checked the include RVADOPFO, this is the std code to open a form, the fm ADDR_GET_NEXT_COMM_TYPE is to format the address data, if this fm returns excpetion = 5, you should check which...
View ArticleRe: Abap should know Processes (FI, SD, CO, ...) ?
Hi, In the same breath I can say that to be senior functional one should know ABAP too (cows and pigs will fly first....). Regards .
View ArticleRe: Abap should know Processes (FI, SD, CO, ...) ?
Hi I believe the rule is only one: the best abaper is who knows ABAP (very well) and processes too....that's all. It's not possible to know all Modules of course, so it's better to master some of...
View ArticleRe: Smartform dynamic
I addthe following,because I made adebbug:When I entera commandsuchorder00100showsmethe exactnumber of records:order00100123For examplethesameorder00101shows the exactnumber of...
View ArticleRe: Abap should know Processes (FI, SD, CO, ...) ?
Hi Ronaldo, At leas as a ABAPer we should know the Logistic Modules ( SD,MM and FI ). When the experience counts, you will get this knowledge automatically.
View Article