Hello All ABAP Experts I am new player in ABAP field will
you guide me.
1.How to check the program?(whether we have to put values
of output in respective table plz explain)
2. How to show table links by reading technical specs ie.,
if we put vbeln from vbak to vbap we get plant no etc
show by example
3. step by step process of abap debugger?After setting
break point how to see internal table value field value etc
Answer Posted / jeelan
hello,u take vbeln from vbak,in vbap to take plant based on
vbeln eq vbak-vbeln
to get plant
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the differences between primary and secondary indexes?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What is foreign key relationship? : abap hr
What are the organizational related Infotypes
What is the major difference between pool tables and transparent tables?
What are different types of parameters?
What are the different database integrities?
What is an rfc?
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
What are the function modules used to create batch input session? : abap bdc
Define spool request?
How to find the return code of a statement in abap programs?
What two statements are required in an abap program to output an icon using a write statement?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?