What is foreign key relationship?
Answer / paramjeet
A relationship which can be defined between tables and must
be explicitly defined at field level. Foreign keys are used
to ensure the consistency of data. Data entered should be
checked against existing data to ensure that there are now
contradiction. While defining foreign key relationship
cardinality has to be specified. Cardinality mentions how
many dependent records or how referenced records are possible.
Is This Answer Correct ? | 2 Yes | 0 No |
How to get the column count of a report?
what is the meaning of SCREEN-INPUT = '0/1', SCREEN-ACTIVE = '0/1'. in event AT SELECTION-SCREEN OUTPUT
I wrote one script program,Now i want to transfer this program from development to production system so that output is displayed correct in production.please give me the steps.In development showing correct output but whereas in production somewhat difference.So what is the problem?
Can we make use of flow logic control key words in abap/4 and vice-versa?
Brief scenario of check table / value table?
8 Answers Accenture, Bristle Cone, IBM, Infosys, Yash Technologies,
What is meant by a schema? : sap abap hr
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
How can you change properties of screen elements dynamically in Module pool Programming ?
Explain what is an rfc?
how many structures are in sap R/3(ABAP)
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
Why do we declare a method of a class final? What can be the purpose? Give a scenario.