I have developed a program where i have used Ranges and the
program is running fine in DEV and Quality server but as
soon as it goes to Prod server it shows some errors.What can
be done in this case??
Answers were Sorted based on User's Feedback
Answer / saifur rahaman
First of all i would like to know that what is the exact
issue or error u are getting while running it to the PRD ??
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / hardik
it also possible that some defendant object is still not
transported to Production so. it might give error for not
finding any table field
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / nahid
I will debugg it in production and try to get the exact
problem,probably the problem might be with data or
dependent objects , we need to check where all the object
have been moved successfully or not.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ravikanth
Answer 4 is correct to some extent.
But the Qn is not proper or I can say inappropriate.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pa1
1. Find out why it is not executed in PRD system.
2. Make sure all the objects shoould be activated before send it to PRD from DEV
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suchismita
Pls. check if all the objects of the programs are activated
or not...
Is This Answer Correct ? | 1 Yes | 4 No |
where to find userexits for sd releated module in realtime?
Explain the difference between a dialog program and a report?
I have 1 basic list and 9 secondary list in interactive report. If i am in 5th list, how can i come directly to the basic list?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What is an abap data dictionary? : abap data dictionary
How to create user interfaces for lists?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
What is transparent table?
What is luw?
Hi Gurus, I have 250 records in an internal table, tell me how to randomly delete the each 5th record...i,e 5,10,15,20 like this.
What are the functional areas?
Give few names of transparent tables ?