2019 Sep 13 10:39 AM
Hello all
im very new to SAP and ABAP and i have a basic question for sure...
Im testing with baych-inputs...
i expect to get only one session that after that i can run or schedule.
why?
kind regards
2019 Sep 13 12:34 PM
Hello Javier,
It is supposed to function as i should. let me explain;
You have created a recording to create one user, adding information for one single user and pressing SAVE for one single user.
So when you are executing your BDC, and this is presented by one line one line in the file.
I dont think there is any transaction for create users in mass. else you can use the BAPI BAPI_USER_CREATE1.
Hope this helps.
Regards,
Deenesh
2019 Sep 13 12:45 PM
You close the BDC inside the loop, check your code
if you are beggininer it is nice to see one time BDC, but as Deenesh said, it is better to use BAPI
2019 Sep 13 1:23 PM
thnank you both for the suggestions....BAPI seems too much advanced for me right now...
Frederic....your are right, indeed i thought of that but i not change it...now creates only 1 session.
But now i figured out that i cant execute the session in background, because it ask me for input in some fileds "invisible" during the REC, like
BDC_OKCODE' '=CREA'. and 'BDC_OKCODE' '=LOGO'.
how can i bypass this issue?
regards
2019 Sep 13 1:43 PM
i try with /00 and ENTR but still prompting for the manual check button
2019 Sep 13 2:19 PM
when you record your session (trans SHD0) record in background mode (or something like that) and you will see the screen like in background
2019 Sep 16 1:57 PM
Thanks Frederic
i record in SM35-->recordings(SHDB).....i check the background option you comment before REC, but the screen experience and generated code are identical.... 😞
is there something to touch in SHD0?
regards
2019 Sep 16 12:34 PM
Please use the COMMENT button for comments, questions, adding details, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area: "Before answering You should only submit an answer when you are proposing a solution to the poster's problem"
2019 Sep 16 1:24 PM
1. Go to transaction SHDB, create your recording. then, Generate the program in the same transaction...
2. If you just look for a tutorial on the web, You'll find lots of them..:
2019 Sep 16 1:55 PM
yes....i already done similar as the video shows....my question is regarding about the inputs you provide when executing the program...
This method seems not valid to automate, since it require manual inervention of the user (clicking the accept button).....so it can be done fully automated to the program it in a job?
regards
2019 Sep 16 2:00 PM
Unless you missed any mandatory field during your recording , you should not have any issue. You need to provide your code for us to help you find any issue with the code..