how can we see the account balance s of single asset in the
3 different depreciation areas at a time.
a. through asset explorer we can see a/c balance in one
depreciation area. other than this what is the proces.
1. How will you create a Loss of Pay Absence?
2. What are the different schema's you have changed and how
did you do that?
3. What kind of different reports you have been customized
in your project?
in scripts if u want to add the field using itcsy structure
iknow this concept,then i want to add some logic at a time in
S.ORDER
AND P.ORDER HOW,IF POSSIBLE WHERE U CAN ADD THE LOGIC, HOW?
if u take one worst program,in this program user write the
logic is session method.in that program user can get some
errors ,that errors we will see in call transaction
method,how it is possible.?
i am learning abap and finding very diffculty in
understanding the message control technique especially in
sending IDOCS?
what are the steps in message control ?
24
wt are the areas costing @ cost center hits in sd how it
happens how to configure
what is backend and frontend in case of sap abap?
whom we are supposed to call as backenduser and frontend user.
19
wat is the difference between A-gate & W-gate?where are
they used?
2
how can we do alert configuration in XI and what is short
message and long messages in alert configuration?
4
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.