Difference between SY-CPROG and SY-REPID? Plz give me the
answer,its urgent!
Answers were Sorted based on User's Feedback
By using SY-cprog we can edit the program name dynamically
in the debugger mode but that is not tha case with Sy-repid
Is This Answer Correct ? | 16 Yes | 6 No |
SY-CPROG : ABAP program, caller in external procedures
SY-REPID : Name of the Report program
Is This Answer Correct ? | 13 Yes | 8 No |
Answer / harshita
Sy-cprog: In externally called procedures, the name of the calling program, otherwise the name of the current program. If an externally called procedure calls another external procedure, SY-CPROG keeps the name of the first main program and is not given the name of the main program of the further caller.
sy-repid: - Name of the current ABAP program.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / raghavendra
sy-repid is the name of the current program
sy-cprog is the name of the calling program.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pratap reddy
SY-CPROG is current program name. this is used in the
reports.
SY-REID is also current program name. this is used in
Module pool programming.
Is This Answer Correct ? | 3 Yes | 28 No |
Tell the Material Document, shipping, delivery, invoice tables?
Why we do Version comparison?
What are the events in ABAP language?
1.why dont use top of page. wat is the use?
Hi Experts, I faced the below questions in written exam, its simple only but i am not able to find the answer in Google also. Can any of our family ppls pls give the answer the below questions? 1.How many days once password will get expire? is it really in adminstrator hands or what? 2.SAP Logon Password length for ECC-6 and ECC-5 3.Which is the highest organizational level in SAP? Explain the various level of organizational structure in SAP? 4. You have one idoc, we need to send 3 different system. It will generate how many master idoc and how many communication idocs? 5.What is the default parameter in subroutne? call by value or call by refference? 6. Scope creep is responisible for what? 7.Who approves the project design? 8.When LUW will starts? 9.Which Website used for SAP support? 10.When a print request is not sent, which of the following is used to send the request again to the printer?..... a) print changes b) print directly c) both of the above d) none of the above 11. Its possible to transfer data into same client using ALE? 12. Customization changes are automatically stored in a Transport request or not? Explain 13 User id in SAP support system is called as what? a) Userid b). SAP userid c) S userid d) None of the above. 14. The sap for utilities is a. Program b) Function c) Approach d) Industry Solution 15.In Work flow whats the use of WF-BATCH?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
What is the structure of the bdc table? : abap bdc
how do you transport a script and how do you transport a standard texts?
How do you do bdc for a table control? : abap bdc
What is a function group? : abap modularization
what are the two methods of modifying sap standard tables? : abap data dictionary
Explain the difference between get and get late?