I practiced SAP HR on IDES 4.7 On my desktop, later now I
moved to USA and now I connected my Hard drive to laptop
using external hard drive device but now I'm unable to
access SAP.I could see all the files, there is no problem
with hard drive.Do anybody know what is the loophole, So
that I can makes changes and practice it.I appreciate your help.
Which one of the following statements are FALSE about
Inactive objects in SAP?
a) Development Objects are always saved as inactive
versions.
b) An inactive version of a Development Object is written
to developer’s pc
c) In DISPLAY mode, other users can NOT access the code of
inactive version of a developer
d) Generating a runtime object is same as activating a
development object.
Which one of the following statements would occur in the
PBO of a dialog program using table control?
a) module user_command.
b) set screen '0100'.
c) loop at itab.
d) loop at itab with control itab_tc.
What are the different role of SAP FICO consultant during
the different implementation phases of ASAP Road map. and
what are the tool and documents he is using ?
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 to Create a smart form related to gate pass to be
submitted to vendor’s location. This form outputs document
number, date, vendors name, address, material details,
quantity, unit,and the company logo.